How to trigger workflow when clicking a button on Webflow?

My landing page is on Webflow and my app is on Bubble. I’m looking for a way to have a user click a button on Webflow, navigate to bubble and start a workflow in bubble.

I’ve looked at Zapier but there doesn’t seem to be a button click trigger? What’s the best approach to getting this done?

You could use a webhook.

The button in webflow could call the webhook url, which starts the workflow

If the workflow in the bubble app shall simply start on page load you could simply start the workflow in bubble directly on page load

It depends on the workflow but if it’s something that you can handle on the backend - I would just go with the API :wink:

Cheers!