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:
- takes data from SurveySparrow and saves it in a google sheet
- 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
- 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?