Advance a candidate to interview scheduling
Moves the candidate’s application into interview scheduling, optionally queueing an outbound scheduling call and sending SMS/email with a booking link. The application must be in a reviewable stage.
Authentication
AuthorizationBearer
Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.
Path parameters
candidateId
Request
This endpoint expects an object.
applicationId
reason
skip_call
When true, no outbound scheduling call is queued.
send_sms
sms_body
send_email
email_subject
email_body
send_booking_link
Generate a self-service booking link and substitute it into the messages.
Response
Result of the advance action.
success
stageChange
callQueued
queueId
smsSent
emailSent
bookingUrl
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

