{
"interview": {
"id": "<string>",
"job_opening_id": "<string>",
"job_opening": {
"id": "<string>",
"name": "<string>"
},
"contact": {
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"phone_number": "<string>",
"resume_url": "<string>",
"custom_fields": [
{
"key": "<string>",
"name": "<string>",
"value": "<string>"
}
]
},
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"transcript_fragments": [
{
"transcript": "<string>"
}
],
"insights": {
"assessment_score": 123,
"strengths": [
"<string>"
],
"weaknesses": [
"<string>"
]
},
"calls": [
{
"id": "<string>",
"recording_url": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"video_url": "<string>"
}
],
"assessment_criteria": [
{
"name": "<string>",
"value": "<string>",
"commentary": "<string>"
}
],
"data_extraction_fields": [
{
"name": "<string>",
"value": 123,
"commentary": "<string>"
}
],
"custom_fields": [
{
"key": "<string>",
"name": "<string>",
"value": "<string>"
}
]
}
}Interview Webhooks
Webhook payload sent when interview events occur, such as when a candidate completes a call with the AI interviewer, or when an interview is advanced or rejected by a user.
The type of webhook event: interview.call.completed when a candidate finishes a call with the AI interviewer (note that an interview may have multiple calls if the candidate completes their interview over multiple sessions), interview.advanced when an interview is advanced by a user within the Alpharun dashboard, and interview.rejected when an interview is rejected by a user within the Alpharun dashboard.
interview.call.completed, interview.advanced, interview.rejected The interview that has a new call completed (interview.call.completed), advanced (interview.advanced), or rejected (interview.rejected). Note that this interview may have multiple calls if the candidate completes their interview over multiple sessions. Properties like transcript_fragments and insights are calculated based on all calls in the interview.
Show child attributes
Show child attributes