This guide will walk you through:
- Capturing Survey Submissions: Connect SurveySparrow with WiserNotify using a webhook to fetch real-time survey responses and engagement data.
Add Webhook Integration to Connect SurveySparrow to pull the events sales & lead data
Step 1: Get the Webhook URL from WiserNotify
- Go to WiserNotify > SurveySparrow Integration.
- Click on the Integrate button inside the Integration box.
- Enter your Connection Name
Step 2: Configure Webhook in SurveySparrow
- Edit your survey.
1. Click on the Integrate tab.
2. Click on the Webhooks option in the sidebar.
3. Click on the Add webhook button.
1. Enter the webhook name.
2. Enter a description (optional).
3. Paste the copied URL here.
4. Select the post request type.
5. Active webhook toggle.
6. Copy this content and paste into the content field.
{
“i”: “{submission_ip}”,
“n”: “{question_423223}”,
“e”: “{question_423224}”,
“ct”: “{question_423228}”,
“st”: “{question_423229}”,
“cn”: “{question_423230}”
}
7. Last, Click the save details button.