Learn how to integrate real-time interview data into your SaaS to deliver intelligent insights and seamlessly sync back to your customers’ ATS
Automate Sync with Webhooks for Real-Time Interview Updates
x-account-id
in the request header, according to the chosen ATS. Set the updated_after
query parameter to one year ago (e.g., 2023-09-25T00:00:00.000Z) to get interviews updated within the last year.
application_id
as the path parameter, which includes fields like job ID
, application_status
, and remote_candidate_id
.
interview_status
, interview_stage
, interviewers info
, start_at
, end_at
, and meeting_url
). Each time a webhook update is received, your SaaS database will be refreshed with the latest applicant data.
Fetch Interviews for Applicants as per the Requirement
interview_status
, start_at
, interviewer info
, application_id
, interview_stage
, and more to get the interviews you need and display them on your dashboard.
x-account-id
in the request header to fetch the additional interview details.
Generate and Store Interview Intelligence