This guide will walk you through:
Capturing Survey Responses: Connect SurveyGizmo with WiserNotify using a webhook to fetch real-time survey submission and feedback data.
Add Webhook Integration to Connect SurveyGizmo to pull the events lead data
Step 1: Get the Webhook URL from WiserNotify
– Go to WiserNotify > SurveyGizmo Integration.
– Click on the Integrate button inside the Integration box.
1. Enter Connection Name.
2. Click on the Create button.
3. Click on the copy button.
Step 2: Configure Webhook in SurveyGizmo
1. Edit your Survey.
2. click the Action button at the bottom of any page in your survey.
3. Click on the Add button inside Integrations > Webhook.
4. Enter Webhook Name.
5. Select the Post Method.
6. Paste Copied webhook URL.
– Select Post custom fields.
7 & 8.Select Question from the dropdown and click on the Add field button and give a variable name in the text box
{
“First Name”: “fn”,
“Last Name”: “ln”,
“Email Address”: “e”,
“City”: “ct”,
“State”: “st”,
“Country”: “cn”
}
9. Click on the Save Action button.
Please test by adding a new data & visit the WiserNotify- Dashboard Data page. Here, You can see all the captured/ received data with its source name.