Connect Brevo with Framer Forms
Capture leads from your Framer forms and automatically add them to your Brevo contact list using the Forms Plugin.
Step 1 - Generate Brevo API Key
Before connecting Brevo to your form, generate an API key from your Brevo dashboard. This API key allows the Forms Plugin to securely send form submissions to your Brevo contact list.
- Login to your Brevo account
- Open Settings
- Navigate to SMTP & API
- Click Create New API Key
- Copy the generated API key
Open Brevo Dashboard →
Keep your API key in a secure password manager. Never share it publicly or commit it to a code repository.
Select your form in the Framer canvas and insert the Brevo component.
The component connects your form to Brevo and automatically detects the form fields in your form layout.
After inserting the Brevo component, configure the API settings in the component properties panel.
- Select the Brevo Integration component in your form
- Open the properties panel on the right side
- Paste your Brevo API Key
- Enter your Brevo List ID
Required Fields
- Brevo API Key - Paste the API key generated from your Brevo dashboard.
- Brevo List ID - Enter the Brevo contact list ID where new subscribers should be added.
Map your form fields to Brevo contact attributes.
The component automatically detects your form field names. You simply connect each field to the correct Brevo attribute.
Example Mapping
| Form Field | Brevo Attribute |
|---|
| email | EMAIL |
| name | FIRSTNAME |
| phone | SMS |
Step 5 - Result
When a user submits the form, their details will automatically be added to your Brevo contact list. You can then manage contacts, send campaigns, and set up automations directly from Brevo.
Next Steps