I am setting up a Zap to redirect survey respondents from QuestionPro to a dynamically generated URL based on a specific field condition from their survey response.
Steps Taken:
- Created a Zapier webhook (Catch Hook) and successfully integrated it with QuestionPro's webhook.
- Verified that all survey response fields are being sent to Zapier correctly.
- Used a Formatter step in Zapier to generate a dynamic URL based on a field condition (e.g., if a certain field equals a specific value).
- Added a final Webhook step in Zapier to redirect respondents to the dynamically generated URL.
The Issue:
- After completing the survey, respondents are redirected to a blank page displaying a JSON message ( instead of being redirected to the dynamic link)
{"attempt":"<id>","id":"<id>","request_id":"<id>","status":"success"}
. - This JSON message matches the "Data Out" response from the final Webhook action in Zapier.
- It's unclear how to correctly configure the final Webhook
Specific Questions:
- Should the Redirect Link in QuestionPro point to the Zapier Catch Hook URL, or directly to the dynamically generated URL , and how?
- If the dynamically generated URL is determined in Zapier, how can it be passed back to QuestionPro for proper redirection?
Any help or suggestions would be greatly appreciated!