Source candidates
1. Your customers access integrations
Your users authorize your application to access their ATS platform by going through an authorization flow using Merge Link. Merge begins syncing your customer’s data.
2. Display open roles for recruiters
Your product will display the open roles, for your customers to source for. Existing and open Jobs can be automatically pulled in via Merge, using the Jobs Object.
3. Start sourcing candidates
Recruiters begin sourcing candidates via LinkedIn or your existing database.
4. Send your sourced candidates to ATS
Once recruiters identify a candidate, you’ll want to send their application back to their ATS of choice.
- Use the POST /Applications endpoint to create applications for new or existing candidates in your customers’ third-party ATS platform. (Note if you need to include screening question answers, that is supported as a submodel within POST /Application).
- Use POST /Candidate only if you need to create a candidate that is not associated with a particular job.
You can get updates on the status of a job, such as it being closed, with Receiving and Emitting Webhooks
5. Understand your share of hire
Display your value to your customers by showing the share of hire, based on the number of candidates that have been successfully hired through your product.
Use the source, credited_to, and current_stage fields on the Applications Object to track the application as it moves through stages.