Brevo
Learn how to use Brevo with Composio
Overview
Enum
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
API_KEY
OAUTH2
Actions
BREVO_CREATE_A_COMPANY
This tool allows you to create a new company in your brevo account.
Action Parameters
Action Response
BREVO_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.
Action Parameters
Action Response
BREVO_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.
Action Parameters
Action Response
BREVO_DELETE_COMPANY
Deletes a company from brevo using its unique identifier.
Action Parameters
Action Response
BREVO_DELETE_CONTACT
Action Parameters
Action Response
BREVO_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.
Action Parameters
Action Response
BREVO_DELETE_SMS_CAMPAIGN
This tool deletes an existing sms campaign.
Action Parameters
Action Response
BREVO_FIND_CONTACT
This tool checks if a contact exists in brevo. it searches for a contact using either an email address or mobile number, with the email being prioritized if both are provided.
Action Parameters
Action Response
BREVO_GET_ACCOUNT_INFO
This tool retrieves information about the brevo account, including account holder’s email, first name, last name, company name, and address, as well as details about the current plan such as type, credits, start date, and end date.
Action Parameters
Action Response
BREVO_GET_ALL_CONTACTS
This tool retrieves all contacts from your brevo account. it allows for pagination and filtering based on modification/creation dates, list ids, segment ids, and contact attributes.
Action Parameters
Action Response
BREVO_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).
Action Parameters
Action Response
BREVO_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.
Action Parameters
Action Response
BREVO_GET_COMPANY_DETAILS
This tool retrieves the details of a specific company by its unique id.
Action Parameters
Action Response
BREVO_GET_CONTACT_DETAILS
This tool retrieves detailed information about a specific contact in brevo. you can identify the contact using their email address (url-encoded), their unique contact id, or their sms attribute value.
Action Parameters
Action Response
BREVO_GET_SMS_CAMPAIGNS
This tool retrieves a list of all sms campaigns created in brevo. it supports filtering by status, start date, and end date, and also allows controlling the number of results returned (limit), the starting point in the list (offset), and the sort order (asc or desc).
Action Parameters
Action Response
BREVO_GET_SMS_CAMPAIGN_DETAILS
Retrieves the details of a specific sms campaign.
Action Parameters
Action Response
BREVO_LIST_ALL_COMPANIES
This action retrieves a list of all companies stored in the brevo crm. it supports pagination and filtering by name and other attributes.
Action Parameters
Action Response
BREVO_LIST_EMAIL_CAMPAIGNS
This tool retrieves a list of all email campaigns associated with the user’s brevo account. it allows filtering by campaign type, status, start date, and end date. the response includes the total count of campaigns and an array of campaign objects, each containing details like id, name, subject, type, status, scheduled date/time, sender information, and optionally, campaign statistics.
Action Parameters
Action Response
BREVO_UPDATE_EMAIL_CAMPAIGN
Action Parameters
Action Response