Summary
To send information from your Gravity Forms form to the Brevo service, you will first need to create a feed. The feed will tell Gravity Forms which Brevo List you want to use, how you want the fields to be mapped, and under what conditions you wish for the entry to be sent to the service.
This article describes the steps to create a basic feed for the Brevo Add-On.
Create a Feed
To create a feed using the Brevo Add-On for Gravity Forms, do the following from your WordPress Admin Dashboard:
- Click on Forms in the left side menu.
- Select the form that you want to use with Brevo.
- Once within your desired form, hover over Form Settings and click on Brevo.
- Click Add New to create a new feed. You will be presented with the Brevo feed settings screen.
Feed Settings Reference


This table describes the feed settings options you will be offered for a Brevo feed.
Setting | Description |
---|---|
Feed Name | Enter a feed name to identify this setup uniquely. Required. |
Brevo List | Select the Brevo List you would like to add your contacts to. |
Select an Email field in the form that will be mapped to Brevo. Required. | |
{attributes} | Save information from form entries to Brevo attributes by selecting the appropriate fields from the dropdown list1. Refer to this article for more information about managing attributes in Brevo. |
Enable Double Opt-In | The Brevo email template to use for double opt-in. Required |
Redirect URL | The URL the contact is redirected to when they click the link in the double opt-in email. Required |
Bulk Add / Conditional Logic Choices | If unchecked, every successful form submission will be sent to Brevo. If you wish to set specific conditions for sending form data to Brevo, check the “Enable Condition” box and fill out the required criteria. |
Notes
- Note that you cannot map a Gravity Forms field to the Boolean type Brevo field directly. However, you can map a single checkbox choice to other Brevo field types such as Text. If you need to map to a Boolean type Brevo field, the gform_{$SHORT_SLUG}_field_value filter can be used to evaluate the value submitted in the form, then send
true
orfalse
to Brevo.