Brevo MCP connector
Brevo is an all-in-one platform for email marketing and transactional email campaigns. The Brevo MCP connector allows AI agents to manage contact lists, send transactional emails, and maintain contact attributes across marketing workflows. It also supports retrieving and updating contact information to keep subscriber data synchronized with campaign activities.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Brevo MCP connector to perform the following actions:
- Build automated email campaigns triggered by customer actions in Brevo
- Sync contact lists across systems and maintain clean, up-to-date subscriber data
- Send transactional emails instantly when workflow events occur in Brevo
- Segment customers by custom attributes and personalize outreach in Brevo
- Manage sender identities and compliance across multiple email domains
- Automate contact lifecycle management from creation through deletion in Brevo
- Create and organize contact attributes to enable dynamic email personalization
Example prompts
Use the following example prompts to invoke Brevo MCP connector tools from your AI assistant or Boomi Connect workflow:
Add this customer to Brevo and assign them to the VIP segment.Send a password reset email through Brevo to this user right now.Show me all contacts in Brevo who have the industry attribute set to healthcare.Create a new email sender identity in Brevo for our support team.Update this contact's phone number in Brevo after they called to change it.Get all the custom contact attributes we have set up in Brevo.Remove this contact from Brevo after they unsubscribed.List all verified senders we have configured in Brevo.Create a custom attribute in Brevo to track customer purchase frequency.Send a transactional invoice email through Brevo when an order completes.
Brevo MCP connector tools
The Brevo MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| brevo_brevocreatecontact_invoke | Creates a new contact in the Brevo system with provided information. |
| getAllContacts | Retrieves a list of all contacts stored in the Brevo system. |
| createContact | Creates a new contact record with the specified details. |
| getContact | Retrieves detailed information about a specific contact. |
| updateContact | Modifies existing contact information with new data. |
| deleteContact | Removes a contact from the Brevo system. |
| sendTransactionalEmail | Sends a transactional email message to a specified recipient. |
| getAllAttributes | Retrieves all custom attributes defined for contacts. |
| createAttribute | Creates a new custom attribute for storing contact information. |
| updateAttribute | Modifies the settings or configuration of an existing attribute. |
| deleteAttribute | Removes a custom attribute from the system. |
| getAllSenders | Retrieves a list of all verified email sender addresses. |
| createSender | Adds a new verified email sender address to the account. |
| updateSender | Modifies the settings or details of an existing sender. |
| deleteSender | Removes a sender address from the account. |