Webhook: Interview submitted
This webhook is triggered when a candidate submits their interview result. For more details about interview steps, see Platform → Interview Workflow.{
"table": "interview_result",
"schema": "public",
"record": {
"id": "7a0f2252-1b61-4660-ae55-f4271ca34687",
"question_set_id": "4316a76e-ab40-4dce-97fa-4db3f8caf3c4",
"profile_interview_id": "19bd7229-7f5c-4686-917a-2687d3e6bae4",
"candidate_external_id": "1234576e-ab40-4dce-97fa-4db3f8caf3c4",
"status": "active",
"processing_status": "completed",
"ai_analysis_recruiter": "Detailed analysis",
"score": 5.12,
"ai_analysis_recruiter_score": 4.212,
"ai_analysis_recruiter_why_hire": ["first", "second", "third"],
"ai_analysis_recruiter_why_not_hire": ["first", "second", "third"],
"pdf_export_url": "https://...",
"pdf_export_valid_until": "2024-11-06T05:30:19.961+00:00"
}
}
PDF Export URL in the Webhook#
You can generate a PDF export as part of your webhook. To enable this feature, follow these steps:2.
Select the interview you want (in draft status) and open the Interview Editor by clicking on the interview name.
3.
Navigate to the "Avatar Interview" tab.
4.
Select the "Developer" section on the right side.
5.
Enable "Automatically generate PDF reports for the webhooks."
6.
Fine-tune the report variables to suit your preferences.
Modified at 2025-05-17 08:47:03