Use webhooks to get every response sent straight to a compatible web app or URL as soon as it’s submitted.
What is a webhook?
In general terms, a webhook is simply a notification sent over the web, which is triggered automatically whenever a specific event occurs.
In this case, the event is a new survey completion. Whenever a new survey submission comes in, a notification containing the response data is immediately sent to your chosen destination: the webhook URL you set in the configuration panel.
Webhook notifications are sent via HTTP POST request, and the request body (containing the response data) is in JSON format.
Webhooks are an advanced feature intended for Responsly users who know how to handle them.
Setup guide
1. Open your Workspace.
2. Go to the Setting panel and click on the Webhooks tab:
3. Add your webhook tag and Endpoint:
5. Now click Save webhook, and you’ll be taken back to the webhooks tab.