Use webhooks to send every survey response straight to a compatible web app or URL as soon as it’s submitted.
What is a webhook?
In general terms, a webhook is a notification sent over the web that 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 configure.
Webhook notifications are sent via an HTTP POST request and the request body (with the response data) is in JSON format.
Webhooks are an advanced feature intended for Responsly users who are comfortable handling incoming HTTP requests.
Setup guide
Open your Workspace.
Go to the Settings panel and click the Webhooks tab:

Add your webhook tag and Endpoint (URL):

Click Save webhook. You’ll be taken back to the Webhooks tab where you can manage your configured endpoints.


