Send interview alerts

This API allows 3rd party integrators to send Interview Requests to Paradox. Additionally, this API will create Candidates within Paradox that do not exist.

Results

Calling '/interview/interview_alerts' endpoint.
This is the parameters to alert for an interview

KeyDescription
OIDCandidate id
actionThe action of interview (interview, cancel, reschedule)
by_web1 if interview by web
schedule_timethe Schedule time
interview_jobloc_idthe Interview jobloc id
interview_durationthe Interview duration
interview_typethe Interview type include IN_PERSON_INTERVIEW = 1 PHONE_INTERVIEW = 2 IN_PERSON_MEETING = 3 PHONE_MEETING = 4 SEQUENTIAL_INTERVIEW = 5 SEQUENTIAL_MEETING = 6 VIRTUAL_INTERVIEW = 7 VIRTUAL_MEETING = 8 GROUP_INTERVIEW = 9 PHONE_CONVERSATION = 10 IN_PERSON_CONVERSATION = 11 VIRTUAL_CONVERSATION = 12 IN_PERSON_SESSION = 13 PHONE_SESSION = 14 SEQUENTIAL_SESSION = 15 VIRTUAL_SESSION = 16 GROUP_SESSION = 17 INTERVIEW_PREFERENCE = 18 (max length: 6)
interview_instructionsthe Interview Instructions
interview_jobloc_room_idthe ID of the interview room
interviewer_idsid list of the interviewers
ipip of the candidate
lead_idid of the candidate
using_calendar_popup_pageFor all interview web pages using calendar pop up

The result will:
In case success is 1, the keys as below:

KeyDescription
success1
interview_datathe error
recruiter_textRecruiter message that send to candidate
processed1: have sent an alert, 0: not yet
company_idThe company id of a candidate
candidateCandidate-specific data(OID)

In case success is 0, the keys as below:

KeyDescription
errorthe error message
Language
Click Try It! to start a request and see the response here!