Invite Candidate
Invites a candidate to the specified job. The candidate is created if they don’t already exist for your company (matched on candidateExternalId if provided, otherwise on email/mobile), attached to the job, and the job’s Workflows V8 invitation flow is triggered. The target job must have a Workflows V8 configuration; calls against legacy V1 jobs return 400. Provide either jobExternalId (the ATS-side identifier you supplied when creating the job) or interviewerId (the Alex-side identifier returned from /createJob and /interviewers) — exactly one. At least one of email or mobile is required as the candidate contact.
Authorizations
Body
Exactly one of jobExternalId or interviewerId must be provided. At least one of email or mobile is required.
Candidate's first name
"Jane"
Candidate's last name
"Doe"
Candidate's email address. At least one of email or mobile is required.
"jane.doe@example.com"
Candidate's mobile phone number in E.164 format. At least one of email or mobile is required.
"+14155551234"
ATS-side job identifier you supplied when creating the job (matches the externalJobId from /createJob). Provide either this or interviewerId, not both.
"REQ-12345"
Alex-side job identifier returned from /createJob (payload) or /interviewers. Provide either this or jobExternalId, not both.
"acme-REQ-12345"
Optional ATS-side candidate identifier. When provided, repeated calls for the same external id will return the existing candidate instead of creating a duplicate.
"CAND-98765"