Skip to main content

Webhooks

Webhooks in the Voxtelesys Survey API let your application stay in sync with real-time survey events. Instead of polling for updates, your server receives HTTP callbacks as soon as something happens—like a new response being submitted or a survey reaching a final status. This event-driven approach makes it easy to automate actions, streamline workflows, and build responsive survey experiences.

For a general overview of how webhooks work, refer to the Webhooks Overview.

Survey Webhooks

For the Survey API, webhooks are triggered in the following scenarios:

  • Status Update: A callback is sent when a survey's status changes (e.g., completed, failed, or expired).
  • Response: A callback is sent each time responses are added to a survey via the PATCH /survey/{id}/response endpoint.