Webflow does not have native integration for Brevo (formerly Sendinblue), but you can still connect it using third-party automation tools or custom form actions. Webflow provides native support for Mailchimp but is flexible enough to integrate with many services.
1. Native Webflow Integrations
- Mailchimp is the only natively supported email marketing tool in Webflow’s form settings (via an API key).
- There is no direct, built-in integration with Brevo.
2. Use Zapier, Make or Pabbly to Connect Webflow to Brevo
- Use a no-code automation tool like Zapier, Make (Integromat), or Pabbly Connect.
- Set a trigger on a Webflow form submission and an action to add a contact to Brevo.
- Steps in Zapier (example):
- Trigger: Webflow → Form Submission.
- Action: Brevo → Create or Update Contact.
- You can bypass Webflow form storage and send form data directly to Brevo.
- In Webflow:
- Set the Form Action (POST) to Brevo’s API endpoint.
- Use custom headers and hidden fields to include the API key and contact attributes.
- Note: This requires JavaScript and API knowledge, and won't allow submissions to be logged in Webflow's Forms tab.
- You can post Webflow form data to an external webhook endpoint.
- Let the backend service handle the Brevo API integration securely, keeping your API key hidden from the frontend.
Summary
Webflow supports Mailchimp natively but does not have built-in support for Brevo. To integrate Brevo, use Zapier, Make, or a custom API connection through form actions or backend services.