Brevo
Overview
SLUG: BREVO
Description
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.
Authentication Details
OAuth2
API Key
Connecting to Brevo
Create an auth config
Use the dashboard to create an auth config for the Brevo toolkit. This allows you to connect multiple Brevo accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Brevo toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
BREVO_CREATE_A_COMPANY
Tool Name: Create a company
Description
Action Parameters
Action Response
BREVO_CREATE_OR_UPDATE_EMAIL_TEMPLATE
Tool Name: Create or Update Email Template
Description
Action Parameters
Action Response
BREVO_CREATE_SMS_CAMPAIGN
Tool Name: Create SMS Campaign
Description
Action Parameters
Action Response
BREVO_DELETE_COMPANY
Tool Name: Delete a company
Description
Action Parameters
Action Response
BREVO_DELETE_CONTACT
Tool Name: Delete Contact
Description
Action Parameters
Action Response
BREVO_DELETE_EMAIL_TEMPLATE
Tool Name: Delete Email Template
Description
Action Parameters
Action Response
BREVO_DELETE_SMS_CAMPAIGN
Tool Name: Delete SMS Campaign
Description
Action Parameters
Action Response
BREVO_FIND_CONTACT
Tool Name: Find Contact
Description
Action Parameters
Action Response
BREVO_GET_ACCOUNT_INFO
Tool Name: Get Account Information
Description
Action Parameters
Action Response
BREVO_GET_ALL_CONTACTS
Tool Name: Get all contacts
Description
Action Parameters
Action Response
BREVO_GET_ALL_EMAIL_TEMPLATES
Tool Name: Get all email templates
Description
Action Parameters
Action Response
BREVO_GET_ALL_SENDERS
Tool Name: Get All Senders
Description
Action Parameters
Action Response
BREVO_GET_COMPANY_DETAILS
Tool Name: Get Company Details
Description
Action Parameters
Action Response
BREVO_GET_CONTACT_DETAILS
Tool Name: Get Contact Details
Description
Action Parameters
Action Response
BREVO_GET_SMS_CAMPAIGNS
Tool Name: Get SMS Campaigns
Description
Action Parameters
Action Response
BREVO_GET_SMS_CAMPAIGN_DETAILS
Tool Name: Get SMS Campaign Details
Description
Action Parameters
Action Response
BREVO_LIST_ALL_COMPANIES
Tool Name: List All Companies
Description
Action Parameters
Action Response
BREVO_LIST_EMAIL_CAMPAIGNS
Tool Name: List Email Campaigns
Description
Action Parameters
Action Response
BREVO_UPDATE_EMAIL_CAMPAIGN
Tool Name: Update Email Campaign
Description
Action Parameters
Action Response