Merge · Arazzo Workflow
Merge ATS Add a Candidate and Application
Version 1.0.0
Create a candidate, resolve an open job, and submit an application linking the candidate to that job.
Provider
Workflows
create-candidate-and-application
Create a candidate and submit an application to an open job.
Creates a candidate, resolves a job by its code, and submits an application linking the candidate to the resolved job.
1
createCandidate
{$sourceDescriptions.atsApi.url}#/paths/~1ats~1v1~1candidates/post
Create the candidate record from the supplied name.
2
resolveJob
{$sourceDescriptions.atsApi.url}#/paths/~1ats~1v1~1jobs/get
Resolve the open job to apply to by matching on its code, returning at most one match.
3
createApplication
{$sourceDescriptions.atsApi.url}#/paths/~1ats~1v1~1applications/post
Submit an application linking the new candidate to the resolved job.