# Brevo AI integration on Definable

> Brevo (formerly Sendinblue) is an all-in-one email and SMS marketing platform that provides transactional messaging, marketing automation, contact management, and CRM tools to help businesses communicate and engage with their customers.

## What this connects

Brevo (formerly Sendinblue) is an all-in-one email and SMS marketing platform that provides transactional messaging, marketing automation, contact management, and CRM tools to help businesses communicate and engage with their customers.

Vendor: https://www.brevo.com

## Tools available

**21** tools available. First 12:

- `BREVO_CREATE_A_COMPANY` — Create a company — Creates a new company record in your Brevo CRM. Companies can be used to organize contacts and deals, track business relationships, and manage customer accounts. You can add custom attributes, link existing contacts and deals, and set country codes for international phone numbers. Use this when you need to add a new business or organization to your CRM system.
- `BREVO_CREATE_CONTACT_LIST` — Create Contact List — Creates a new contact list (audience) in Brevo within a specified folder. Contact lists are used to organize and segment contacts for email campaigns, SMS campaigns, and marketing automation workflows. Use this tool when you need to: - Create a new audience segment for a marketing campaign - Organize contacts by specific criteria (e.g., geographic location, interests, purchase history) - Set up a list for newsletter subscribers, event attendees, or customer segments - Prepare a target audience before adding contacts or launching campaigns Note: You must specify a valid folder ID. Use Get Contact Lists to view existing folders and their IDs.
- `BREVO_CREATE_OR_UPDATE_EMAIL_TEMPLATE` — Create or Update Email Template — This tool creates a new email template or updates an existing one in Brevo. If a 'templateId' is provided, it performs an update; otherwise, it creates a new template.
- `BREVO_CREATE_SMS_CAMPAIGN` — Create SMS Campaign — This tool allows you to create a new SMS campaign in Brevo. You can specify the campaign name, sender, content, recipients (by providing list IDs, exclusion list IDs, or segment IDs), and optionally schedule the campaign for a specific time. You can also enable Unicode characters, add an organization prefix, and include unsubscribe instructions.
- `BREVO_DELETE_COMPANY` — Delete a company — Deletes a company from Brevo using its unique identifier.
- `BREVO_DELETE_CONTACT` — Delete Contact — Deletes a contact from Brevo by email, contact ID, external ID, phone number, WhatsApp ID, or landline number. Use the identifier_type parameter to specify the type of identifier when using ext_id, phone_id, whatsapp_id, or landline_number_id.
- `BREVO_DELETE_EMAIL_TEMPLATE` — Delete Email Template — This tool deletes an inactive email template from Brevo. You need to provide the 'templateId' of the email template you want to delete. Only inactive templates can be deleted.
- `BREVO_DELETE_SMS_CAMPAIGN` — Delete SMS Campaign — This tool deletes an existing SMS campaign.
- `BREVO_GET_ACCOUNT_INFO` — Get Account Information — Retrieves comprehensive information about the authenticated Brevo account. Returns account details including: - Account holder information (email, first name, last name, company name) - Complete address (street, city, zip code, country) - Plan details with credit information (type, credits remaining, start/end dates) - Relay configuration for transactional emails (enabled status and data) - Marketing Automation status and tracker key (if enabled) No input parameters are required - the action uses the authenticated account's credentials. Use this action to: - Verify account configuration and settings - Check available credits and plan type - Monitor transactional email relay status - Retrieve Marketing Automation tracker information. If credentials are missing or invalid, verify the Brevo connection is active before calling — retries will not resolve credential issues. If blocked by an 'unrecognised IP address' error, add the integration host's IP to the Brevo account allowlist.
- `BREVO_GET_ALL_CONTACTS` — Get all contacts — This tool retrieves all contacts from your Brevo account with pagination and filtering based on modification/creation dates, list IDs, segment IDs, and contact attributes. For complete retrieval, iterate pages by incrementing `offset` by `limit` on each call until no more records are returned; a single call returns at most `limit` contacts.
- `BREVO_GET_ALL_EMAIL_TEMPLATES` — Get all email templates — This tool retrieves a list of all email templates created in your Brevo account. It corresponds to the GET /v3/smtp/templates endpoint as per the Brevo API documentation, with optional parameters for filtering (templateStatus), pagination (limit, offset), and sorting (asc/desc).
- `BREVO_GET_ALL_SENDERS` — Get All Senders — This tool retrieves a list of all senders associated with the Brevo account. Senders are the email addresses or domains that are authorized to send emails through Brevo. This action can be useful for managing and verifying sender identities.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`.

## How agents use Brevo

Inside a Definable workflow, Brevo is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Brevo** — the Researcher (GPT-5.5) pulls context from Brevo (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Brevo** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Brevo (create record, post message, draft email).
- **Designer / Engineer → Distributor → Brevo** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Brevo (attach file, open PR comment, post status).

The Verifier checks every Brevo call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- email newsletters — https://definable.ai/apps/category/email-newsletters/
- marketing automation — https://definable.ai/apps/category/marketing-automation/
- phone & sms — https://definable.ai/apps/category/phone-&-sms/

## Related

- HTML page: https://definable.ai/apps/brevo/
- Same category (email newsletters): https://definable.ai/apps/category/email-newsletters/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
