Webflow sync, pageviews & more.
NEW
Answers

How can I add a specific webhook for each form in Webflow to connect to different scenarios in Integromat/Zapier? Thank you for your help, I haven't been able to find a solution on the forums.

To add a specific webhook for each form in Webflow to connect to different scenarios in Integromat or Zapier, follow these steps:

1. Set up your scenario in Integromat or Zapier: Before connecting your forms to Integromat or Zapier, you need to create the desired scenarios in the respective platforms. This could include actions like sending emails, creating tasks, or updating a database.

2. Get the webhook URL from Integromat or Zapier: In Integromat, navigate to the scenario you created and add a new module called "Webhooks." Generate a webhook URL, which will be used to receive data from Webflow. In Zapier, go to the Zap you created and locate the Webhooks action where you can find the webhook URL.

3. Add the custom code to your Webflow form: In your Webflow designer, select the form you want to connect to the webhook. Click on the "Open Settings" button and then choose the "Custom Code" tab. Here, you can add custom code that will trigger the webhook when the form is submitted.

4. Customize the webhook code: In the Custom Code tab, you'll see some example code that you can modify to match your webhook setup. Replace the example URL in the code with the webhook URL you obtained from Integromat or Zapier.

Here's an example of the code you should add:

```html

```

Remember to replace `'your-form-id'` with the ID of your form element. You can find the form ID by inspecting the form element in your browser's developer tools.

5. Customize the webhook scenario in Integromat or Zapier: Once you have connected your form to the webhook, you can go back to Integromat or Zapier and set up the desired actions that should occur when the form is submitted. For example, you can map the form field data to the respective actions in your scenario.

Repeat these steps for each form you want to connect to a different Integromat or Zapier scenario. Each form will have its own webhook URL, allowing you to differentiate the actions taken based on the specific form submission.

By following this process, you can easily connect your Webflow forms to different scenarios in Integromat or Zapier using specific webhooks.

Rate this answer

Other Webflow Questions