Question

Redirect from SurveySparrow to URL created through Zapier?

  • 11 February 2022
  • 1 reply
  • 63 views

I have a WIX landing page where the user can fill out a SurveySparrow survey. After clicking on “Submit”, I have a Zapier workflow that:

  1. takes data from SurveySparrow and saves it in a google sheet
  2. takes data from google sheet and creates a POST request to an API (ShotStack API) → this POST request generates a video with the ShotStack API
  3. receives the URL of the created video through ShotStack API

Now my question is: how do I redirect the user from the SurveySparrow form on my WIX landing page to the video URL that I generated with the Zapier process above?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @femxx 

That would involve front end scripting. (e.g. via JavaScript)

Zaps are meant for back end scripting between apps and do not interact with websites or app UI.