-
Notifications
You must be signed in to change notification settings - Fork 14
[$150] JobCandidate to RecruitCRM Zapier Integration #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PR created #10 |
Recruit CRM SetupBy default candidates in RecruitCRM doesn't have the "Shortlist" stage, but RecruitCRM allows us to create a customized one. We could create a new stage and name it "Shortlist" on https://app.recruitcrm.io/hiring-pipeline Zapier SetupSetup Catch HookSetup a TriggerTest The TriggerRun the following to send a sample request to the webook url: curl -X POST <the webook url> -H 'Content-Type: application/json' \
-d '{
"type":"jobcandidate:update",
"status":"shortlist",
"jobCandidateSlug":"3566956952",
"jobSlug":"17225514"
}' Setup PathCreate PathSetup Path for "shortlist" StatusSetup Updating Candidate Status To "shortlist"Setup Path for "rejected" StatusSetup Updating Candidate Status To "rejected"VerificationPreparation
Candidate Being
|
@maxceem Ready for Review. |
Contest https://www.topcoder.com/challenges/30163067 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30163067 has been updated - it has been assigned to aaron2017. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30163067 |
When a TaaS app updates a Job candidates either ‘shortlist’ or ‘rejected’ it has to be pushed to Recruit CRM app.
The text was updated successfully, but these errors were encountered: