interviews

Check Calendar Responses Endpoint

Check Google Calendar for declined invites.

Polls all scheduled contacts' calendar events to detect if any interviewees have declined their invites. When a decline is detected:

  • Updates contact status to 'declined'
  • Cancels pending interview and reminder jobs

This is automatically polled every 30 minutes, but you can trigger it manually with this endpoint.

post/v1/interviews/{interview_id}/check-calendar-responses

Path parameters

interview_idstring uuid required

Headers

X-API-Keystring nullable

Response

Successful Response

checkedinteger required
declinedinteger required
declined_contact_idsstring[]
messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.