Webflow sync, pageviews & more.
NEW
Answers

How can I pass the salutation field from a Webflow newsletter form to Sendinblue via Make (Integromat) without encountering an error?

To pass the salutation field from a Webflow newsletter form to Sendinblue via Make (Integromat) without encountering an error, you can follow these steps:

1. Set up your Webflow form: In Webflow, create a form that includes the salutation field. Make sure you name the field appropriately, such as "salutation" or "salutationField".

2. Create an Integromat scenario: Go to Integromat and create a new scenario. Set up the trigger as Webflow's "Watch forms" module, and connect it to your Webflow project. Choose the specific form that includes the salutation field.

3. Add a Make HTTP request module: After the trigger, add the "Make an HTTP request" module. This module will allow you to send the salutation data to the Sendinblue API.

4. Configure the Make module: In the Make module's settings, set the Method type to "POST". Enter the URL of the Sendinblue API endpoint where you want to send the data.

5. Set the headers: In the Make module, click on the "Headers" tab. Add a new header with the key "Content-Type" and the value "application/json".

6. Prepare the JSON payload: In the "Body" tab of the Make module, click on "Customize request" and choose "Add item". Here, you can define the JSON payload that will be sent to Sendinblue. Specify the fields you want to include, such as "salutation", and set their corresponding values using the data received from the Webflow form.

7. Map values from Webflow form: In the Make module, map the values received from the Webflow form to the appropriate fields in the JSON payload. For the salutation field, select the value from the Webflow form that corresponds to the salutation field name you used in step 1.

8. Connect to Sendinblue: Add the appropriate modules in Integromat to connect to the Sendinblue API. This can vary depending on the action you want to perform in Sendinblue, such as creating a new contact or updating an existing contact. Follow the documentation provided by Sendinblue to configure these modules accordingly.

9. Test the scenario: Save your scenario in Integromat and run a test to ensure that the data is properly passed from Webflow to Sendinblue without encountering any errors. Submit a test entry in your Webflow form and check if the salutation field is successfully received by Sendinblue.

By following these steps, you can effectively pass the salutation field from a Webflow newsletter form to Sendinblue via Make (Integromat) without encountering any errors.

Rate this answer

Other Webflow Questions