Skip to main content
Question

Redirect from SurveySparrow to URL created through Zapier?

  • February 11, 2022
  • 1 reply
  • 69 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?

Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30995 replies
  • February 11, 2022

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.