Brevo
Learn how to use Brevo with Composio
Overview
Enum
BREVO
Description
Brevo (formerly Sendinblue) delivers email marketing, SMS campaigns, and marketing automation solutions, empowering businesses to nurture leads, engage audiences, and drive conversions
Authentication Details
API_KEY
Actions
BREVO_DELETE_A_NOTE
Endpoint /crm/notes/
{id}“ allows deleting a specific note by its id. it returns a 204 status code when successful, or a 400/404 with error details if the request fails. essential for managing crm notes efficiently.
Action Parameters
Action Response
BREVO_DELETE_A_LIST
Deletes a contact list by its id. returns a 204 response if successful, or errors such as 400 (bad request) and 404 (list id not found) with detailed codes and messages for failure reasons.
Action Parameters
Action Response
BREVO_REMOVE_RESELLER_CHILD_S_SENDER_DOMAIN
This endpoint enables resellers to delete domains for a child account using the child’s id and domain name, ensuring secure removal by managing potential errors and unauthorized access.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_GROUPS
This endpoint allows you to list all groups created on your admin account.
Action Parameters
Action Response
BREVO_GET_ALL_TASKS
This endpoint fetches a filtered task list based on type, status, assignee, contacts, deals, and company ids within a date range. it offers pagination, sorting, and outputs tasks’ details including ids, names, and linked entities.
Action Parameters
Action Response
BREVO_FILTER_TRANSACTIONAL_EMAILS_LIST
This endpoint will show the list of emails for past 30 days by default. to retrieve emails before that time, please pass startdate and enddate in query filters.
Action Parameters
Action Response
BREVO_GET_A_PRODUCT_S_DETAILS
This ecommerce endpoint allows fetching product details by id, including its name, dates, images, and metadata. it supports get requests, and provides error codes and messages for issues like bad requests or missing product ids.
Action Parameters
Action Response
BREVO_GET_AN_EXTERNAL_FEED_BY_UUID
This endpoint will update an external feed.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_BLOCKED_DOMAINS
Get the list of blocked domains
Action Parameters
Action Response
BREVO_CHECK_RESELLER_CHILD_ACCOUNT_CREATION_STATUS
This endpoint allows resellers to check if a child account has been successfully created by providing the child’s identifier. it returns a boolean status and handles errors such as bad requests or unauthorized access.
Action Parameters
Action Response
BREVO_GET_A_COMPANY
Retrieve company details by id. provides company attributes, linked contacts & deals. errors for invalid id or missing company.
Action Parameters
Action Response
BREVO_UPDATE_CHILD_INFO_BASED_ON_ID
This endpoint updates a reseller’s child profile using their identifier, allowing changes to email, names, company, and password. it handles incorrect inputs or unauthorized actions with detailed error messages.
Action Parameters
Action Response
BREVO_CREATE_A_GROUP_OF_SUB_ACCOUNTS
This endpoint allows to create a group of sub-accounts
Action Parameters
Action Response
BREVO_UPDATE_AN_EMAIL_CAMPAIGN_STATUS
Update email campaign status (suspended, archive, etc.) using its id. requires id in path, new status in json. successful updates return 204, 400 for bad requests, 404 if id not found.
Action Parameters
Action Response
BREVO_ADD_A_NEW_DOMAIN_TO_THE_LIST_OF_BLOCKED_DOMAINS
Blocks a new domain in order to avoid messages being sent to the same
Action Parameters
Action Response
BREVO_SEND_YOUR_SMS_CAMPAIGN_IMMEDIATELY
This endpoint enables sending an sms campaign instantly via post to ‘/smscampaigns/{campaignid}
/sendnow’, needing a campaignid. it returns 204 for success, and errors 400, 402, or 404 for various failures.
Action Parameters
Action Response
BREVO_GET_AN_A_B_TEST_EMAIL_CAMPAIGN_RESULTS
Obtain winning version of an a/b test email campaign
Action Parameters
Action Response
BREVO_UNBLOCK_OR_RESUBSCRIBE_A_TRANSACTIONAL_CONTACT
To unblock a transactional email contact, send a delete request to /smtp/blockedcontacts/
{email}“ with their email in the url. possible responses are 204 (unblocked), 400 (bad request), and 404 (email not found).
Action Parameters
Action Response
BREVO_UPDATE_AN_EMAIL_CAMPAIGN
This endpoint updates email campaign details, including tags, content, schedule, and sender info. features a/b testing, ip warmup, and metrics. it also handles errors for invalid inputs or missing ids.
Action Parameters
Action Response
BREVO_GET_AN_EMAIL_CAMPAIGN_REPORT
Retrieve comprehensive reports for email campaigns by supplying the campaign id and optional stat filters, covering everything from global stats and link analytics to recipient interactions.
Action Parameters
Action Response
BREVO_RETURN_ALL_YOUR_PRODUCTS
This ecommerce api allows for detailed product searches with filters (e.g., price, categories), and supports pagination. it offers thorough product information, including images and metadata.
Action Parameters
Action Response
BREVO_UPDATE_A_FOLDER
The put endpoint /contacts/folders/
{folderid}“ updates a contact folder’s name using its id and a json payload. it returns 204 on success, 400 for bad requests, and 404 if the id is not found.
Action Parameters
Action Response
BREVO_UPDATE_AN_AUTOMATED_MESSAGE
Update a message by its id by sending the new text in json format. successful updates show the updated message details; failures return error codes and messages.
Action Parameters
Action Response
BREVO_CREATE_AN_API_KEY_FOR_A_SUB_ACCOUNT
This endpoint will generate an api v3 key for a sub account
Action Parameters
Action Response
BREVO_GET_ALL_THE_LISTS
The endpoint fetches all contact lists, supporting pagination (via limit
and offset
), sorting (by creation time), and filtering. it returns details like ids, names, subscriber counts, and folder ids.
Action Parameters
Action Response
BREVO_UPDATE_A_COMPANY
This endpoint allows for the partial update of a company’s details by its id. it requires a json body with company details, such as name and attributes, and responds with updated company information. errors are returned for invalid data or not found ids.
Action Parameters
Action Response
BREVO_CREATE_AND_SEND_A_WHATS_APP_CAMPAIGN
Create and manage whatsapp campaigns by specifying details like name, template id, schedule, and recipients. essential fields include template id and recipient info. it generates success confirmation or detailed errors.
Action Parameters
Action Response
BREVO_UPDATE_A_WEBHOOK
Update a webhook by including its id in the path and updating details in the request body like description, url, and more. successful updates return 204, while invalid requests return 400, and missing webhook ids return 404.
Action Parameters
Action Response
BREVO_CREATE_AN_EVENT
Create an event to track a contact’s interaction.
Action Parameters
Action Response
BREVO_UPDATE_PERMISSION_FOR_A_USER
Brevo provides features like email campaigns, deals, and calls with customizable user access levels, including creation and editing. ensure to specify the appropriate permission level for each user based on your plan for an optimal experience.
Action Parameters
Action Response
BREVO_DELETE_A_TASK
This endpoint deletes a specified task by its id. success returns 204 with no content. errors yield a 400 for invalid requests, detailing the issue, or a 404 if the task id isn’t found, with specific error messages and codes provided for clarity.
Action Parameters
Action Response
BREVO_GET_ALL_TASK_TYPES
This endpoint retrieves all task types, returning their ids and titles in json format. it’s tagged under “tasks” with a successful response indicating the detailed task types available.
Action Parameters
Action Response
BREVO_GET_A_NOTE
The /crm/notes/
{id}“ endpoint supports get requests to fetch details of a specific note by id, including text, linked contacts, deals, author information, and timestamps, with responses for successful retrieval, invalid data, or note not found.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_BLOCKED_OR_UNSUBSCRIBED_TRANSACTIONAL_CONTACTS
Retrieve a list of contacts blocked or unsubscribed from transactional emails within a specified date range. supports pagination, sender filtering, and sorting.
Action Parameters
Action Response
BREVO_DELETE_SCHEDULED_EMAILS_BY_BATCH_ID_OR_MESSAGE_ID
Delete scheduled batch of emails by batchid or single scheduled email by messageid
Action Parameters
Action Response
BREVO_ENABLE_DISABLE_SUB_ACCOUNT_APPLICATION_S
Api endpoints for the corporate owner to enable/disable applications on the sub-account
Action Parameters
Action Response
BREVO_SEND_A_MESSAGE_AS_AN_AGENT
This endpoint enables agents to send messages in conversations
using a json with visitorid
and text
required, and optional fields like agentid
. success returns message details; failures return error codes.
Action Parameters
Action Response
BREVO_CREATE_AN_EMAIL_TEMPLATE
The endpoint enables creating custom transactional email templates with details like sender, subject, content, etc. successful creations yield a 201 status and template id; failures return errors and codes.
Action Parameters
Action Response
BREVO_GET_A_WHATS_APP_CAMPAIGN
This endpoint fetches details of a whatsapp campaign by id, including its name, status, sender, recipients, template, and dates, plus error messages for invalid or absent campaigns.
Action Parameters
Action Response
BREVO_UPDATE_A_LIST
Update contact lists by id. accepts renaming the list or moving it to a different folder. requires listid
in the path and json body with name
or folderid
. returns 204
on success or specific error codes for failures such as 400
and 404
.
Action Parameters
Action Response
BREVO_DELETE_A_WHATS_APP_CAMPAIGN
Deletes a specified whatsapp campaign by campaignid. on success, returns a 204 status with no content. errors lead to a 400 or 404 response, detailing the issue with error codes and messages.
Action Parameters
Action Response
BREVO_DISSOCIATE_A_DEDICATED_IP_TO_THE_CHILD
This endpoint lets resellers remove a dedicated ip from a child account by providing the child’s identifier and the ip address. a successful removal returns a 204 status, with failures giving 400 or 404 errors based on the issue.
Action Parameters
Action Response
BREVO_CREATE_A_WHATS_APP_TEMPLATE
This endpoint enables whatsapp campaign template creation, requiring name
, language
, category
, and bodytext
. mediaurl
and headertext
are optional. success returns a 201 status and template id; failures return error details.
Action Parameters
Action Response
BREVO_ADD_EMAIL_AND_OR_SMS_CREDITS_TO_A_SPECIFIC_CHILD_ACCOUNT
This post endpoint lets resellers add email/sms credits to a child account using ‘childidentifier’. it needs json input for the credit amount. successful requests update both child and reseller credit balances, with error handling via specific codes.
Action Parameters
Action Response
BREVO_DELETE_AN_EXTERNAL_FEED
This endpoint will delete an external feed.
Action Parameters
Action Response
BREVO_GET_COMPANY_ATTRIBUTES
This endpoint retrieves a list of company attributes, including names, labels, types, options, and required status in json format. suitable for understanding company data structure.
Action Parameters
Action Response
BREVO_GET_A_LIST_S_DETAILS
This get endpoint fetches details about a contact list using its listid, including id, name, subscribers, blacklisted contacts, and email campaign stats with optional date range. it returns list details, error messages, or a 404 error if not found.
Action Parameters
Action Response
BREVO_SEND_AN_AUTOMATED_MESSAGE_TO_A_VISITOR
Example of automated messages: order status, announce new features in your web app, etc.
Action Parameters
Action Response
BREVO_GET_FILE_DETAILS
This endpoint fetches detailed file information by id, including name, authorid, and more. responses vary from successful retrieval (200) to invalid data (400) and not found (404).
Action Parameters
Action Response
BREVO_GET_YOUR_TRANSACTIONAL_EMAIL_ACTIVITY_AGGREGATED_PER_DAY
This endpoint provides daily reports on email activities like requests, deliveries, and clicks, with filters by date or tags, and sorting options. it also supports pagination with customizable settings.
Action Parameters
Action Response
BREVO_ADD_EXISTING_CONTACTS_TO_A_LIST
This endpoint allows adding existing contacts to a specific list by its id. users can add contacts through their email addresses or ids, with a max limit of 150 per request. successful additions and failures are reported in the response.
Action Parameters
Action Response
BREVO_RESEND_CANCEL_INVITATION
This endpoint lets users resend or cancel an email invitation by specifying the action and user email, providing success confirmation or unauthorized access errors.
Action Parameters
Action Response
BREVO_CREATE_A_NOTE
This endpoint enables users to create notes in the crm with text and linked ids (contact, deal, company), returning the note’s id or errors for invalid inputs/formats.
Action Parameters
Action Response
BREVO_GET_ALL_THE_SEGMENTS
The get endpoint ‘/contacts/segments’ retrieves segments, allowing filtering, pagination via ‘limit’ and ‘offset’, and sorting with ‘sort’. it returns listings including id, name, category, and last update time.
Action Parameters
Action Response
BREVO_DELETE_A_DEAL
This endpoint allows for the deletion of a specified deal by its id. upon successful deletion, a 204 status is returned. errors are detailed with specific codes and messages for issues like invalid data (400) or missing ids (404).
Action Parameters
Action Response
BREVO_GET_ALL_DEALS
The get /crm/deals
endpoint fetches a list of deals with optional filters (name, company, contact ids), supporting pagination (offset
, limit
) and sort order, returning deal details and linked entities.
Action Parameters
Action Response
BREVO_GET_ALL_YOUR_SMS_ACTIVITY_UNAGGREGATED_EVENTS
This endpoint retrieves detailed sms event stats, allowing for pagination, date range, and phone number/event type/tag filtering. it includes specifics like message id and bounce reasons, with error handling.
Action Parameters
Action Response
BREVO_SEND_A_TEST_SMS_CAMPAIGN
Endpoint allows sending a test sms for a specific campaign by id. requires the recipient’s mobile number in json format. responds with success or error detailing issues like invalid parameters or campaign id not found.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_EMAIL_TEMPLATES
This endpoint retrieves a list of email templates, allowing filtering by status, pagination through limit and offset parameters, and sorting by creation order. supports querying active/inactive templates and customization on returned results.
Action Parameters
Action Response
BREVO_UPDATE_A_DEAL
This endpoint updates a deal’s details using its id, requiring a path ‘id’ parameter and a json body with the information. success returns a 204 code; errors have specific codes/messages for invalid data or missing id.
Action Parameters
Action Response
BREVO_UPDATE_MULTIPLE_CONTACTS
The /contacts/batch
post
endpoint enables bulk contact updates, including emails, sms, external ids, and more. it requires a structured object with identifiers and update values. responses indicate success (204) or error (400) with messages.
Action Parameters
Action Response
BREVO_UPDATE_RESELLER_CHILD_S_SENDER_DOMAIN
Update a reseller’s child sender domain by specifying childidentifier and domainname. requires the new domain value in the request. supports error handling for invalid requests and permissions.
Action Parameters
Action Response
BREVO_RETURN_THE_INFORMATIONS_FOR_A_PROCESS
Retrieve process details by id, including its name, status, and export url upon completion. supports querying with the process id and returns response codes for success (200), bad request (400), or not found (404).
Action Parameters
Action Response
BREVO_AUTHENTICATE_A_DOMAIN
The put endpoint ‘/senders/domains/{domainname}
/authenticate’ authenticates domain names, returning success with details or errors for bad requests or non-existent domains.
Action Parameters
Action Response
BREVO_UPDATE_A_CAMPAIGN_S_STATUS
Endpoint updates sms campaign status via put; include campaign id, desired status in body. supports various statuses; successful updates return 204, errors may return 400 or 404.
Action Parameters
Action Response
BREVO_DELETE_AN_ATTRIBUTE
Delete a specific attribute from a contact by specifying its category and name. categories include normal, transactional, etc. successful deletion returns a 204 status. errors return relevant codes such as ‘bad request’ or ‘attribute not found’.
Action Parameters
Action Response
BREVO_CREATE_COUPONS_FOR_A_COUPON_COLLECTION
The ‘/coupons’ post endpoint enables coupon creation in collections, requiring ‘collectionid’ (uuidv4) and ‘coupons’ array. it returns 204, 400, 401, 404 statuses based on the request’s nature.
Action Parameters
Action Response
BREVO_GET_YOUR_WHATS_APP_API_ACCOUNT_INFORMATION
Access whatsapp api account details including business id, sending limits, and phone number quality. view account, phone number, and business verification statuses. handle errors with specific codes and messages.
Action Parameters
Action Response
BREVO_GET_A_COUPON_COLLECTION_BY_ID
Fetch a specific coupon collection’s details by id, including name, creation date, and coupon metrics. returns errors for bad requests, unauthorized access, or if not found.
Action Parameters
Action Response
BREVO_CREATE_CONTACT_VIA_DOI_DOUBLE_OPT_IN_FLOW
This endpoint enables the creation of a contact through the double opt-in (doi) process. it requires the contact’s email, template id, redirection url, and list ids for inclusion. responses indicate contact creation, update, or errors.
Action Parameters
Action Response
BREVO_GET_A_CHILD_ACCOUNT_S_DETAILS
This endpoint enables resellers to fetch child account details using an auth key or id, offering data on company info, credits, email/sms usage, and tech specifics such as ips and api keys. it also details responses for invalid or unauthorized requests.
Action Parameters
Action Response
BREVO_ACTIVATE_THE_E_COMMERCE_APP
Getting access to brevo ecommerce.
Action Parameters
Action Response
BREVO_CREATES_A_RESELLER_CHILD
This endpoint creates reseller child accounts requiring company info, email, and password in json. it returns a 201 status, authkey, and id on success, or 400/403 errors for bad requests or insufficient permissions.
Action Parameters
Action Response
BREVO_CREATES_AN_SMS_CAMPAIGN
To create an sms campaign, define details like name, sender, message, recipients, and schedule. messages must comply with length limits and have opt-out info. success or error codes indicate campaign status.
Action Parameters
Action Response
BREVO_GET_SUB_ACCOUNT_DETAILS
This endpoint will provide the details for the specified sub-account company
Action Parameters
Action Response
BREVO_GET_A_GROUP_DETAILS
This endpoint allows you to retrieve a specific group’s information such as the list of sub-organizations and the user associated with the group.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_ALL_YOUR_DOMAINS
The /senders/domains
endpoint provides a complete list of domains linked to your account, detailing each domain’s id, name, auth status, verification status, and any dedicated ips, along with property details and error information for invalid requests.
Action Parameters
Action Response
BREVO_GET_ALL_FOLDERS
This api endpoint fetches contact folders with pagination and optional sorting. it supports page size, index, and sorting direction, defaulting values if unspecified. it returns folder id, name, and contact counts, handling errors like bad requests.
Action Parameters
Action Response
BREVO_VALIDATE_DOMAIN_CONFIGURATION
This api endpoint checks a domain’s verification, authentication, and dns records by requiring a domainname
. it returns the domain’s statuses and records on success, or error messages on failure.
Action Parameters
Action Response
BREVO_SEND_AN_EMAIL_CAMPAIGN_IMMEDIATELY_BASED_ON_CAMPAIGN_ID
This endpoint sends an email campaign instantly via post, requiring a campaignid in the path. responses include success (204), invalid request errors (400), insufficient credits (402), and invalid campaign id errors (404).
Action Parameters
Action Response
BREVO_CREATE_A_COUPON_COLLECTION
Create a coupon collection by sending json with ‘name’ and ‘defaultcoupon’. success returns the new collection’s uuid. errors detailed for bad requests and unauthorized access.
Action Parameters
Action Response
BREVO_GET_ALL_COMPANIES
This endpoint retrieves a list of companies with optional filters, supports pagination, sorting, and limits, includes company details in responses, and provides error specifics.
Action Parameters
Action Response
BREVO_RETURN_ALL_YOUR_CREATED_WHATS_APP_TEMPLATES
This endpoint fetches created whatsapp template messages, offering filters like dates, pagination, and sorting. parameters: startdate, enddate, limit, offset, sort, source. it returns details such as id, name, status, and creation date.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_ALL_THE_EVENTS_FOR_THE_RECEIVED_EMAILS
This endpoint will show the list of all the events for the received emails.
Action Parameters
Action Response
BREVO_GENERATE_SSO_TOKEN_TO_ACCESS_ADMIN_ACCOUNT
This endpoint generates an sso token to authenticate and access the admin account using the endpoint https://account-app.brevo.com/account/login/corporate/sso/[token], where [token] will be replaced by the actual token.
Action Parameters
Action Response
BREVO_GET_AN_AUTOMATED_MESSAGE
This endpoint fetches an automated message by id, detailing its id, type, text, sender, and creation time, and includes error codes for invalid data or not found items.
Action Parameters
Action Response
BREVO_SEND_A_TEMPLATE_TO_YOUR_TEST_LIST
The /smtp/templates/
{templateid}/sendtest
endpoint sends a template email to a test list or specified addresses, with templateid
and optional emailto
. max 50 emails/day. responses: 204 (success), 400 (bad request), 404 (id not found).
Action Parameters
Action Response
BREVO_DELETE_AN_INACTIVE_EMAIL_TEMPLATE
Delete an inactive email template by its id. supports error responses for bad requests and cases where the template id is not found.
Action Parameters
Action Response
BREVO_RETURNS_THE_TEMPLATE_INFORMATION
Fetch email template details by templateid for transactional emails, including name, subject, status, content, and more. supports fetching by template id with a path parameter. responses include success and error cases.
Action Parameters
Action Response
BREVO_SEND_A_WHATS_APP_MESSAGE
This endpoint is used to send a whatsapp message. (the first message you send using the api must contain a template id. you must create a template on whatsapp on the brevo platform to fetch the template id.)
Action Parameters
Action Response
BREVO_RETURN_ALL_THE_PROCESSES_FOR_YOUR_ACCOUNT
This api endpoint fetches all account processes, enabling result customization (limit, offset, sort) and showing process ids, names, statuses, and export urls. it supports pagination and sorting.
Action Parameters
Action Response
BREVO_GET_THE_DETAILS_OF_REQUESTED_MASTER_ACCOUNT
This endpoint will provide the details of the master account.
Action Parameters
Action Response
BREVO_UPDATE_AN_SMS_CAMPAIGN
This endpoint updates an sms campaign by id, allowing modifications to its name, sender, content, recipient lists, schedule, and more. success returns a 204 status; errors yield 400 or 404 with details.
Action Parameters
Action Response
BREVO_EXPORT_THE_RECIPIENTS_OF_AN_EMAIL_CAMPAIGN
Export email campaign recipients by post to ‘/emailcampaigns/{campaignid}
/exportrecipients’ with the id and recipient type (e.g., ‘openers’, ‘clickers’) in the body. an optional webhook url for notifications can be included.
Action Parameters
Action Response
BREVO_REVOKE_AN_ADMIN_USER
This endpoint allows to revoke/remove an invited member of your admin account
Action Parameters
Action Response
BREVO_DELETE_AN_AUTOMATED_MESSAGE
This endpoint deletes an automated message by its id, responds with 204 if successful, and provides error codes 400 or 404 with details if it fails.
Action Parameters
Action Response
BREVO_UPLOAD_AN_IMAGE_TO_YOUR_ACCOUNT_S_IMAGE_GALLERY
Upload an image to the image gallery in your account. this post endpoint at ‘/emailcampaigns/images’ requires an ‘imageurl’ (absolute url, max 2mb, formats: jpeg, jpg, png, bmp, gif) and optional ‘name’. successful uploads return the image url.
Action Parameters
Action Response
BREVO_RESEND_CANCEL_ADMIN_USER_INVITATION
This endpoint will allow the user to: - resend an admin user invitation - cancel an admin user invitation
Action Parameters
Action Response
BREVO_REMOVE_EMAIL_AND_OR_SMS_CREDITS_FROM_A_SPECIFIC_CHILD_ACCOUNT
This endpoint enables resellers to deduct email/sms credits from a child account using childidentifier
. requests must specify credit amounts. responses may confirm removal or report errors such as unauthorized access or account not found.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_ALL_ADMIN_USERS
This endpoint allows you to list all admin users of your admin account
Action Parameters
Action Response
BREVO_EXPORT_AN_SMS_CAMPAIGN_S_RECIPIENTS
It returns the background process id which on completion calls the notify url that you have set in the input.
Action Parameters
Action Response
BREVO_GET_ALL_YOUR_WHATS_APP_ACTIVITY_UNAGGREGATED_EVENTS
This endpoint will show the unaggregated statistics for whatsapp activity (30 days by default if startdate
and enddate
or days
is not passed. the date range can not exceed 90 days)
Action Parameters
Action Response
BREVO_DELETE_SUB_ACCOUNT_FROM_GROUP
This endpoint allows you to remove a sub-organization from a group.
Action Parameters
Action Response
BREVO_UNBLOCK_AN_EXISTING_DOMAIN_FROM_THE_LIST_OF_BLOCKED_DOMAINS
Unblocks an existing domain from the list of blocked domains
Action Parameters
Action Response
BREVO_CREATE_CATEGORIES_IN_BATCH
This endpoint enables batch creation and optional update of e-commerce categories via json, requiring unique ids for each. it reports counts of new and updated categories or provides error details on failures.
Action Parameters
Action Response
BREVO_UPDATE_CONTACT_ATTRIBUTE
This api endpoint updates a contact attribute, requiring its category and name. it accepts a new value or values with labels in the request, responding with 204
for success, or error codes like 400
/404
for invalid requests or not found attributes.
Action Parameters
Action Response
BREVO_GET_ORDER_DETAILS
Get all the orders
Action Parameters
Action Response
BREVO_UPDATE_A_CONTACT
This endpoint updates a contact’s details, including attributes and blacklist statuses, using either an id or email. it accepts a json body and returns codes for success (204), bad request (400), or not found (404).
Action Parameters
Action Response
BREVO_SEND_AN_SMS_CAMPAIGN_S_REPORT
Send report of sent and archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.
Action Parameters
Action Response
BREVO_GET_A_CATEGORY_DETAILS
This ecommerce endpoint retrieves details of a specific category by id, including its name, creation and modification timestamps, and url. responses include successful details retrieval, bad request errors, and not found errors for invalid ids.
Action Parameters
Action Response
BREVO_SEND_YOUR_WHATS_APP_TEMPLATE_FOR_APPROVAL
This endpoint sends whatsapp campaign templates for approval, requiring a template id. a successful submission returns a 200 status; errors return specific codes and messages for issues like bad requests or unauthorized access.
Action Parameters
Action Response
BREVO_CREATE_CONTACT_ATTRIBUTE
This endpoint enables creating contact attributes in various categories by specifying an attribute name and category, accepting json objects with attribute details. success returns a 201 status; failures return an error message.
Action Parameters
Action Response
BREVO_GET_A_WEBHOOK_DETAILS
Retrieve details of a specific webhook by its id, including events it’s configured for, type (marketing/transactional), creation/modification dates, url, description, and more. supports error handling for bad requests and unfound ids.
Action Parameters
Action Response
BREVO_FETCH_SCHEDULED_EMAILS_BY_BATCH_ID_OR_MESSAGE_ID
Fetch scheduled batch of emails by batchid or single scheduled email by messageid (can retrieve data upto 30 days old)
Action Parameters
Action Response
BREVO_RETURN_ALL_YOUR_CATEGORIES
The /categories
endpoint supports pagination, sorting, and filtering for retrieving categories. it provides details like id, name, urls, and timestamps along with the total count, and handles errors for invalid requests.
Action Parameters
Action Response
BREVO_DELETE_AN_SMTP_TRANSACTIONAL_LOG
This endpoint deletes smtp logs using a message id or email, confirms with a 204 status, and gives error details for issues like bad requests or missing message ids.
Action Parameters
Action Response
BREVO_FETCH_ALL_EVENTS_HISTORY_FOR_ONE_PARTICULAR_RECEIVED_EMAIL
This endpoint will show the list of all events history for one particular received email.
Action Parameters
Action Response
BREVO_GET_DEAL_ATTRIBUTES
This endpoint (/crm/attributes/deals
) fetches deal attributes, returning an array of attribute details including internal name, label, type, options, and if required.
Action Parameters
Action Response
BREVO_DELETE_HARDBOUNCES
Delete hardbounces. to use carefully (e.g. in case of temporary isp failures)
Action Parameters
Action Response
BREVO_GET_ALL_PIPELINES
This endpoint (/crm/pipeline/details/all
) retrieves all pipeline details, including names, ids, and stages. it returns an array of pipeline objects on success or error codes for invalid requests.
Action Parameters
Action Response
BREVO_LINK_AND_UNLINK_COMPANY_WITH_CONTACT_AND_DEAL
This endpoint allows for updating a company’s links to contacts and deals via provided ids, requiring a json with id arrays. successful updates return code 204, and validation errors yield a 400 status.
Action Parameters
Action Response
BREVO_CREATE_A_COMPANY
This api endpoint enables creating a company with details (name, attributes, country code) in json. it returns a unique id upon success, and specific error codes and messages for issues like invalid data.
Action Parameters
Action Response
BREVO_SEND_INVITATION_TO_AN_ADMIN_USER
This endpoint invites members to manage the admin account. it details permissions for features like my plan, api (none), user management, and app management (not in entv2), with a note on conditional access based on the ‘all features access’ flag.
Action Parameters
Action Response
BREVO_UPDATE_AN_EXTERNAL_FEED
This endpoint will update an external feed.
Action Parameters
Action Response
BREVO_DELETE_AN_SMS_CAMPAIGN
This endpoint allows for the deletion of an sms campaign by campaignid. it responds with a 204 code on successful deletion, and error codes (400 or 404) for failures like invalid request or campaign id not found.
Action Parameters
Action Response
BREVO_UPDATE_A_NOTE
This endpoint updates a note by id, allowing changes to text, contacts, deals, and companies. it requires a json body with text and optional linked ids. on success, it returns http 204, and for errors, returns 400, 404, or 415.
Action Parameters
Action Response
BREVO_GET_ALL_THE_DEDICATED_IPS_FOR_YOUR_ACCOUNT
Retrieve a list of dedicated ip addresses for your account, including ip details such as id, ip address, status (active/inactive), and associated domain.
Action Parameters
Action Response
BREVO_ASSOCIATE_A_DEDICATED_IP_TO_THE_CHILD
To assign a dedicated ip to a reseller’s child account, send a post request to /reseller/children/
{childidentifier}/ips/associate
with the child’s id and ip address. possible responses: 204 (success), 400 (bad request), 404 (child not found).
Action Parameters
Action Response
BREVO_DOWNLOAD_A_FILE
This endpoint allows downloading a file by id. specify id
in the path to request a file. successful requests return a temporary link to download the file, valid for 5 minutes. responses may include errors for invalid data or if the file is not found.
Action Parameters
Action Response
BREVO_RETURN_ALL_YOUR_CREATED_EMAIL_CAMPAIGNS
This endpoint fetches email campaigns based on filters like type, status, and stats. it allows queries by date, supports pagination, and sorting, returning comprehensive details on campaigns, their statistics, and recipient information.
Action Parameters
Action Response
BREVO_CREATE_ORDERS_IN_BATCH
Create multiple orders at one time instead of one order at a time
Action Parameters
Action Response
BREVO_DELETE_A_CONTACT
Delete a contact using an id or email via ‘identifier.’ successful deletions return 204; failures may yield 400, 404, or 405 errors if attempting to delete a registered email.
Action Parameters
Action Response
BREVO_GET_ALL_YOUR_COUPON_COLLECTIONS
The /couponcollections
endpoint provides access to all coupon collections, supporting pagination, sorting by creation date, and includes important details like id, name, default coupon, creation and expiry dates, and coupon counts.
Action Parameters
Action Response
BREVO_GET_ALL_SENDER_DOMAINS_FOR_A_SPECIFIC_CHILD_ACCOUNT
Fetch all verified sender domains for a specific reseller’s child account by providing the child’s identifier. returns domain status and examples of successful calls. handles errors for bad requests, unauthorized access, and resource not found.
Action Parameters
Action Response
BREVO_DELETE_A_MESSAGE_SENT_BY_AN_AGENT
Only agents’ messages can be deleted.
Action Parameters
Action Response
BREVO_CREATE_AN_EXTERNAL_FEED
This endpoint will create an external feed.
Action Parameters
Action Response
BREVO_DELETE_RESELLER_CHILD_BY_ID
Delete a reseller’s child account using their identifier. requires the child’s id or auth key. success or failure responses include status codes 204 (deleted), 400 (bad request), 403 (unauthorized), or 404 (not found).
Action Parameters
Action Response
BREVO_GET_PIPELINE_STAGES
This endpoint is deprecated. prefer /crm/pipeline/details/{pipelineid}
instead.
Action Parameters
Action Response
BREVO_CREATE_A_NEW_SENDER
The post /senders
endpoint creates new senders with name, email (requires verification), and optional dedicated ips (with domain and weight). returns sender id, spf, dkim statuses, or error codes/messages.
Action Parameters
Action Response
BREVO_RETURNS_A_FOLDER_S_DETAILS
This endpoint fetches details of a specific contacts folder including id, name, and subscriber counts based on the provided foldergb
input. it returns folder details or errors for bad requests or when the folder id isn’t found.
Action Parameters
Action Response
BREVO_CREATE_A_NEW_SUB_ACCOUNT_UNDER_A_MASTER_ACCOUNT
This endpoint will create a new sub-account under a master account
Action Parameters
Action Response
BREVO_DELETE_A_COMPANY
Delete a company by id. requires the company id in the path. success results in a 204 status, while errors return 400 (invalid data) or 404 (not found) with detailed error messages.
Action Parameters
Action Response
BREVO_GET_EMAIL_CAMPAIGNS_STATISTICS_FOR_A_CONTACT
Fetches email campaign stats for a contact by email/id with optional date filters (max 90 days), including sent messages, deliveries, opens, clicks, bounces, complaints, and unsubscribes.
Action Parameters
Action Response
BREVO_IMPORT_CONTACTS
It returns the background process id which on completion calls the notify url that you have set in the input. note: - any contact attribute that doesn’t exist in your account will be ignored at import end.
Action Parameters
Action Response
BREVO_RETURNS_THE_INFORMATION_FOR_ALL_YOUR_CREATED_SMS_CAMPAIGNS
This endpoint delivers detailed sms campaign data, including the ability to filter by status, date, and sort. it supports queries for various parameters, offering insights into content, scheduling, sender, recipients, and performance metrics.
Action Parameters
Action Response
BREVO_GET_A_MESSAGE
Fetches a specific message in a conversation by its id. supports detailed object including message id, type (agent/visitor), text, agent and visitor info, timestamps, and file attachments if any. errors for invalid requests or missing items are detailed.
Action Parameters
Action Response
BREVO_DELETE_A_FOLDER_AND_ALL_ITS_LISTS
This endpoint deletes a contact folder and its lists using a folderid. success results in a 204 status, while errors return 400 or 404 with details.
Action Parameters
Action Response
BREVO_SEND_AN_EMAIL_CAMPAIGN_TO_YOUR_TEST_LIST
This endpoint sends test email campaigns, specified by campaignid
, to up to 50 recipients daily. it returns a 204 code for success and provides detailed messages for failures due to invalid emails or limit breaches.
Action Parameters
Action Response
BREVO_SEND_A_TRANSACTIONAL_EMAIL
This endpoint lets users send or schedule transactional emails with customizable sender details, recipients, content, attachments, and headers. it supports tags and templates for management and personalization.
Action Parameters
Action Response
BREVO_CHECK_USER_PERMISSION
This endpoint fetches permissions for a user based on email, detailing their status and privileges (e.g., manage email campaigns) or returns errors for bad requests.
Action Parameters
Action Response
BREVO_EXPORT_CONTACTS
It returns the background process id which on completion calls the notify url that you have set in the input. file will be available in csv.
Action Parameters
Action Response
BREVO_GET_ALL_THE_DEDICATED_IPS_FOR_A_SENDER
This endpoint fetches a list of dedicated ips for a sender using their senderid, detailing each ip’s address, domain, and weight. it handles success, bad requests, and unfound sender ids.
Action Parameters
Action Response
BREVO_LINK_AND_UNLINK_A_DEAL_WITH_CONTACTS_AND_COMPANIES
This endpoint patch /crm/deals/link-unlink/
{id}“ links/unlinks deals with contacts/companies by id. it requires a deal id and json with contact/company ids. it returns a 204 status for success or 400 for invalid data.
Action Parameters
Action Response
BREVO_DELETE_A_SUB_ACCOUNT
Endpoint /corporate/subaccount/
{id}“ allows for deletion of a specified sub-account by id. it returns 204
if successful, 400
for bad requests (e.g., invalid parameters), and 404
if the sub-account is not found.
Action Parameters
Action Response
BREVO_RETURN_ALL_YOUR_CREATED_WHATS_APP_CAMPAIGNS
This endpoint fetches whatsapp campaigns, allowing filters by date, pagination, and sort by modification. it provides campaign name, status, template id, and message stats.
Action Parameters
Action Response
BREVO_CREATE_A_WEBHOOK
The “/webhooks” endpoint enables webhook creation via a json payload specifying the events, url, and optional settings (description, batch mode, auth, headers, type). it returns the webhook’s id upon success, and detailed error messages for bad requests.
Action Parameters
Action Response
BREVO_GET_ALL_FILES
This endpoint retrieves files filtered by entity types, ids, dates, and supports pagination and sorting. it filters by companies, deals, contacts, etc., offering details like name and size. errors have codes and messages for invalid requests.
Action Parameters
Action Response
BREVO_VALIDATE_SENDER_USING_OTP
Validates a sender with a provided otp via put request on ‘/senders/{senderid}
/validate’. requires senderid in the path and an otp in the json body. responses include 204 (verified), 400 (bad request), and 404 (sender id not found).
Action Parameters
Action Response
BREVO_SEND_SMS_MESSAGE_TO_A_MOBILE_NUMBER
The ‘/transactionalsms/smd’ post endpoint sends sms (transactional/marketing), requiring sender, recipient, content, and options. success leads to a 201 status, messageid, credits used; failures return error codes/messages.
Action Parameters
Action Response
BREVO_GET_A_CONTACT_S_DETAILS
This endpoint provides the last 90 days’ contact stats by default. for older data, use the get contact campaign stats endpoint with specific date ranges. more info: https://developers.brevo.com/reference/contacts-7#getcontactstats
Action Parameters
Action Response
BREVO_GET_A_TASK
Get details of a specific task by its id in the crm system. requires the task’s unique string id. returns task details, including type, name, and related contacts, deals, and companies. possible errors: 400 (invalid id) and 404 (task not found).
Action Parameters
Action Response
BREVO_UPDATE_A_WHATS_APP_CAMPAIGN
Update whatsapp campaign details like name, status, schedule, and recipients using the campaign id. supports campaign edits, rescheduling, and recipient list updates. responses detail update success, deletion, or errors like bad requests.
Action Parameters
Action Response
BREVO_GET_YOUR_SMS_ACTIVITY_AGGREGATED_PER_DAY
Get daily aggregated sms reports covering requests, deliveries, and more, customizable by date, days past, and tags, with detailed stats and sorting options.
Action Parameters
Action Response
BREVO_GET_THE_PERSONALIZED_CONTENT_OF_A_SENT_TRANSACTIONAL_EMAIL
Fetch the content of a sent transactional email using its unique id. this includes email details like recipient, subject, send date, events, body content, and attachment count.
Action Parameters
Action Response
BREVO_SEND_INVITATION_TO_USER
Brevo provides email, calls, and automations with customizable access levels. permissions vary by plan, with all features access
for complete control. selection of features and permissions is crucial when adding users.
Action Parameters
Action Response
BREVO_UPDATE_A_TASK
This endpoint permits updating specific crm task details (e.g., name, duration, type, date, notes, status, assignments, linked entities) and reminders. it returns error messages for invalid data or missing task id.
Action Parameters
Action Response
BREVO_UPDATE_A_MESSAGE_SENT_BY_AN_AGENT
Only agents’ messages can be edited.
Action Parameters
Action Response
BREVO_GET_A_DEAL
This get endpoint fetches details for a deal using its id, including attributes and linked contacts/companies. it requires an ‘id’ parameter and returns status codes 200, 400 for invalid ids, and 404 for missing deals.
Action Parameters
Action Response
BREVO_CREATE_UPDATE_A_PRODUCT
This endpoint facilitates creating or updating ecommerce products, allowing post of details like id and price. it returns 201 for creation (including product id) or 204 for updates, and a 400 error for invalid requests.
Action Parameters
Action Response
BREVO_UPDATE_AN_EMAIL_TEMPLATE
Update a transactional email template by specifying a template id and providing updated details such as tag, sender info, template name, content, and more. supports modifying template status and attaching files via url.
Action Parameters
Action Response
BREVO_REVOKE_USER_PERMISSION
The put endpoint ‘/organization/user/invitation/revoke/{email}
’ revokes user permissions via email, returning status and credit notes on success, and manages unauthorized access with error codes and messages.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_ALL_CHILDREN_ACCOUNTS
The /reseller/children
endpoint enables resellers to view child account info, supporting pagination via limit
and offset
. it shows details like name, email, credits, and handles errors like unauthorized access.
Action Parameters
Action Response
BREVO_UPDATE_SUB_ACCOUNT_PLAN
This endpoint will update the sub-account plan
Action Parameters
Action Response
BREVO_LIST_ALL_ATTRIBUTES
This get endpoint at ‘/contacts/attributes’ lists all available contact attributes in your account. it responds with attribute details including name, category (normal, transactional, etc.), type (text, date, etc.), and enumeration for category types.
Action Parameters
Action Response
BREVO_DELETE_A_CONTACT_FROM_A_LIST
This endpoint enables users to delete specific, a batch, or all contacts from a list using listid
. contacts can be specified by emails, ids, or selecting all
. the response details successes, failures, and a process id for batch deletions.
Action Parameters
Action Response
BREVO_CREATE_A_LIST
The ‘/contacts/lists’ post endpoint creates a contact list in a folder by its id and list name, returning the new list’s id on success or error codes and messages on failure.
Action Parameters
Action Response
BREVO_GET_LISTS_IN_A_FOLDER
This openapi endpoint fetches lists from a contact folder with options for limit, offset, and sort. it details list id, name, subscriber count, supports sorting, pagination, and flags errors like bad requests or missing folders.
Action Parameters
Action Response
BREVO_UPDATE_A_GROUP_OF_SUB_ACCOUNTS
This endpoint allows to update a group of sub-accounts
Action Parameters
Action Response
BREVO_EXPORT_ALL_WEBHOOK_EVENTS
This endpoint will submit a request to get the history of webhooks in the csv file. the link to download the csv file will be sent to the webhook that was provided in the notifyurl.
Action Parameters
Action Response
BREVO_GET_USER_ACTIVITY_LOGS
This endpoint fetches organization user activity logs, allows date range filtering, and supports pagination. it returns activities with details like type, time, email, ip, and browser info.
Action Parameters
Action Response
BREVO_GET_ALL_YOUR_TRANSACTIONAL_EMAIL_ACTIVITY_UNAGGREGATED_EVENTS
This endpoint will show the aggregated stats for past 30 days by default if startdate
and enddate
or days
is not passed. the date range can not exceed 90 days
Action Parameters
Action Response
BREVO_DELETE_A_FILE
This endpoint allows for the deletion of a specific file by id. on success, it returns a 204 status. errors related to invalid data or file not found are handled with 400 and 404 statuses, respectively, detailing the nature of the failure.
Action Parameters
Action Response
BREVO_DELETE_AN_EMAIL_CAMPAIGN
This endpoint allows for the deletion of an email campaign by providing the campaign’s id. on success, it confirms the deletion without content. errors return detailed messages for issues like bad requests or if the campaign id is not found.
Action Parameters
Action Response
BREVO_GET_A_PIPELINE
Access deal pipeline details by id. fetch the name, id, and stages of a specific pipeline to manage deals effectively. returns data in json format. error codes included for invalid requests.
Action Parameters
Action Response
BREVO_CREATE_A_NEW_DOMAIN
This api endpoint (post /senders/domains
) adds a new domain, requiring a domain name in json format in the body. it returns the domain id, name, a success message, and dns verification records upon success or error messages and codes if it fails.
Action Parameters
Action Response
BREVO_GET_YOUR_ACCOUNT_INFORMATION_PLAN_AND_CREDITS_DETAILS
This endpoint retrieves detailed account information, including user’s personal details (name, email, company, address), plan specifics, credits, transactional email account status, and marketing automation platform activation.
Action Parameters
Action Response
BREVO_MANAGING_THE_STATUS_OF_THE_ORDER
Manages the transactional status of the order
Action Parameters
Action Response
BREVO_DELETE_A_WEBHOOK
Delete an existing webhook by its id. returns “webhook deleted” on success or detailed error messages for failures like invalid parameters, permissions issues, and more.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_ALL_THE_SUB_ACCOUNTS_OF_THE_MASTER_ACCOUNT
This endpoint will provide the list all the sub-accounts of the master account.
Action Parameters
Action Response
BREVO_UPDATE_CHILD_ACCOUNT_STATUS_BY_IDENTIFIER
Update a reseller’s child account status by id, including email, sms, marketing, and platform preferences. requires child id and status in json. responses show update success or errors for invalid requests/permissions.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_ALL_YOUR_SENDERS
The “/senders” [get] endpoint fetches a list of account senders, allowing ip/domain filtering. it reveals sender id, name, email, status, and ips, supports dedicated ip filters, and reports success or bad request errors.
Action Parameters
Action Response
BREVO_AGGREGATE_EMAIL_ACTIVITY
This endpoint will show the aggregated stats for past 90 days by default if startdate
and enddate
or days
is not passed. the date range can not exceed 90 days
Action Parameters
Action Response
BREVO_CREATE_A_DOMAIN_FOR_A_CHILD_ACCOUNT
Endpoint allows resellers to create a domain for a child account by specifying the child’s identifier. it requires a json body with the domain. responses include domain added, bad request, unauthorized reseller, and child not found scenarios.
Action Parameters
Action Response
BREVO_UPLOAD_A_FILE
The post /crm/files
endpoint enables file uploads, linking them to crm entities. it requires multipart/form-data and returns ids upon success or error details on failure.
Action Parameters
Action Response
BREVO_FETCH_ALL_EXTERNAL_FEEDS
This endpoint can fetch all created external feeds.
Action Parameters
Action Response
BREVO_GET_SESSION_TOKEN_TO_ACCESS_BREVO_SSO
It returns a session [token] which will remain valid for a short period of time. a child account will be able to access a white-labeled section by using the following url pattern => https:/email.mydomain.com/login/sso?token=[token]
Action Parameters
Action Response
BREVO_DELETE_A_DOMAIN
Deletes a specified domain from the system. requires the domain name in the path. responses include success (200 ok, domain deleted), bad request (400, with various error codes), and not found (404, domain does not exist).
Action Parameters
Action Response
BREVO_GET_ALL_NOTES
This endpoint retrieves crm notes, supporting filters (entity type, ids, date range), pagination, and sorting by creation date. it returns note content, ids, author, timestamps, and issues a 400 error for invalid queries.
Action Parameters
Action Response
BREVO_CREATE_A_DEAL
Endpoint ‘/crm/deals’ allows for deal creation with required name & optional attributes like owner, amount, pipeline, & stage. supports json requests & returns the created deal id with 201 or 400 for invalid data.
Action Parameters
Action Response
BREVO_CREATE_A_CONTACT
This endpoint allows creating or updating a contact with various options like email, sms settings, and custom attributes. successful creation returns the contact id, while updates and errors have specific responses.
Action Parameters
Action Response
BREVO_GET_ALL_THE_CONTACTS
This endpoint fetches contacts with pagination and supports filtering by creation or modification dates, and sorting. parameters: limit, offset, modifiedsince, createdsince, sort, segmentid, listids. returns contact details and count.
Action Parameters
Action Response
BREVO_GET_ALL_WEBHOOKS
Retrieve all webhooks via a get request to the /webhooks
endpoint, with filter and sort options by type and date. the response includes description, url, id, events, creation/modification dates, and details on batching, authentication, and headers.
Action Parameters
Action Response
BREVO_UPDATE_A_COUPON_COLLECTION_BY_ID
This endpoint allows updating a coupon collection’s default coupon by specifying its id. provide the id in the path and updated values in the json body. responses include success (200 with details), bad request (400), and unauthorized (401).
Action Parameters
Action Response
BREVO_GET_CONTACTS_IN_A_LIST
This endpoint fetches contacts from a specific list with filter, pagination, and sorting options. it supports detailed queries, including attributes and status, and handles errors like bad requests and missing list ids.
Action Parameters
Action Response
BREVO_DELETE_A_SENDER
This api endpoint deletes a sender by id, requiring an integer id. successful deletions return a 204 code, while errors return 400 with details and 404 if the id is not found.
Action Parameters
Action Response
BREVO_SEND_THE_REPORT_OF_A_CAMPAIGN
A pdf will be sent to the specified email addresses
Action Parameters
Action Response
BREVO_DELETE_A_GROUP
This endpoint allows you to delete a group of sub-organizations. when a group is deleted, the sub-organizations are no longer part of this group. the users associated with the group are no longer associated with the group once deleted.
Action Parameters
Action Response
BREVO_RETRIEVE_INBOUND_ATTACHMENT_WITH_DOWNLOAD_TOKEN
This endpoint will retrieve inbound attachment with download token.
Action Parameters
Action Response
BREVO_UPDATE_A_SENDER
Update a sender’s details by senderid, including name, email, and dedicated ips. supports replacing all existing ips with new ones if specified. errors for bad requests or missing sender id are handled with specific codes and messages.
Action Parameters
Action Response
BREVO_GET_YOUR_SMS_ACTIVITY_AGGREGATED_OVER_A_PERIOD_OF_TIME
Fetch aggregated sms activity reports over a specified period using start/end dates or a number of past days. includes metrics like delivered, bounced, and replied sms. filters available for specific tags.
Action Parameters
Action Response
BREVO_GET_THE_LIST_OF_ALL_YOUR_USERS
This endpoint fetches invited organization users, detailing their email, ownership, activation status, and feature access (e.g., marketing, conversations, crm). responses can be successful user data or a 400 error for bad requests.
Action Parameters
Action Response
BREVO_CREATE_AN_EMAIL_CAMPAIGN
This endpoint allows creation of email campaigns with json, detailing name, sender, and content. it requires essential fields, supports html and a/b testing. success yields a 201 status and campaign id; failures return a 400 error.
Action Parameters
Action Response
BREVO_GENERATE_SSO_TOKEN_TO_ACCESS_SUB_ACCOUNT
This endpoint generates an sso token to authenticate and access a sub-account of the master using the account endpoint https://account-app.brevo.com/account/login/sub-account/sso/[token], where [token] will be replaced by the actual token.
Action Parameters
Action Response
BREVO_GET_AN_SMS_CAMPAIGN
This endpoint provides detailed data on an sms campaign, including content, status, schedule, sender, dates, recipient data, and delivery statistics, with error handling for invalid requests.
Action Parameters
Action Response
BREVO_CREATE_A_TASK
This endpoint enables users to create tasks in the crm, requiring task name, type id, and due date, with options for additional details. successful creation yields a unique task id.
Action Parameters
Action Response
BREVO_CREATE_PRODUCTS_IN_BATCH
The /products/batch
endpoint allows for batch creation and updating of products in an ecommerce system. it accepts a json request body detailing product information, such as id, name, and price. responses include counts of created and updated products.
Action Parameters
Action Response
BREVO_CHECK_ADMIN_USER_PERMISSIONS
This endpoint checks an admin’s permissions via email, supporting a get request for detailed user status, group associations, and feature access specifics, including api keys, plans, and management of users and apps.
Action Parameters
Action Response
BREVO_CREATE_A_FOLDER
Endpoint “/contacts/folders” allows creating a contact folder. send a post request with the folder’s name in json format. on success, returns a 201 status with the created folder’s id. possible errors include bad requests and specific failure codes.
Action Parameters
Action Response
BREVO_CREATE_UPDATE_A_CATEGORY
This endpoint facilitates the creation or update of ecommerce categories, requiring json details like id for updates, and name for creation. creation returns status 201 with the category’s id; updates return 204. errors give a 400 status.
Action Parameters
Action Response
BREVO_SETS_AGENT_S_STATUS_TO_ONLINE_FOR_2_3_MINUTES
We recommend pinging this endpoint every minute for as long as the agent has to be considered online.
Action Parameters
Action Response