It can be useful to send survey responses to external destinations. For example, you can receive Slack notifications or trigger Zapier zaps whenever users responds to your survey.
To do this:
Go to the data pipeline destinations tab.
Search for the destination you want and click + Create (or click Create on HTTP Webhook for custom destinations).
Follow the steps to integrate with destination.
Under Match event and actions, select survey sent.
Available properties
You can extract the following properties from surveys:
Property | Description |
---|---|
event.properties.$survey_name | The name of the survey |
event.properties.$survey_questions | An array of objects containing the following survey question properties: id , index , and question |
event.properties.$survey_response_{response_key} | The response to a specific question. To find response_key , go to your survey page and click on the button Copy survey response key. There's one for each question in your survey. response_key is identical to the corresponding survey question ID |
person.name or other person properties | The name of the person who responded or other properties |