Funny! I was just looking at zaps. But my biggest issue is dynamically sending the user to a new url based on a unique ID form submission. After form submission the user would need to be redirected to bubble. I would read the url and match it with the webhook. Not sure a zap can alter the url after form submission from “example landing page .com”. I’ll look at Make.
Why don’t you send the dynamic data via URL parameters?
Instead of sending form data via webbooks, you can send via URL through parameters (e.g. ?fname=nick&email=nick@gmail.com&anyotherdata=value) when user submits the form - which is simply creating dynamic url on submit.
You can then use a workflow when the page loads in your bubble app, get the data from url, save data to your db and do the rest.
Thanks ferhatg. Yeah that seems to be the issue. I’m having trouble specifically with Wix. My marketing guy wants to use it. After form submit the struggle is generating the url parameters. I don’t like wix.