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.

event_type
enum<string>
required

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.

Available options:
interview.call.completed,
interview.advanced,
interview.rejected
interview
object
required

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.