Open Connector
所有 Tools

Brevo

Use Brevo APIs to manage contacts, campaigns, transactional emails, SMS, WhatsApp messages, webhooks, CRM objects, and marketing automation data.

brevov1.0.0285 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "BREVO_ACTIVATE_THE_ECOMMERCE_APP",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("BREVO_ACTIVATE_THE_ECOMMERCE_APP", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute BREVO_ACTIVATE_THE_ECOMMERCE_APP --data '{ }'

Tool 目录

可用 Tools

285 个可调用操作

Activate the eCommerce appBREVO_ACTIVATE_THE_ECOMMERCE_APPGetting access to Brevo eCommerce.

Getting access to Brevo eCommerce.

认证

需要 Connected Account

Tags

ecommerce
Add existing contacts to a listBREVO_ADD_CONTACT_TO_LISTAdd existing contacts to a list

Add existing contacts to a list

认证

需要 Connected Account

Tags

contacts
Assign a tierBREVO_ADD_SUBSCRIPTION_TO_TIERManually assigns a tier to a specific membership.

Manually assigns a tier to a specific membership.

认证

需要 Connected Account

Tags

tier
Associate an IP to sub-accountsBREVO_ASSOCIATE_AN_IP_TO_SUB_ACCOUNTSThis endpoint allows to associate an IP to sub-accounts

This endpoint allows to associate an IP to sub-accounts

认证

需要 Connected Account

Tags

masterAccount
Authenticate a sender domainBREVO_AUTHENTICATE_DOMAINAuthenticates a specific domain. Use this to: - Authenticate a domain - Verify DNS record configuration - Complete domain setup for sending - Enable domain for email authentication Key information returned: - Authentication success confirmation - Domain readiness status for email sending

Authenticates a specific domain. Use this to: - Authenticate a domain - Verify DNS record configuration - Complete domain setup for sending - Enable domain for email authentication Key information returned: - Authentication success confirmation - Domain readiness status for email sending

认证

需要 Connected Account

Tags

domains
Delete multiple object records (up to 1000) asynchronouslyBREVO_BATCH_DELETE_OBJECT_RECORDSUse this endpoint to delete multiple object records of the same object-type in one request. The request is accepted and processed asynchronously. You can track the status of the deletion process using the returned **processId**. **Limitations:** - Each request can contain up to **1000** object record identifiers - Either `ids` or `ext_ids` must be provided, but **not both** in the same request - Deletion of Brevo standard object records is not supported via this endpoint - If more records must be deleted, send multiple batch requests

Use this endpoint to delete multiple object records of the same object-type in one request. The request is accepted and processed asynchronously. You can track the status of the deletion process using the returned **processId**. **Limitations:** - Each request can contain up to **1000** object record identifiers - Either `ids` or `ext_ids` must be provided, but **not both** in the same request - Deletion of Brevo standard object records is not supported via this endpoint - If more records must be deleted, send multiple batch requests

认证

需要 Connected Account

Tags

customObjects
Create new transactionBREVO_BEGIN_TRANSACTIONCreates new transaction and returns information

Creates new transaction and returns information

认证

需要 Connected Account

Tags

balance
Add a new domain to the list of blocked domainsBREVO_BLOCK_NEW_DOMAINBlocks a new domain in order to avoid messages being sent to the same

Blocks a new domain in order to avoid messages being sent to the same

认证

需要 Connected Account

Tags

transactionalEmails
Cancel transactionBREVO_CANCEL_TRANSACTIONCancels transaction

Cancels transaction

认证

需要 Connected Account

Tags

balance
Change admin user permissionsBREVO_CHANGE_ADMIN_USER_PERMISSIONSThis endpoint will allow you to change the permissions of Admin users of your Admin account

This endpoint will allow you to change the permissions of Admin users of your Admin account

认证

需要 Connected Account

Tags

masterAccount
Complete redeem voucher requestBREVO_COMPLETE_REDEEM_TRANSACTIONCompletes voucher redeem request.

Completes voucher redeem request.

认证

需要 Connected Account

Tags

reward
Complete transactionBREVO_COMPLETE_TRANSACTIONCompletes transaction

Completes transaction

认证

需要 Connected Account

Tags

balance
Create a companyBREVO_CREATE_ACOMPANYCreate a new CRM company with the specified name, attributes, and optional associations to contacts and deals. The company name is required, and you can optionally provide a country code when a phone number attribute is included.

Create a new CRM company with the specified name, attributes, and optional associations to contacts and deals. The company name is required, and you can optionally provide a country code when a phone number attribute is included.

认证

需要 Connected Account

Tags

companies
Create a company/deal attributeBREVO_CREATE_ACOMPANY_DEAL_ATTRIBUTECreate a new custom attribute for companies or deals. The attribute label must be unique within the object type, cannot exceed 50 characters, and cannot use reserved names. For `single-select` or `multi-choice` attribute types, you must also provide the `optionsLabels` array.

Create a new custom attribute for companies or deals. The attribute label must be unique within the object type, cannot exceed 50 characters, and cannot use reserved names. For `single-select` or `multi-choice` attribute types, you must also provide the `optionsLabels` array.

认证

需要 Connected Account

Tags

companies
Create a dealBREVO_CREATE_ADEALCreate a new deal in the CRM with the specified name, attributes, and optional associations to contacts and companies. You can assign the deal to a specific pipeline and stage by providing `pipeline` and `deal_stage` attribute IDs, which can be retrieved from the pipeline details endpoint.

Create a new deal in the CRM with the specified name, attributes, and optional associations to contacts and companies. You can assign the deal to a specific pipeline and stage by providing `pipeline` and `deal_stage` attribute IDs, which can be retrieved from the pipeline details endpoint.

认证

需要 Connected Account

Tags

deals
Create an API key for a sub-accountBREVO_CREATE_AN_API_KEY_FOR_ASUB_ACCOUNTThis endpoint will generate an API v3 key for a sub-account

This endpoint will generate an API v3 key for a sub-account

认证

需要 Connected Account

Tags

masterAccount
Create a new group of sub-accountsBREVO_CREATE_ANEW_GROUP_OF_SUB_ACCOUNTSThis endpoint allows to create a group of sub-accounts

This endpoint allows to create a group of sub-accounts

认证

需要 Connected Account

Tags

masterAccount
Create a new sub-account under a master account.BREVO_CREATE_ANEW_SUB_ACCOUNT_UNDER_AMASTER_ACCOUNTThis endpoint will create a new sub-account under a master account

This endpoint will create a new sub-account under a master account

认证

需要 Connected Account

Tags

masterAccount
Create a noteBREVO_CREATE_ANOTECreate a new CRM note and optionally associate it with contacts, companies, or deals. The note text content is required, and you can link the note to multiple entities simultaneously during creation.

Create a new CRM note and optionally associate it with contacts, companies, or deals. The note text content is required, and you can link the note to multiple entities simultaneously during creation.

认证

需要 Connected Account

Tags

notes
Create a taskBREVO_CREATE_ATASKCreate a new CRM task with the specified name, type, due date, and optional associations to contacts, companies, or deals. A task requires a name, task type ID, and due date at minimum. You can also set a duration, notes, a reminder, and assign the task to a specific user.

Create a new CRM task with the specified name, type, due date, and optional associations to contacts, companies, or deals. A task requires a name, task type ID, and due date at minimum. You can also set a duration, notes, a reminder, and assign the task to a specific user.

认证

需要 Connected Account

Tags

tasks
Create contact attributeBREVO_CREATE_ATTRIBUTECreate a new contact attribute under the specified category and name. The required body properties depend on the category: use "type" for normal, transactional, or category attributes; use "value" for calculated or global attributes; use "enumeration" for category attributes; and use "multiCategoryOptions" for normal multiple-choice attributes. None of the category or multicategory option values can exceed 200 characters.

Create a new contact attribute under the specified category and name. The required body properties depend on the category: use "type" for normal, transactional, or category attributes; use "value" for calculated or global attributes; use "enumeration" for category attributes; and use "multiCategoryOptions" for normal multiple-choice attributes. None of the category or multicategory option values can exceed 200 characters.

认证

需要 Connected Account

Tags

contacts
Create balance definitionBREVO_CREATE_BALANCE_DEFINITIONCreates balance definition and returns information

Creates balance definition and returns information

认证

需要 Connected Account

Tags

balance
Create balance limitsBREVO_CREATE_BALANCE_LIMITCreates balance limit and sends the created UUID along with the data

Creates balance limit and sends the created UUID along with the data

认证

需要 Connected Account

Tags

balance
Create balance orderBREVO_CREATE_BALANCE_ORDERReturns created order

Returns created order

认证

需要 Connected Account

Tags

balance
Create events in batchBREVO_CREATE_BATCH_EVENTSCreate multiple events to track contacts' interactions in a single request.

Create multiple events to track contacts' interactions in a single request.

认证

需要 Connected Account

Tags

event
Create orders in batchBREVO_CREATE_BATCH_ORDERCreate multiple orders at one time instead of one order at a time

Create multiple orders at one time instead of one order at a time

认证

需要 Connected Account

Tags

ecommerce
Create a consent groupBREVO_CREATE_CONSENT_GROUPCreates a new consent group for the account. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

Creates a new consent group for the account. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

认证

需要 Connected Account

Tags

consentGroups
Create a contactBREVO_CREATE_CONTACT<Note>Follow this format when passing a "SMS" phone number as an attribute. Accepted Number Formats 91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx</Note> Creates new contacts on Brevo. Contacts can be created by passing either - <br><br> 1. email address of the contact (email_id), <br> 2. phone number of the contact (to be passed as "SMS" field in "attributes" along with proper country code), For example- {"SMS":"+91xxxxxxxxxx"} or {"SMS":"0091xxxxxxxxxx"} <br> 3. ext_id <br>

<Note>Follow this format when passing a "SMS" phone number as an attribute. Accepted Number Formats 91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx</Note> Creates new contacts on Brevo. Contacts can be created by passing either - <br><br> 1. email address of the contact (email_id), <br> 2. phone number of the contact (to be passed as "SMS" field in "attributes" along with proper country code), For example- {"SMS":"+91xxxxxxxxxx"} or {"SMS":"0091xxxxxxxxxx"} <br> 3. ext_id <br>

认证

需要 Connected Account

Tags

contacts
Create а coupon collectionBREVO_CREATE_COUPON_COLLECTIONCreate a new coupon collection with a name and a default coupon value. You can optionally set an expiration date in RFC3339 format and configure alert thresholds to receive email notifications when remaining coupons or remaining days before expiration fall below a specified number. The collection ID is auto-generated as a UUID and returned in the response.

Create a new coupon collection with a name and a default coupon value. You can optionally set an expiration date in RFC3339 format and configure alert thresholds to receive email notifications when remaining coupons or remaining days before expiration fall below a specified number. The collection ID is auto-generated as a UUID and returned in the response.

认证

需要 Connected Account

Tags

coupons
Create coupons for a coupon collectionBREVO_CREATE_COUPONSAdd coupons to an existing coupon collection. The `coupons` array must contain between 1 and 10,000 unique coupon code strings, all associated with the specified `collectionId`. Coupon creation is processed asynchronously and a `204` status is returned immediately upon acceptance. Returns a `404` error if the specified coupon collection does not exist.

Add coupons to an existing coupon collection. The `coupons` array must contain between 1 and 10,000 unique coupon code strings, all associated with the specified `collectionId`. Coupon creation is processed asynchronously and a `204` status is returned immediately upon acceptance. Returns a `404` error if the specified coupon collection does not exist.

认证

需要 Connected Account

Tags

coupons
Create Contact via DOI (Double-Opt-In) FlowBREVO_CREATE_DOI_CONTACT<Note title="How to use attributes param?">attributes param in this endpoint is an object containing key-value pairs where values can be either a string, integer, array, or boolean. You can create key-value pairs with these four datatypes. When a value is an array, it should be an array of strings.</Note>

<Note title="How to use attributes param?">attributes param in this endpoint is an object containing key-value pairs where values can be either a string, integer, array, or boolean. You can create key-value pairs with these four datatypes. When a value is an array, it should be an array of strings.</Note>

认证

需要 Connected Account

Tags

contacts
Create a new sender domainBREVO_CREATE_DOMAINCreates a new domain in Brevo. Use this to: - Add new domains for sending emails - Set up domain authentication for better deliverability - Configure DNS records for email authentication - Establish domain-based sender identities Key information returned: - Created domain ID and configuration - Required DNS records for authentication - Domain provider detection results - Setup instructions and next steps

Creates a new domain in Brevo. Use this to: - Add new domains for sending emails - Set up domain authentication for better deliverability - Configure DNS records for email authentication - Establish domain-based sender identities Key information returned: - Created domain ID and configuration - Required DNS records for authentication - Domain provider detection results - Setup instructions and next steps

认证

需要 Connected Account

Tags

domains
Create an email campaignBREVO_CREATE_EMAIL_CAMPAIGNCreate a new email campaign. The campaign requires at minimum a name and sender details, and is created in draft status by default. You must provide email content via one of three mutually exclusive options: htmlContent (inline HTML), htmlUrl (remote URL), or templateId (existing template); additionally, A/B testing can be enabled by setting abTesting to true with subjectA and subjectB, but this is incompatible with sendAtBestTime.

Create a new email campaign. The campaign requires at minimum a name and sender details, and is created in draft status by default. You must provide email content via one of three mutually exclusive options: htmlContent (inline HTML), htmlUrl (remote URL), or templateId (existing template); additionally, A/B testing can be enabled by setting abTesting to true with subjectA and subjectB, but this is incompatible with sendAtBestTime.

认证

需要 Connected Account

Tags

emailCampaigns
Create an eventBREVO_CREATE_EVENTCreate an event to track a contact's interaction.

Create an event to track a contact's interaction.

认证

需要 Connected Account

Tags

event
Create external feedBREVO_CREATE_EXTERNAL_FEEDCreates a new external feed for dynamic content in email campaigns. **Use this to:** - Set up external data sources for dynamic content - Configure authentication for protected feeds - Enable real-time content updates in campaigns - Establish connections to product catalogs, blogs, or APIs **Key information returned:** - Created feed UUID for reference in campaigns - Success confirmation **Important considerations:** - Feed URL must be accessible from Brevo infrastructure - Authentication credentials are securely encrypted - Test feed accessibility before campaign use - Consider feed response time for campaign performance - Monitor feed reliability and uptime - Use caching for frequently accessed feeds - Maximum 5 retry attempts allowed for failed requests - Custom headers support for API integration requirements

Creates a new external feed for dynamic content in email campaigns. **Use this to:** - Set up external data sources for dynamic content - Configure authentication for protected feeds - Enable real-time content updates in campaigns - Establish connections to product catalogs, blogs, or APIs **Key information returned:** - Created feed UUID for reference in campaigns - Success confirmation **Important considerations:** - Feed URL must be accessible from Brevo infrastructure - Authentication credentials are securely encrypted - Test feed accessibility before campaign use - Consider feed response time for campaign performance - Monitor feed reliability and uptime - Use caching for frequently accessed feeds - Maximum 5 retry attempts allowed for failed requests - Custom headers support for API integration requirements

认证

需要 Connected Account

Tags

externalFeeds
Create a folderBREVO_CREATE_FOLDERCreate a new folder to organize your contact lists. Folders serve as containers for grouping related lists together. The folder name is required and must be provided in the request body.

Create a new folder to organize your contact lists. Folders serve as containers for grouping related lists together. The folder name is required and must be provided in the request body.

认证

需要 Connected Account

Tags

contacts
Create a listBREVO_CREATE_LISTCreate a new contact list inside a specified folder. Both the list name and the parent folder ID are required. The newly created list will be empty and ready to receive contacts via the add contacts endpoint.

Create a new contact list inside a specified folder. Both the list name and the parent folder ID are required. The newly created list will be empty and ready to receive contacts via the add contacts endpoint.

认证

需要 Connected Account

Tags

contacts
Create loyalty programBREVO_CREATE_NEW_LPCreates loyalty program

Creates loyalty program

认证

需要 Connected Account

Tags

program
Managing the status of the orderBREVO_CREATE_ORDERManages the transactional status of the order

Manages the transactional status of the order

认证

需要 Connected Account

Tags

ecommerce
Create a payment requestBREVO_CREATE_PAYMENT_REQUESTCreate a new payment request for a Brevo contact. The request requires a reference (displayed on the payment page), a contact ID, and a cart with currency and amount in cents. You can optionally configure a custom success redirect URL and enable email notifications with reminders. Returns the payment request ID and its public payment URL. A `403` error is returned if Brevo Payments is not activated or the account is not validated.

Create a new payment request for a Brevo contact. The request requires a reference (displayed on the payment page), a contact ID, and a cart with currency and amount in cents. You can optionally configure a custom success redirect URL and enable email notifications with reminders. Returns the payment request ID and its public payment URL. A `403` error is returned if Brevo Payments is not activated or the account is not validated.

认证

需要 Connected Account

Tags

payments
Create a product alert for a contactBREVO_CREATE_PRODUCT_ALERTRegister a contact to receive an alert for a specific product event, such as `back_in_stock`. At least one contact identifier (`ext_id`, `email`, or `sms`) must be provided; when multiple are given, priority is `ext_id` > `email` > `sms`. Returns a `404` error if the product ID does not exist, and a `403` error if product alerts are not enabled for the account.

Register a contact to receive an alert for a specific product event, such as `back_in_stock`. At least one contact identifier (`ext_id`, `email`, or `sms`) must be provided; when multiple are given, priority is `ext_id` > `email` > `sms`. Returns a `404` error if the product ID does not exist, and a `403` error if product alerts are not enabled for the account.

认证

需要 Connected Account

Tags

ecommerce
Create a rewardBREVO_CREATE_REWARDCreates a new reward in the loyalty program.

Creates a new reward in the loyalty program.

认证

需要 Connected Account

Tags

reward
Create email senderBREVO_CREATE_SENDERCreates a new email sender in your Brevo account. **Use this to:** - Add new senders for email campaigns - Configure sender identity (name and email) - Associate dedicated IPs with the sender (for dedicated IP accounts) - Set up domain-based sender configurations **Key information returned:** - Created sender ID - DKIM and SPF configuration status - Success confirmation **Important considerations:** - Verification email sent to specified sender address - DKIM and SPF configuration affects deliverability - Dedicated IP accounts require IP association during creation - IP weights must sum to 100 when specified - Sender must be verified before use in campaigns

Creates a new email sender in your Brevo account. **Use this to:** - Add new senders for email campaigns - Configure sender identity (name and email) - Associate dedicated IPs with the sender (for dedicated IP accounts) - Set up domain-based sender configurations **Key information returned:** - Created sender ID - DKIM and SPF configuration status - Success confirmation **Important considerations:** - Verification email sent to specified sender address - DKIM and SPF configuration affects deliverability - Dedicated IP accounts require IP association during creation - IP weights must sum to 100 when specified - Sender must be verified before use in campaigns

认证

需要 Connected Account

Tags

senders
Creates an SMS campaignBREVO_CREATE_SMS_CAMPAIGNCreate a new SMS campaign with the required name, sender, and content fields. The sender name is limited to 11 alphanumeric characters or 15 numeric characters, and the content should stay within 160 characters per SMS segment. If a scheduledAt date is provided, listIds in recipients become mandatory; accounts under validation are limited to 4 total campaigns and campaigns with more than 10 recipients will be saved as draft.

Create a new SMS campaign with the required name, sender, and content fields. The sender name is limited to 11 alphanumeric characters or 15 numeric characters, and the content should stay within 160 characters per SMS segment. If a scheduledAt date is provided, listIds in recipients become mandatory; accounts under validation are limited to 4 total campaigns and campaigns with more than 10 recipients will be saved as draft.

认证

需要 Connected Account

Tags

smsCampaigns
Create an email templateBREVO_CREATE_SMTP_TEMPLATECreate a new transactional email template with the specified sender, subject, and content. The `sender`, `subject`, and `templateName` fields are required. Template content can be provided via `htmlContent` (minimum 10 characters) or `htmlUrl`; at least one must be supplied. Templates are created as inactive by default unless `isActive` is explicitly set to `true`.

Create a new transactional email template with the specified sender, subject, and content. The `sender`, `subject`, and `templateName` fields are required. Template content can be provided via `htmlContent` (minimum 10 characters) or `htmlUrl`; at least one must be supplied. Templates are created as inactive by default unless `isActive` is explicitly set to `true`.

认证

需要 Connected Account

Tags

transactionalEmails
Create subscription balancesBREVO_CREATE_SUBSCRIPTION_BALANCESCreates a balance for a contact

Creates a balance for a contact

认证

需要 Connected Account

Tags

balance
Create a tierBREVO_CREATE_TIER_FOR_TIER_GROUPCreates a new tier in a loyalty program tier group. *(The changes will take effect with the next publication of the loyalty program)*

Creates a new tier in a loyalty program tier group. *(The changes will take effect with the next publication of the loyalty program)*

认证

需要 Connected Account

Tags

tier
Create a tier groupBREVO_CREATE_TIER_GROUPCreates a new tier group in a loyalty program. *(The changes will take effect with the next publication of the loyalty program)*

Creates a new tier group in a loyalty program. *(The changes will take effect with the next publication of the loyalty program)*

认证

需要 Connected Account

Tags

tier
Create categories in batchBREVO_CREATE_UPDATE_BATCH_CATEGORYCreate or update multiple ecommerce categories in a single request. The `categories` array accepts up to 100 category objects, each requiring a unique `id`. When `updateEnabled` is `false` (the default), all categories are inserted as new; if any ID already exists, a `400` error is returned. When `updateEnabled` is `true`, existing categories are updated and new ones are created via upsert. Duplicate IDs within the same request payload are rejected. The response returns the count of created and updated categories.

Create or update multiple ecommerce categories in a single request. The `categories` array accepts up to 100 category objects, each requiring a unique `id`. When `updateEnabled` is `false` (the default), all categories are inserted as new; if any ID already exists, a `400` error is returned. When `updateEnabled` is `true`, existing categories are updated and new ones are created via upsert. Duplicate IDs within the same request payload are rejected. The response returns the count of created and updated categories.

认证

需要 Connected Account

Tags

ecommerce
Create products in batchBREVO_CREATE_UPDATE_BATCH_PRODUCTSCreate or update multiple ecommerce products in a single request. The `products` array accepts up to 100 product objects for creation (or up to 1000 when `updateEnabled` is `true` and the account has an increased limit). Each product requires a unique `id` and `name` (name is mandatory for creation only). When `updateEnabled` is `false`, all products are inserted as new; if any ID already exists, a `400` error is returned. When `updateEnabled` is `true`, existing products are updated and new ones are created via upsert. Duplicate IDs within the same request payload are rejected. The response returns the count of created and updated products.

Create or update multiple ecommerce products in a single request. The `products` array accepts up to 100 product objects for creation (or up to 1000 when `updateEnabled` is `true` and the account has an increased limit). Each product requires a unique `id` and `name` (name is mandatory for creation only). When `updateEnabled` is `false`, all products are inserted as new; if any ID already exists, a `400` error is returned. When `updateEnabled` is `true`, existing products are updated and new ones are created via upsert. Duplicate IDs within the same request payload are rejected. The response returns the count of created and updated products.

认证

需要 Connected Account

Tags

ecommerce
Create/Update a categoryBREVO_CREATE_UPDATE_CATEGORYCreate a new ecommerce category or update an existing one, identified by the mandatory `id` field. When `updateEnabled` is set to `false` (the default), the endpoint performs an insert and returns `201`; if the category ID already exists, a `400` error is returned. When `updateEnabled` is `true`, the endpoint performs an upsert, returning `201` for a new category or `204` when an existing category is updated. The `name` field is mandatory for creation but optional for updates.

Create a new ecommerce category or update an existing one, identified by the mandatory `id` field. When `updateEnabled` is set to `false` (the default), the endpoint performs an insert and returns `201`; if the category ID already exists, a `400` error is returned. When `updateEnabled` is `true`, the endpoint performs an upsert, returning `201` for a new category or `204` when an existing category is updated. The `name` field is mandatory for creation but optional for updates.

认证

需要 Connected Account

Tags

ecommerce
Create/Update a productBREVO_CREATE_UPDATE_PRODUCTCreate a new ecommerce product or update an existing one, identified by the mandatory `id` field. When `updateEnabled` is `false` (the default), the endpoint inserts a new product and returns `201`; if the product ID already exists, a `400` error is returned. When `updateEnabled` is `true`, the endpoint performs an upsert, returning `201` for a new product or `204` for an update. The `name` field is mandatory for creation but optional for updates. Product images are downloaded, validated (max 5 MB, formats: jpeg, jpg, png, bmp, gif, webp), and re-hosted on S3. The `metaInfo` object supports up to 20 keys with a cumulative size limit of approximately 1000 KB.

Create a new ecommerce product or update an existing one, identified by the mandatory `id` field. When `updateEnabled` is `false` (the default), the endpoint inserts a new product and returns `201`; if the product ID already exists, a `400` error is returned. When `updateEnabled` is `true`, the endpoint performs an upsert, returning `201` for a new product or `204` for an update. The `name` field is mandatory for creation but optional for updates. Product images are downloaded, validated (max 5 MB, formats: jpeg, jpg, png, bmp, gif, webp), and re-hosted on S3. The `metaInfo` object supports up to 20 keys with a cumulative size limit of approximately 1000 KB.

认证

需要 Connected Account

Tags

ecommerce
Create a voucherBREVO_CREATE_VOUCHERCreate a voucher and attribute it to a specific membership.

Create a voucher and attribute it to a specific membership.

认证

需要 Connected Account

Tags

reward
Create a webhookBREVO_CREATE_WEBHOOKCreates a new webhook to receive real-time notifications for specified events. Use this to: - Set up event notifications for transactional or marketing emails - Configure webhook endpoints for campaign tracking - Enable real-time monitoring of email delivery status - Subscribe to contact list changes and updates - Implement custom event handling and automation Key information returned: - Created webhook ID and configuration - Success confirmation and setup details

Creates a new webhook to receive real-time notifications for specified events. Use this to: - Set up event notifications for transactional or marketing emails - Configure webhook endpoints for campaign tracking - Enable real-time monitoring of email delivery status - Subscribe to contact list changes and updates - Implement custom event handling and automation Key information returned: - Created webhook ID and configuration - Success confirmation and setup details

认证

需要 Connected Account

Tags

webhooks
Create and Send a WhatsApp campaignBREVO_CREATE_WHATS_APP_CAMPAIGN<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> <Note>This API requires the List and Segment ids as recipients in Body params.You can use the below Contact endpoints to get the required information. [Get all the Lists](https://developers.brevo.com/reference/getlists-1) [Get all the Segments](https://developers.brevo.com/reference/getsegments)</Note>

<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> <Note>This API requires the List and Segment ids as recipients in Body params.You can use the below Contact endpoints to get the required information. [Get all the Lists](https://developers.brevo.com/reference/getlists-1) [Get all the Segments](https://developers.brevo.com/reference/getsegments)</Note>

认证

需要 Connected Account

Tags

whatsAppCampaigns
Create a WhatsApp templateBREVO_CREATE_WHATS_APP_TEMPLATE<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating WhatsApp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note>

<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating WhatsApp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note>

认证

需要 Connected Account

Tags

whatsAppCampaigns
Delete a companyBREVO_DELETE_ACOMPANYPermanently delete a company by its identifier. The requesting user must be the company owner or have manage permission on companies; otherwise, a 403 Forbidden error is returned.

Permanently delete a company by its identifier. The requesting user must be the company owner or have manage permission on companies; otherwise, a 403 Forbidden error is returned.

认证

需要 Connected Account

Tags

companies
Delete a dealBREVO_DELETE_ADEALPermanently delete a deal by its identifier. The requesting user must be the deal owner or have manage permission on deals; otherwise, a 403 Forbidden error is returned.

Permanently delete a deal by its identifier. The requesting user must be the deal owner or have manage permission on deals; otherwise, a 403 Forbidden error is returned.

认证

需要 Connected Account

Tags

deals
Delete a fileBREVO_DELETE_AFILEPermanently delete a CRM file by its identifier. This removes the file from storage and unlinks it from any associated contacts, companies, or deals.

Permanently delete a CRM file by its identifier. This removes the file from storage and unlinks it from any associated contacts, companies, or deals.

认证

需要 Connected Account

Tags

files
Delete a groupBREVO_DELETE_AGROUPThis 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.

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.

认证

需要 Connected Account

Tags

masterAccount
Delete a message sent by an agentBREVO_DELETE_AMESSAGE_SENT_BY_AN_AGENTDelete a message sent by an agent. Only messages of type `agent` can be deleted.

Delete a message sent by an agent. Only messages of type `agent` can be deleted.

认证

需要 Connected Account

Tags

conversations
Delete an automated messageBREVO_DELETE_AN_AUTOMATED_MESSAGEDelete an automated (pushed) message by its ID.

Delete an automated (pushed) message by its ID.

认证

需要 Connected Account

Tags

conversations
Delete an SMTP transactional logBREVO_DELETE_AN_SMTP_TRANSACTIONAL_LOGDelete SMTP transactional log entries identified by a message ID (enclosed in angle brackets with an @ sign) or a valid email address. Optionally narrow the deletion to a specific date range using `from_date` and `to_date` query parameters (YYYY-MM-DD format). The operation also removes any associated stored email preview content.

Delete SMTP transactional log entries identified by a message ID (enclosed in angle brackets with an @ sign) or a valid email address. Optionally narrow the deletion to a specific date range using `from_date` and `to_date` query parameters (YYYY-MM-DD format). The operation also removes any associated stored email preview content.

认证

需要 Connected Account

Tags

transactionalEmails
Delete a noteBREVO_DELETE_ANOTEPermanently delete a CRM note by its identifier. This removes the note and unlinks it from any associated contacts, companies, or deals.

Permanently delete a CRM note by its identifier. This removes the note and unlinks it from any associated contacts, companies, or deals.

认证

需要 Connected Account

Tags

notes
Delete a sub-accountBREVO_DELETE_ASUB_ACCOUNTPermanently deletes a sub-account from the corporate master account. Once deleted, all data associated with the sub-account organization is removed and cannot be recovered, so ensure the sub-account is no longer needed before proceeding.

Permanently deletes a sub-account from the corporate master account. Once deleted, all data associated with the sub-account organization is removed and cannot be recovered, so ensure the sub-account is no longer needed before proceeding.

认证

需要 Connected Account

Tags

masterAccount
Delete a taskBREVO_DELETE_ATASKPermanently delete a CRM task by its identifier. This removes the task and cancels any associated reminders. The requesting user must be the task assignee or have manage permission on tasks.

Permanently delete a CRM task by its identifier. This removes the task and cancels any associated reminders. The requesting user must be the task assignee or have manage permission on tasks.

认证

需要 Connected Account

Tags

tasks
Delete an attributeBREVO_DELETE_ATTRIBUTEPermanently delete an existing contact attribute by its category and name. The attribute must exist in the specified category (normal, transactional, category, calculated, or global), otherwise a 404 error is returned.

Permanently delete an existing contact attribute by its category and name. The attribute must exist in the specified category (normal, transactional, category, calculated, or global), otherwise a 404 error is returned.

认证

需要 Connected Account

Tags

contacts
Delete balance definitionBREVO_DELETE_BALANCE_DEFINITIONDelete Balance definition

Delete Balance definition

认证

需要 Connected Account

Tags

balance
Delete balance limitBREVO_DELETE_BALANCE_LIMITDelete balance limit

Delete balance limit

认证

需要 Connected Account

Tags

balance
Unblock an existing domain from the list of blocked domainsBREVO_DELETE_BLOCKED_DOMAINUnblocks an existing domain from the list of blocked domains

Unblocks an existing domain from the list of blocked domains

认证

需要 Connected Account

Tags

transactionalEmails
Delete a consent groupBREVO_DELETE_CONSENT_GROUPDeletes a consent group by ID and removes it from all associated contacts. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

Deletes a consent group by ID and removes it from all associated contacts. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

认证

需要 Connected Account

Tags

consentGroups
Delete a contactBREVO_DELETE_CONTACTThere are 2 ways to delete a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?identifierType={} <br> <br> Option 1 only works if identifierType is email_id (for EMAIL) or contact_id (for ID of the contact),where you can directly pass the value of EMAIL and ID of the contact. <br><br> Option 2 works for all identifierType, use email_id for EMAIL attribute, contact_id for ID of the contact, ext_id for EXT_ID attribute, phone_id for SMS attribute, whatsapp_id for WHATSAPP attribute, landline_number_id for LANDLINE_NUMBER attribute.

There are 2 ways to delete a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?identifierType={} <br> <br> Option 1 only works if identifierType is email_id (for EMAIL) or contact_id (for ID of the contact),where you can directly pass the value of EMAIL and ID of the contact. <br><br> Option 2 works for all identifierType, use email_id for EMAIL attribute, contact_id for ID of the contact, ext_id for EXT_ID attribute, phone_id for SMS attribute, whatsapp_id for WHATSAPP attribute, landline_number_id for LANDLINE_NUMBER attribute.

认证

需要 Connected Account

Tags

contacts
Delete subscription memberBREVO_DELETE_CONTACT_MEMBERSDeletes member from a subscription

Deletes member from a subscription

认证

需要 Connected Account

Tags

program
Delete subscriptionBREVO_DELETE_CONTACT_SUBSCRIPTIONDelete subscription for a contact

Delete subscription for a contact

认证

需要 Connected Account

Tags

program
Delete a sender domainBREVO_DELETE_DOMAINDeletes a domain from Brevo. Use this to: - Remove existing domains - Clean up unused domain configurations - Remove test domains Key information returned: - Success confirmation message

Deletes a domain from Brevo. Use this to: - Remove existing domains - Clean up unused domain configurations - Remove test domains Key information returned: - Success confirmation message

认证

需要 Connected Account

Tags

domains
Delete an email campaignBREVO_DELETE_EMAIL_CAMPAIGNDelete an email campaign by its campaign ID. Only campaigns that have not been scheduled can be deleted; attempting to delete a campaign that has already been scheduled will return a 403 permission denied error. Related data in templates, newsletter builder, and schedule collections is also cleaned up.

Delete an email campaign by its campaign ID. Only campaigns that have not been scheduled can be deleted; attempting to delete a campaign that has already been scheduled will return a 403 permission denied error. Related data in templates, newsletter builder, and schedule collections is also cleaned up.

认证

需要 Connected Account

Tags

emailCampaigns
Delete external feedBREVO_DELETE_EXTERNAL_FEEDDeletes an external feed from your Brevo account. **Use this to:** - Remove external feeds that are no longer needed - Clean up unused data sources - Remove test or outdated feeds - Maintain organized feed library **Key information returned:** - Success confirmation message **Important considerations:** - This action is PERMANENT and cannot be undone - Feed configuration and history will be lost - Check if feed is used in active campaigns before deletion - Remove feed references from email templates - Consider deactivating instead of deleting if unsure

Deletes an external feed from your Brevo account. **Use this to:** - Remove external feeds that are no longer needed - Clean up unused data sources - Remove test or outdated feeds - Maintain organized feed library **Key information returned:** - Success confirmation message **Important considerations:** - This action is PERMANENT and cannot be undone - Feed configuration and history will be lost - Check if feed is used in active campaigns before deletion - Remove feed references from email templates - Consider deactivating instead of deleting if unsure

认证

需要 Connected Account

Tags

externalFeeds
Delete a folder (and all its lists)BREVO_DELETE_FOLDERPermanently delete a folder identified by its ID. Deleting a folder will also delete all the contact lists contained within it. This action cannot be undone.

Permanently delete a folder identified by its ID. Deleting a folder will also delete all the contact lists contained within it. This action cannot be undone.

认证

需要 Connected Account

Tags

contacts
Delete hardbouncesBREVO_DELETE_HARDBOUNCESDelete hardbounces. To use carefully (e.g. in case of temporary ISP failures)

Delete hardbounces. To use carefully (e.g. in case of temporary ISP failures)

认证

需要 Connected Account

Tags

transactionalEmails
Delete a listBREVO_DELETE_LISTPermanently delete a contact list identified by its ID. The contacts in the list are not deleted; they are only removed from this list. Returns a 404 error if the list ID does not exist.

Permanently delete a contact list identified by its ID. The contacts in the list are not deleted; they are only removed from this list. Returns a 404 error if the list ID does not exist.

认证

需要 Connected Account

Tags

contacts
Delete Loyalty ProgramBREVO_DELETE_LOYALTY_PROGRAMDeletes Loyalty Program

Deletes Loyalty Program

认证

需要 Connected Account

Tags

program
Delete a multiple-choice attribute optionBREVO_DELETE_MULTI_ATTRIBUTE_OPTIONSDelete a specific option from an existing multiple-choice contact attribute. The attribute type must be "multiple-choice", and both the attribute name and the option to delete must already exist in your account.

Delete a specific option from an existing multiple-choice contact attribute. The attribute type must be "multiple-choice", and both the attribute name and the option to delete must already exist in your account.

认证

需要 Connected Account

Tags

contacts
Delete a payment request.BREVO_DELETE_PAYMENT_REQUESTDelete a payment request by its UUID. Once deleted, the payment request can no longer be accessed or paid. Returns a `404` error if no payment request matches the provided ID, and a `403` error if Brevo Payments is not activated or the account is not validated.

Delete a payment request by its UUID. Once deleted, the payment request can no longer be accessed or paid. Returns a `404` error if no payment request matches the provided ID, and a `403` error if Brevo Payments is not activated or the account is not validated.

认证

需要 Connected Account

Tags

payments
Delete scheduled emails by batchId or messageIdBREVO_DELETE_SCHEDULED_EMAIL_BY_IDDelete scheduled batch of emails by batchId or single scheduled email by messageId

Delete scheduled batch of emails by batchId or single scheduled email by messageId

认证

需要 Connected Account

Tags

transactionalEmails
Delete a senderBREVO_DELETE_SENDERDeletes an email sender from your Brevo account. Use this to: - Remove senders that are no longer needed - Clean up sender configurations - Remove duplicate or test senders Key information returned: - Success confirmation message

Deletes an email sender from your Brevo account. Use this to: - Remove senders that are no longer needed - Clean up sender configurations - Remove duplicate or test senders Key information returned: - Success confirmation message

认证

需要 Connected Account

Tags

senders
Delete an SMS campaignBREVO_DELETE_SMS_CAMPAIGNDelete an SMS campaign by its campaign ID. Only campaigns that have not been scheduled or sent can be deleted; attempting to delete a campaign that is queued, in process, or has been sent with recipients will return a 403 permission denied error.

Delete an SMS campaign by its campaign ID. Only campaigns that have not been scheduled or sent can be deleted; attempting to delete a campaign that is queued, in process, or has been sent with recipients will return a 403 permission denied error.

认证

需要 Connected Account

Tags

smsCampaigns
Delete an inactive email templateBREVO_DELETE_SMTP_TEMPLATEPermanently delete a transactional email template by its numeric ID. Only inactive templates can be deleted; attempting to delete an active template returns a 405 error. To deactivate a template before deletion, use `PUT /smtp/templates/{templateId}` with `isActive` set to `false`. Deletion also removes associated newsletter template data and triggers asynchronous cleanup of shared assets.

Permanently delete a transactional email template by its numeric ID. Only inactive templates can be deleted; attempting to delete an active template returns a 405 error. To deactivate a template before deletion, use `PUT /smtp/templates/{templateId}` with `isActive` set to `false`. Deletion also removes associated newsletter template data and triggers asynchronous cleanup of shared assets.

认证

需要 Connected Account

Tags

transactionalEmails
Delete sub-account from groupBREVO_DELETE_SUB_ACCOUNT_FROM_GROUPThis endpoint allows you to remove a sub-organization from a group.

This endpoint allows you to remove a sub-organization from a group.

认证

需要 Connected Account

Tags

masterAccount
Delete tierBREVO_DELETE_TIERDeletes a tier from a loyalty program tier group. *(The changes will take effect with the next publication of the loyalty program)*

Deletes a tier from a loyalty program tier group. *(The changes will take effect with the next publication of the loyalty program)*

认证

需要 Connected Account

Tags

tier
Delete tier groupBREVO_DELETE_TIER_GROUPDeletes a tier group from a loyalty program. *(The changes will take effect with the next publication of the loyalty program)*

Deletes a tier group from a loyalty program. *(The changes will take effect with the next publication of the loyalty program)*

认证

需要 Connected Account

Tags

tier
Delete a webhookBREVO_DELETE_WEBHOOKPermanently deletes a webhook and stops all event notifications. Use this to: - Remove unused or obsolete webhook configurations - Clean up webhook endpoints and subscriptions - Stop event notifications to specific URLs - Maintain organized webhook management Key information returned: - Success confirmation of webhook deletion

Permanently deletes a webhook and stops all event notifications. Use this to: - Remove unused or obsolete webhook configurations - Clean up webhook endpoints and subscriptions - Stop event notifications to specific URLs - Maintain organized webhook management Key information returned: - Success confirmation of webhook deletion

认证

需要 Connected Account

Tags

webhooks
Delete a WhatsApp campaignBREVO_DELETE_WHATS_APP_CAMPAIGNDelete a WhatsApp campaign by its campaign ID. The campaign must exist; if the campaign ID is not found, a 404 error is returned. This action is permanent and cannot be undone.

Delete a WhatsApp campaign by its campaign ID. The campaign must exist; if the campaign ID is not found, a 404 error is returned. This action is permanent and cannot be undone.

认证

需要 Connected Account

Tags

whatsAppCampaigns
Dissociate an IP to sub-accountsBREVO_DISSOCIATE_AN_IP_TO_SUB_ACCOUNTSThis endpoint allows to dissociate an IP from sub-accounts

This endpoint allows to dissociate an IP from sub-accounts

认证

需要 Connected Account

Tags

masterAccount
Download a fileBREVO_DOWNLOAD_AFILEGet a temporary download URL for a CRM file by its identifier. The returned URL is valid for 5 minutes only and provides direct access to the file content.

Get a temporary download URL for a CRM file by its identifier. The returned URL is valid for 5 minutes only and provides direct access to the file content.

认证

需要 Connected Account

Tags

files
Update permission for a userBREVO_EDIT_USER_PERMISSION`Feature` - A Feature represents a specific functionality like Email campaign, Deals, Calls, Automations, etc. on Brevo. While inviting a user, determine which feature you want to manage access to. You must specify the feature accurately to avoid errors. `Permission` - A Permission defines the level of access or control a user has over a specific feature. While inviting user, decide on the permission level required for the selected feature. Make sure the chosen permission is related to the selected feature. Features and their respective permissions are as below: - `email_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `sms_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `contacts`: - "view" - "create_edit_delete" - "import" - "export" - "list_and_attributes" - "forms" - `templates`: - "create_edit_delete" - "activate_deactivate" - `workflows`: - "create_edit_delete" - "activate_deactivate_pause" - "settings" - `landing_pages`: - "all" - `transactional_emails`: - "settings" - "logs" - `smtp_api`: - "smtp" - "api_keys" - "authorized_ips" - `user_management`: - "all" - `sales_platform`: - "create_edit_deals" - "delete_deals" - "manage_others_deals_tasks" - "reports" - "settings" - `phone`: - "all" - `conversations`: - "access" - "assign" - "configure" - `senders_domains_dedicated_ips`: - "senders_management" - "domains_management" - "dedicated_ips_management" - `push_notifications`: - "view" - "create_edit_delete" - "send" - "settings" - `companies`: - "manage_owned_companies" - "manage_other_companies" - "settings" **Note**: - The privileges array remains the same as in the send invitation; the user simply needs to provide the permissions that need to be updated. - The availability of feature and its permission depends on your current plan. Please select the features and permissions accordingly.

`Feature` - A Feature represents a specific functionality like Email campaign, Deals, Calls, Automations, etc. on Brevo. While inviting a user, determine which feature you want to manage access to. You must specify the feature accurately to avoid errors. `Permission` - A Permission defines the level of access or control a user has over a specific feature. While inviting user, decide on the permission level required for the selected feature. Make sure the chosen permission is related to the selected feature. Features and their respective permissions are as below: - `email_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `sms_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `contacts`: - "view" - "create_edit_delete" - "import" - "export" - "list_and_attributes" - "forms" - `templates`: - "create_edit_delete" - "activate_deactivate" - `workflows`: - "create_edit_delete" - "activate_deactivate_pause" - "settings" - `landing_pages`: - "all" - `transactional_emails`: - "settings" - "logs" - `smtp_api`: - "smtp" - "api_keys" - "authorized_ips" - `user_management`: - "all" - `sales_platform`: - "create_edit_deals" - "delete_deals" - "manage_others_deals_tasks" - "reports" - "settings" - `phone`: - "all" - `conversations`: - "access" - "assign" - "configure" - `senders_domains_dedicated_ips`: - "senders_management" - "domains_management" - "dedicated_ips_management" - `push_notifications`: - "view" - "create_edit_delete" - "send" - "settings" - `companies`: - "manage_owned_companies" - "manage_other_companies" - "settings" **Note**: - The privileges array remains the same as in the send invitation; the user simply needs to provide the permissions that need to be updated. - The availability of feature and its permission depends on your current plan. Please select the features and permissions accordingly.

认证

需要 Connected Account

Tags

user
Export the recipients of an email campaignBREVO_EMAIL_EXPORT_RECIPIENTSExport the recipients of a sent email campaign as an asynchronous process, filtered by recipient type (e.g. openers, clickers, hardBounces). The recipientsType field is required and determines which subset of recipients to export. An optional notifyURL webhook will be called once the export is complete, and the response returns a processId to track the export status.

Export the recipients of a sent email campaign as an asynchronous process, filtered by recipient type (e.g. openers, clickers, hardBounces). The recipientsType field is required and determines which subset of recipients to export. An optional notifyURL webhook will be called once the export is complete, and the response returns a processId to track the export status.

认证

需要 Connected Account

Tags

emailCampaigns
Enable/disable sub-account application(s)BREVO_ENABLE_DISABLE_SUB_ACCOUNT_APPLICATION_SAPI endpoint for the Corporate owner to enable/disable applications on the sub-account

API endpoint for the Corporate owner to enable/disable applications on the sub-account

认证

需要 Connected Account

Tags

masterAccount
Export webhook historyBREVO_EXPORT_WEBHOOKS_HISTORY<Note> This is an enterprise feature. Contact us to activate it for your account. </Note> Submits a request to export webhook event history as a CSV file. The download link is sent to the `notifyURL` you provide in the request body. Use this endpoint to: - Export webhook event history filtered by date range, event type, or email address - Generate reports for compliance, auditing, or performance analysis - Track delivery patterns and webhook reliability over time

<Note> This is an enterprise feature. Contact us to activate it for your account. </Note> Submits a request to export webhook event history as a CSV file. The download link is sent to the `notifyURL` you provide in the request body. Use this endpoint to: - Export webhook event history filtered by date range, event type, or email address - Generate reports for compliance, auditing, or performance analysis - Track delivery patterns and webhook reliability over time

认证

需要 Connected Account

Tags

webhooks
Generate SSO token to access admin accountBREVO_GENERATE_SSO_TOKEN_TO_ACCESS_ADMIN_ACCOUNTThis 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.

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.

认证

需要 Connected Account

Tags

masterAccount
Generate SSO token to access sub-accountBREVO_GENERATE_SSO_TOKEN_TO_ACCESS_SUB_ACCOUNTThis 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.

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.

认证

需要 Connected Account

Tags

masterAccount
Get an A/B test email campaign resultsBREVO_GET_AB_TEST_CAMPAIGN_RESULTObtain winning version of an A/B test email campaign

Obtain winning version of an A/B test email campaign

认证

需要 Connected Account

Tags

emailCampaigns
Get account detailsBREVO_GET_ACCOUNTRetrieves details of your Brevo account. **Use this to:** - Get account information (email, name, company, address) - Check plan details (type, credits, expiration) - Get relay information (for transactional emails) - Check Marketing Automation status - Access organization and user identifiers **Key information returned:** - Complete account details (organization ID, user ID, company information) - Address and contact information - Plan configurations and credit allocations across different verticals - Marketing Automation settings and tracker key (when enabled) - SMTP relay configuration for transactional emails - Enterprise features availability status **Important considerations:** - Provides comprehensive account overview for billing and configuration management - Essential for understanding current plan limitations and feature availability - Marketing Automation key is only returned when Marketing Automation is enabled on the account - Plan verticals show detailed breakdown across Marketing, Chat, and CRM categories (only returned when plan verticals are available) - Relay configuration crucial for transactional email setup and deliverability - Enterprise status determines access to advanced features and sub-account management

Retrieves details of your Brevo account. **Use this to:** - Get account information (email, name, company, address) - Check plan details (type, credits, expiration) - Get relay information (for transactional emails) - Check Marketing Automation status - Access organization and user identifiers **Key information returned:** - Complete account details (organization ID, user ID, company information) - Address and contact information - Plan configurations and credit allocations across different verticals - Marketing Automation settings and tracker key (when enabled) - SMTP relay configuration for transactional emails - Enterprise features availability status **Important considerations:** - Provides comprehensive account overview for billing and configuration management - Essential for understanding current plan limitations and feature availability - Marketing Automation key is only returned when Marketing Automation is enabled on the account - Plan verticals show detailed breakdown across Marketing, Chat, and CRM categories (only returned when plan verticals are available) - Relay configuration crucial for transactional email setup and deliverability - Enterprise status determines access to advanced features and sub-account management

认证

需要 Connected Account

Tags

account
Get user activity logsBREVO_GET_ACCOUNT_ACTIVITYRetrieves user activity logs from your organization for security monitoring and audit compliance. Use this to: - Monitor user login activities and access patterns - Track account modifications and configuration changes - Generate security audit reports and compliance documentation - Investigate suspicious activities and unauthorized access - Monitor team member actions and account usage Key information returned: - Complete user activity details and timestamps - User identification (email, IP address, browser) - Action types and activity descriptions - Security-relevant events and access logs - Historical activity data for audit trails Note: Requires Enterprise plan for access to organization activity logs.

Retrieves user activity logs from your organization for security monitoring and audit compliance. Use this to: - Monitor user login activities and access patterns - Track account modifications and configuration changes - Generate security audit reports and compliance documentation - Investigate suspicious activities and unauthorized access - Monitor team member actions and account usage Key information returned: - Complete user activity details and timestamps - User identification (email, IP address, browser) - Action types and activity descriptions - Security-relevant events and access logs - Historical activity data for audit trails Note: Requires Enterprise plan for access to organization activity logs.

认证

需要 Connected Account

Tags

account
Get a companyBREVO_GET_ACOMPANYRetrieve the full details of a single company by its identifier, including its attributes, linked contacts, and linked deals. Returns a 404 error if the company does not exist, or a 403 error if the user lacks permission to view the company.

Retrieve the full details of a single company by its identifier, including its attributes, linked contacts, and linked deals. Returns a 404 error if the company does not exist, or a 403 error if the user lacks permission to view the company.

认证

需要 Connected Account

Tags

companies
Get Active Balances APIBREVO_GET_ACTIVE_BALANCES_APIReturns Active Balances

Returns Active Balances

认证

需要 Connected Account

Tags

balance
Get a dealBREVO_GET_ADEALRetrieve the full details of a single deal by its identifier, including its attributes, pipeline stage, linked contacts, and linked companies. Returns a 404 error if the deal does not exist.

Retrieve the full details of a single deal by its identifier, including its attributes, pipeline stage, linked contacts, and linked companies. Returns a 404 error if the deal does not exist.

认证

需要 Connected Account

Tags

deals
Get your transactional email activity aggregated over a period of timeBREVO_GET_AGGREGATED_SMTP_REPORTThis 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

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

认证

需要 Connected Account

Tags

transactionalEmails
GET a group detailsBREVO_GET_AGROUP_DETAILSThis endpoint allows you to retrieve a specific group’s information such as the list of sub-organizations and the user associated with the group.

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.

认证

需要 Connected Account

Tags

masterAccount
Get all CompaniesBREVO_GET_ALL_COMPANIESRetrieve a paginated list of companies with optional filtering, sorting, and search capabilities. Results are sorted by creation date in descending order by default, and can be filtered by attributes, linked contacts, linked deals, or modification/creation timestamps.

Retrieve a paginated list of companies with optional filtering, sorting, and search capabilities. Results are sorted by creation date in descending order by default, and can be filtered by attributes, linked contacts, linked deals, or modification/creation timestamps.

认证

需要 Connected Account

Tags

companies
Get all dealsBREVO_GET_ALL_DEALSRetrieve a paginated list of deals with optional filtering, sorting, and search capabilities. Results can be filtered by attributes such as deal name or owner, linked companies, linked contacts, or modification/creation timestamps. Default sort order is descending by creation date.

Retrieve a paginated list of deals with optional filtering, sorting, and search capabilities. Results can be filtered by attributes such as deal name or owner, linked companies, linked contacts, or modification/creation timestamps. Default sort order is descending by creation date.

认证

需要 Connected Account

Tags

deals
Get all external feedsBREVO_GET_ALL_EXTERNAL_FEEDSRetrieves all external feeds from your Brevo account with filtering and pagination. **Use this to:** - Get an overview of all external data feeds - Find feeds by name using search functionality - Filter feeds by creation date range - Browse feeds by authentication type - Monitor feed library organization and usage **Key information returned:** - Feed details (UUID, name, URL, authentication type) - Feed configuration and settings - Creation and modification timestamps - Feed status and error information - Authentication and header configurations **Important considerations:** - External feeds enable dynamic content in email campaigns - Feeds must be accessible from Brevo servers - Authentication credentials are securely stored - Feed performance affects campaign delivery - Use pagination for accounts with many feeds - Date range filtering limited to 30 days maximum - Search functionality works on feed name matching - Internal feeds are system-managed and cannot be modified

Retrieves all external feeds from your Brevo account with filtering and pagination. **Use this to:** - Get an overview of all external data feeds - Find feeds by name using search functionality - Filter feeds by creation date range - Browse feeds by authentication type - Monitor feed library organization and usage **Key information returned:** - Feed details (UUID, name, URL, authentication type) - Feed configuration and settings - Creation and modification timestamps - Feed status and error information - Authentication and header configurations **Important considerations:** - External feeds enable dynamic content in email campaigns - Feeds must be accessible from Brevo servers - Authentication credentials are securely stored - Feed performance affects campaign delivery - Use pagination for accounts with many feeds - Date range filtering limited to 30 days maximum - Search functionality works on feed name matching - Internal feeds are system-managed and cannot be modified

认证

需要 Connected Account

Tags

externalFeeds
Get all filesBREVO_GET_ALL_FILESRetrieve a paginated list of CRM files with optional filtering by entity type, entity IDs, and date range. Results are sorted by creation date in descending order by default, with a default limit of 50 files per page.

Retrieve a paginated list of CRM files with optional filtering by entity type, entity IDs, and date range. Results are sorted by creation date in descending order by default, with a default limit of 50 files per page.

认证

需要 Connected Account

Tags

files
Get all notesBREVO_GET_ALL_NOTESRetrieve a paginated list of CRM notes with optional filtering by entity type, entity IDs, and date range. Results are sorted by creation date in descending order by default, with a default limit of 50 notes per page.

Retrieve a paginated list of CRM notes with optional filtering by entity type, entity IDs, and date range. Results are sorted by creation date in descending order by default, with a default limit of 50 notes per page.

认证

需要 Connected Account

Tags

notes
Get all pipelinesBREVO_GET_ALL_PIPELINESRetrieve the list of all deal pipelines configured for your account, including each pipeline''s stages and settings. If no pipelines have been configured yet, a default pipeline is automatically created and returned.

Retrieve the list of all deal pipelines configured for your account, including each pipeline''s stages and settings. If no pipelines have been configured yet, a default pipeline is automatically created and returned.

认证

需要 Connected Account

Tags

deals
Get all task typesBREVO_GET_ALL_TASK_TYPESRetrieve the list of all available task types, such as Email, Call, Meeting, Todo, Lunch, Deadline, and LinkedIn. If no task types exist yet, the default set is automatically created and returned. Use the task type ID when creating or updating tasks.

Retrieve the list of all available task types, such as Email, Call, Meeting, Todo, Lunch, Deadline, and LinkedIn. If no task types exist yet, the default set is automatically created and returned. Use the task type ID when creating or updating tasks.

认证

需要 Connected Account

Tags

tasks
Get all tasksBREVO_GET_ALL_TASKSRetrieve a paginated list of CRM tasks with optional filtering by task type, status, date range, assignee, and linked entities (contacts, deals, companies). Results are sorted by creation date in descending order by default, with a default limit of 50 tasks per page.

Retrieve a paginated list of CRM tasks with optional filtering by task type, status, date range, assignee, and linked entities (contacts, deals, companies). Results are sorted by creation date in descending order by default, with a default limit of 50 tasks per page.

认证

需要 Connected Account

Tags

tasks
Get a messageBREVO_GET_AMESSAGERetrieve a single message by its ID.

Retrieve a single message by its ID.

认证

需要 Connected Account

Tags

conversations
Get an automated messageBREVO_GET_AN_AUTOMATED_MESSAGERetrieve a single automated (pushed) message by its ID.

Retrieve a single automated (pushed) message by its ID.

认证

需要 Connected Account

Tags

conversations
Get a noteBREVO_GET_ANOTERetrieve the full details of a single CRM note by its identifier. The response includes the note''s text content, creation date, author, and any associated contacts, companies, or deals.

Retrieve the full details of a single CRM note by its identifier. The response includes the note''s text content, creation date, author, and any associated contacts, companies, or deals.

认证

需要 Connected Account

Tags

notes
Get a pipelineBREVO_GET_APIPELINERetrieve the details of a specific deal pipeline by its identifier, including its stages, stage ordering, and configuration. Use this endpoint to obtain the pipeline and stage IDs needed when creating or updating deals.

Retrieve the details of a specific deal pipeline by its identifier, including its stages, stage ordering, and configuration. Use this endpoint to obtain the pipeline and stage IDs needed when creating or updating deals.

认证

需要 Connected Account

Tags

deals
Get a taskBREVO_GET_ATASKRetrieve the full details of a single CRM task by its identifier. The response includes the task''s name, type, status, due date, duration, notes, assignee, reminder settings, and linked contacts, companies, or deals.

Retrieve the full details of a single CRM task by its identifier. The response includes the task''s name, type, status, due date, duration, notes, assignee, reminder settings, and linked contacts, companies, or deals.

认证

需要 Connected Account

Tags

tasks
Get attributed product sales for a single Brevo campaign or workflowBREVO_GET_ATTRIBUTED_PRODUCT_SALES_FOR_ASINGLE_BREVO_CAMPAIGN_OR_WORKFLOWRetrieve the list of products whose sales have been attributed to a specific Brevo campaign or automation workflow. Each product entry includes its ID, name, SKU, image URL, product URL, price, revenue, and orders count. The conversion source type must be one of `email_campaign`, `sms_campaign`, `automation_workflow_email`, or `automation_workflow_sms`.

Retrieve the list of products whose sales have been attributed to a specific Brevo campaign or automation workflow. Each product entry includes its ID, name, SKU, image URL, product URL, price, revenue, and orders count. The conversion source type must be one of `email_campaign`, `sms_campaign`, `automation_workflow_email`, or `automation_workflow_sms`.

认证

需要 Connected Account

Tags

ecommerce
List all attributesBREVO_GET_ATTRIBUTESRetrieve all contact attributes defined in your Brevo account, grouped by category (normal, transactional, category, calculated, global). Each attribute includes its name, type, and category, along with enumeration values for category-type attributes and options for multiple-choice-type attributes.

Retrieve all contact attributes defined in your Brevo account, grouped by category (normal, transactional, category, calculated, global). Each attribute includes its name, type, and category, along with enumeration values for category-type attributes and options for multiple-choice-type attributes.

认证

需要 Connected Account

Tags

contacts
Get attribution metrics for one or more Brevo campaigns or workflowsBREVO_GET_ATTRIBUTION_METRICS_FOR_ONE_OR_MORE_BREVO_CAMPAIGNS_OR_WORKFLOWSRetrieve aggregated ecommerce attribution metrics for one or more Brevo email campaigns, SMS campaigns, or automation workflows. You can optionally filter by a date range using `periodFrom` and `periodTo` in RFC3339 format. The response includes per-source metrics (orders count, revenue, and average basket) as well as aggregated totals across all requested sources.

Retrieve aggregated ecommerce attribution metrics for one or more Brevo email campaigns, SMS campaigns, or automation workflows. You can optionally filter by a date range using `periodFrom` and `periodTo` in RFC3339 format. The response includes per-source metrics (orders count, revenue, and average basket) as well as aggregated totals across all requested sources.

认证

需要 Connected Account

Tags

ecommerce
Get balance definitionBREVO_GET_BALANCE_DEFINITIONReturns balance definition

Returns balance definition

认证

需要 Connected Account

Tags

balance
Get balance definition listBREVO_GET_BALANCE_DEFINITION_LISTReturns balance definition page

Returns balance definition page

认证

需要 Connected Account

Tags

balance
Get balance limitsBREVO_GET_BALANCE_LIMITFetches balance limits and send the created UUID along with the data

Fetches balance limits and send the created UUID along with the data

认证

需要 Connected Account

Tags

balance
Get the list of blocked domainsBREVO_GET_BLOCKED_DOMAINSGet the list of blocked domains

Get the list of blocked domains

认证

需要 Connected Account

Tags

transactionalEmails
Return all your categoriesBREVO_GET_CATEGORIESRetrieve a paginated list of all ecommerce categories stored in your Brevo account. Results are sorted by creation date in descending order by default, and can be filtered by category IDs, name, modification date, creation date, or deletion status. The response includes a `count` field with the total number of matching categories, and pagination defaults to 50 categories per page (maximum 100).

Retrieve a paginated list of all ecommerce categories stored in your Brevo account. Results are sorted by creation date in descending order by default, and can be filtered by category IDs, name, modification date, creation date, or deletion status. The response includes a `count` field with the total number of matching categories, and pagination defaults to 50 categories per page (maximum 100).

认证

需要 Connected Account

Tags

ecommerce
Get a category detailsBREVO_GET_CATEGORY_INFORetrieve the full details of a single ecommerce category by its unique ID. The response includes the category name, URL, creation and modification timestamps, and deletion status. Returns a `404` error if no category matches the provided ID.

Retrieve the full details of a single ecommerce category by its unique ID. The response includes the category name, URL, creation and modification timestamps, and deletion status. Returns a `404` error if no category matches the provided ID.

认证

需要 Connected Account

Tags

ecommerce
Get code countBREVO_GET_CODE_COUNTGet code count

Get code count

认证

需要 Connected Account

Tags

reward
Get company attributesBREVO_GET_COMPANY_ATTRIBUTESRetrieve the list of all attributes defined for companies, including both system-default and custom attributes. Each attribute includes its label, internal name, type, required status, and available options for select-type attributes.

Retrieve the list of all attributes defined for companies, including both system-default and custom attributes. Each attribute includes its label, internal name, type, required status, and available options for select-type attributes.

认证

需要 Connected Account

Tags

companies
Get a consent groupBREVO_GET_CONSENT_GROUPReturns a single consent group by ID for the account. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

Returns a single consent group by ID for the account. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

认证

需要 Connected Account

Tags

consentGroups
List all consent groupsBREVO_GET_CONSENT_GROUPSReturns a paginated list of consent groups for the account. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account. Returns `403` if the feature is not activated.</Note>

Returns a paginated list of consent groups for the account. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account. Returns `403` if the feature is not activated.</Note>

认证

需要 Connected Account

Tags

consentGroups
Get balance listBREVO_GET_CONTACT_BALANCESReturns contact balances for a given balance definition across all subscriptions.

Returns contact balances for a given balance definition across all subscriptions.

认证

需要 Connected Account

Tags

balance
Get a contact's detailsBREVO_GET_CONTACT_INFO<Note>Follow this format when passing a "SMS" phone number as an attribute. Accepted Number Formats 91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx</Note> There are 2 ways to get a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?identifierType={} <br> <br> Option 1 only works if identifierType is email_id (for EMAIL), phone_id (for SMS) or contact_id (for ID of the contact),where you can directly pass the value of EMAIL, SMS and ID of the contact. <br><br> Option 2 works for all identifierType, use email_id for EMAIL attribute, phone_id for SMS attribute, contact_id for ID of the contact, ext_id for EXT_ID attribute, whatsapp_id for WHATSAPP attribute, landline_number_id for LANDLINE_NUMBER attribute <br><br>Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default. To fetch the earlier statistics, please use Get contact campaign stats ``https://developers.brevo.com/reference/contacts-7#getcontactstats`` endpoint with the appropriate date ranges.

<Note>Follow this format when passing a "SMS" phone number as an attribute. Accepted Number Formats 91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx</Note> There are 2 ways to get a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?identifierType={} <br> <br> Option 1 only works if identifierType is email_id (for EMAIL), phone_id (for SMS) or contact_id (for ID of the contact),where you can directly pass the value of EMAIL, SMS and ID of the contact. <br><br> Option 2 works for all identifierType, use email_id for EMAIL attribute, phone_id for SMS attribute, contact_id for ID of the contact, ext_id for EXT_ID attribute, whatsapp_id for WHATSAPP attribute, landline_number_id for LANDLINE_NUMBER attribute <br><br>Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default. To fetch the earlier statistics, please use Get contact campaign stats ``https://developers.brevo.com/reference/contacts-7#getcontactstats`` endpoint with the appropriate date ranges.

认证

需要 Connected Account

Tags

contacts
Get email campaigns' statistics for a contactBREVO_GET_CONTACT_STATSRetrieve email campaign statistics for a specific contact identified by email address or numeric ID. Statistics include messages sent, opens, clicks, hard/soft bounces, deliveries, unsubscriptions, complaints, and transactional attributes. By default, data covers the last 90 days; use startDate and endDate parameters (YYYY-MM-DD) to specify a custom range with a maximum span of 90 days.

Retrieve email campaign statistics for a specific contact identified by email address or numeric ID. Statistics include messages sent, opens, clicks, hard/soft bounces, deliveries, unsubscriptions, complaints, and transactional attributes. By default, data covers the last 90 days; use startDate and endDate parameters (YYYY-MM-DD) to specify a custom range with a maximum span of 90 days.

认证

需要 Connected Account

Tags

contacts
Get all the contactsBREVO_GET_CONTACTSRetrieve all contacts from your Brevo account with support for pagination, filtering, and sorting. Results default to 50 contacts per page (maximum 1000) sorted in descending order of creation, and can be filtered by modification date, creation date, contact IDs (up to 20), list IDs, segment ID, or contact attributes using the equals operator. Note that either listIds or segmentId can be passed but not both simultaneously.

Retrieve all contacts from your Brevo account with support for pagination, filtering, and sorting. Results default to 50 contacts per page (maximum 1000) sorted in descending order of creation, and can be filtered by modification date, creation date, contact IDs (up to 20), list IDs, segment ID, or contact attributes using the equals operator. Note that either listIds or segmentId can be passed but not both simultaneously.

认证

需要 Connected Account

Tags

contacts
Get contacts in a listBREVO_GET_CONTACTS_FROM_LISTRetrieve all contacts belonging to a specific list, identified by its list ID. Results are paginated with a default of 50 contacts per page (maximum 500) and sorted in descending order of creation. You can optionally filter contacts by their modification date using the modifiedSince parameter.

Retrieve all contacts belonging to a specific list, identified by its list ID. Results are paginated with a default of 50 contacts per page (maximum 500) and sorted in descending order of creation. You can optionally filter contacts by their modification date using the modifiedSince parameter.

认证

需要 Connected Account

Tags

contacts
Get the list of all admin usersBREVO_GET_CORPORATE_INVITED_USERS_LISTThis endpoint allows you to list all Admin users of your Admin account. You can filter users by type (active or pending) and paginate results using offset and limit.

This endpoint allows you to list all Admin users of your Admin account. You can filter users by type (active or pending) and paginate results using offset and limit.

认证

需要 Connected Account

Tags

masterAccount
Check admin user permissionsBREVO_GET_CORPORATE_USER_PERMISSIONThis endpoint will provide the list of admin user permissions

This endpoint will provide the list of admin user permissions

认证

需要 Connected Account

Tags

masterAccount
Get a coupon collection by idBREVO_GET_COUPON_COLLECTIONRetrieve the details of a single coupon collection by its UUID. The response includes the collection name, default coupon value, total and remaining coupon counts, and creation timestamp. Returns a `404` error if no collection matches the provided ID.

Retrieve the details of a single coupon collection by its UUID. The response includes the collection name, default coupon value, total and remaining coupon counts, and creation timestamp. Returns a `404` error if no collection matches the provided ID.

认证

需要 Connected Account

Tags

coupons
Get all your coupon collectionsBREVO_GET_COUPON_COLLECTIONSRetrieve a paginated list of all coupon collections in your Brevo account. Results can be sorted by creation date, remaining coupons count, or expiration date, in ascending or descending order. Pagination defaults to 50 collections per page (maximum 100).

Retrieve a paginated list of all coupon collections in your Brevo account. Results can be sorted by creation date, remaining coupons count, or expiration date, in ascending or descending order. Pagination defaults to 50 collections per page (maximum 100).

认证

需要 Connected Account

Tags

coupons
Get deal attributesBREVO_GET_DEAL_ATTRIBUTESRetrieve the list of all attributes defined for deals, including both system-default and custom attributes. Each attribute includes its label, internal name, type, required status, and available options for select-type attributes.

Retrieve the list of all attributes defined for deals, including both system-default and custom attributes. Each attribute includes its label, internal name, type, required status, and available options for select-type attributes.

认证

需要 Connected Account

Tags

deals
Get detailed attribution metrics for a single Brevo campaign or workflowBREVO_GET_DETAILED_ATTRIBUTION_METRICS_FOR_ASINGLE_BREVO_CAMPAIGN_OR_WORKFLOWRetrieve detailed attribution metrics for a single Brevo campaign or automation workflow, identified by its conversion source type and ID. The response includes orders count, revenue, average basket value, and the number of new customers attributed to that specific campaign or workflow.

Retrieve detailed attribution metrics for a single Brevo campaign or automation workflow, identified by its conversion source type and ID. The response includes orders count, revenue, average basket value, and the number of new customers attributed to that specific campaign or workflow.

认证

需要 Connected Account

Tags

ecommerce
Get a sender domain configurationBREVO_GET_DOMAIN_CONFIGURATIONRetrieves configuration of a specific domain, to know if the domain is valid or not. Use this to: - Check domain configuration - Validate a domain configuration - Monitor DNS record status - Troubleshoot authentication issues Key information returned: - Domain verification and authentication status - DNS records configuration and validation status - Detailed authentication requirements

Retrieves configuration of a specific domain, to know if the domain is valid or not. Use this to: - Check domain configuration - Validate a domain configuration - Monitor DNS record status - Troubleshoot authentication issues Key information returned: - Domain verification and authentication status - DNS records configuration and validation status - Detailed authentication requirements

认证

需要 Connected Account

Tags

domains
Get the list of all sender domainsBREVO_GET_DOMAINSRetrieves all domains associated with the account. Use this to: - List all domains - Verify domain existence - Check domain authentication and verification status - Monitor domain configuration and provider information - Review domain creation history and ownership Key information returned: - Domain details (ID, name, authentication status) - Verification and authentication states - Associated IP addresses and DNS providers - Creator information and creation timestamps - Pagination information for large domain lists

Retrieves all domains associated with the account. Use this to: - List all domains - Verify domain existence - Check domain authentication and verification status - Monitor domain configuration and provider information - Review domain creation history and ownership Key information returned: - Domain details (ID, name, authentication status) - Verification and authentication states - Associated IP addresses and DNS providers - Creator information and creation timestamps - Pagination information for large domain lists

认证

需要 Connected Account

Tags

domains
Get an email campaign reportBREVO_GET_EMAIL_CAMPAIGNRetrieve detailed information about a specific email campaign by its ID, including recipients, statistics, and HTML content. Use the statistics query parameter to select which statistics to include (globalStats, linksStats, statsByDomain, statsByDevice, or statsByBrowser); statsByDevice and statsByBrowser are only available on this single-campaign endpoint. You can exclude HTML content from the response by setting excludeHtmlContent to true.

Retrieve detailed information about a specific email campaign by its ID, including recipients, statistics, and HTML content. Use the statistics query parameter to select which statistics to include (globalStats, linksStats, statsByDomain, statsByDevice, or statsByBrowser); statsByDevice and statsByBrowser are only available on this single-campaign endpoint. You can exclude HTML content from the response by setting excludeHtmlContent to true.

认证

需要 Connected Account

Tags

emailCampaigns
Return all your created email campaignsBREVO_GET_EMAIL_CAMPAIGNS<Note>The response payload for this endpoint has changed You now need to specify which type of statistics you would like to retrieve. For more information visit [this page](https://developers.brevo.com/changelog/2023/2/7).</Note>

<Note>The response payload for this endpoint has changed You now need to specify which type of statistics you would like to retrieve. For more information visit [this page](https://developers.brevo.com/changelog/2023/2/7).</Note>

认证

需要 Connected Account

Tags

emailCampaigns
Get all your transactional email activity (unaggregated events)BREVO_GET_EMAIL_EVENT_REPORTThis 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

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

认证

需要 Connected Account

Tags

transactionalEmails
Get eventsBREVO_GET_EVENTS<Note> This endpoint currently only supports custom events. </Note> Retrieve a list of events filtered by various criteria.

<Note> This endpoint currently only supports custom events. </Note> Retrieve a list of events filtered by various criteria.

认证

需要 Connected Account

Tags

event
Get external feed detailsBREVO_GET_EXTERNAL_FEED_BY_UUIDRetrieves details of a specific external feed by its UUID. **Use this to:** - Get complete configuration of an external feed - Check feed authentication settings - Review feed personalization options - Verify feed URL and parameters - Monitor feed modification history **Key information returned:** - Complete feed configuration and settings - Authentication credentials and headers - Personalization and fallback settings - Creation and modification timestamps - Cache and retry configurations **Important considerations:** - UUID must exist in your account - Provides complete feed information for troubleshooting - Essential before making modifications - Shows current feed health status - Useful for debugging feed issues

Retrieves details of a specific external feed by its UUID. **Use this to:** - Get complete configuration of an external feed - Check feed authentication settings - Review feed personalization options - Verify feed URL and parameters - Monitor feed modification history **Key information returned:** - Complete feed configuration and settings - Authentication credentials and headers - Personalization and fallback settings - Creation and modification timestamps - Cache and retry configurations **Important considerations:** - UUID must exist in your account - Provides complete feed information for troubleshooting - Essential before making modifications - Shows current feed health status - Useful for debugging feed issues

认证

需要 Connected Account

Tags

externalFeeds
Get file detailsBREVO_GET_FILE_DETAILSRetrieve the metadata and details of a specific CRM file by its identifier. This returns information such as the file name, size, type, creation date, and associated entities, but does not include the file content itself.

Retrieve the metadata and details of a specific CRM file by its identifier. This returns information such as the file name, size, type, creation date, and associated entities, but does not include the file content itself.

认证

需要 Connected Account

Tags

files
Returns a folder's detailsBREVO_GET_FOLDER<Note>Ongoing changes for this endpoint. We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0.</Note>

<Note>Ongoing changes for this endpoint. We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0.</Note>

认证

需要 Connected Account

Tags

contacts
Get lists in a folderBREVO_GET_FOLDER_LISTS<Note>Ongoing changes for this endpoint. We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0.</Note>

<Note>Ongoing changes for this endpoint. We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0.</Note>

认证

需要 Connected Account

Tags

contacts
Get all foldersBREVO_GET_FOLDERS<Note>Ongoing changes for this endpoint We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0. The uniqueSubscribers field is deprecated</Note>

<Note>Ongoing changes for this endpoint We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0. The uniqueSubscribers field is deprecated</Note>

认证

需要 Connected Account

Tags

contacts
Retrieve inbound attachment with download token.BREVO_GET_INBOUND_EMAIL_ATTACHMENTThis endpoint will retrieve inbound attachment with download token.

This endpoint will retrieve inbound attachment with download token.

认证

需要 Connected Account

Tags

inboundParsing
Get the list of all the events for the received emails.BREVO_GET_INBOUND_EMAIL_EVENTSThis endpoint will show the list of all the events for the received emails. When no date range is provided, the last 30 days of events are returned by default.

This endpoint will show the list of all the events for the received emails. When no date range is provided, the last 30 days of events are returned by default.

认证

需要 Connected Account

Tags

inboundParsing
Fetch all events history for one particular received email.BREVO_GET_INBOUND_EMAIL_EVENTS_BY_UUIDThis endpoint will show the list of all events history for one particular received email.

This endpoint will show the list of all events history for one particular received email.

认证

需要 Connected Account

Tags

inboundParsing
Get the list of all your usersBREVO_GET_INVITED_USERS_LISTRetrieves the list of all users associated with your organization, including both active and pending invited users. Each user entry includes their email address, owner status, current invitation status, and feature access levels for marketing, CRM, and conversations.

Retrieves the list of all users associated with your organization, including both active and pending invited users. Each user entry includes their email address, owner status, current invitation status, and feature access levels for marketing, CRM, and conversations.

认证

需要 Connected Account

Tags

user
Get all the dedicated IPs for your accountBREVO_GET_IPSRetrieves all dedicated IPs associated with your Brevo account. Use this to: - List all your dedicated IPs - Check the status of your dedicated IPs (active/inactive) - Find IP addresses and associated domains for configuration purposes - Monitor your IP reputation and deliverability - Verify available IPs for sender configuration Key information returned: - IP ID and address - Associated domain - Active status - IP configuration details

Retrieves all dedicated IPs associated with your Brevo account. Use this to: - List all your dedicated IPs - Check the status of your dedicated IPs (active/inactive) - Find IP addresses and associated domains for configuration purposes - Monitor your IP reputation and deliverability - Verify available IPs for sender configuration Key information returned: - IP ID and address - Associated domain - Active status - IP configuration details

认证

需要 Connected Account

Tags

senders
Get all the dedicated IPs for a specific senderBREVO_GET_IPS_FROM_SENDERRetrieves the dedicated IPs associated with a specific sender. Use this to: - Check IP configuration for a sender - Verify dedicated IP associations - Get IP details for troubleshooting - Monitor sender IP configuration Key information returned: - List of associated dedicated IPs - IP addresses and domain configurations - IP status and settings

Retrieves the dedicated IPs associated with a specific sender. Use this to: - Check IP configuration for a sender - Verify dedicated IP associations - Get IP details for troubleshooting - Monitor sender IP configuration Key information returned: - List of associated dedicated IPs - IP addresses and domain configurations - IP status and settings

认证

需要 Connected Account

Tags

senders
Get a list's detailsBREVO_GET_LISTRetrieve the details of a specific contact list by its ID, including its name, folder ID, creation date, subscriber counts, and campaign statistics. You can optionally filter campaign statistics by providing startDate and endDate parameters (both must be used together in YYYY-MM-DD format).

Retrieve the details of a specific contact list by its ID, including its name, folder ID, creation date, subscriber counts, and campaign statistics. You can optionally filter campaign statistics by providing startDate and endDate parameters (both must be used together in YYYY-MM-DD format).

认证

需要 Connected Account

Tags

contacts
List tier groupsBREVO_GET_LIST_OF_TIER_GROUPSReturns the list of tier groups defined within the loyalty program.

Returns the list of tier groups defined within the loyalty program.

认证

需要 Connected Account

Tags

tier
Get all the listsBREVO_GET_LISTS<Note>Ongoing changes for this endpoint. We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0.</Note>

<Note>Ongoing changes for this endpoint. We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0.</Note>

认证

需要 Connected Account

Tags

contacts
Get loyalty program InfoBREVO_GET_LOYALTY_PROGRAM_INFOReturns loyalty program

Returns loyalty program

认证

需要 Connected Account

Tags

program
List tiersBREVO_GET_LOYALTY_PROGRAM_TIERReturns the list of tiers defined within the loyalty program.

Returns the list of tiers defined within the loyalty program.

认证

需要 Connected Account

Tags

tier
Get loyalty program listBREVO_GET_LPLISTReturns list of loyalty programs

Returns list of loyalty programs

认证

需要 Connected Account

Tags

program
Get order detailsBREVO_GET_ORDERSGet all the orders

Get all the orders

认证

需要 Connected Account

Tags

ecommerce
Get Subscription DataBREVO_GET_PARAMETER_SUBSCRIPTION_INFOGet Information of balances, tiers, rewards and subscription members for a subscription

Get Information of balances, tiers, rewards and subscription members for a subscription

认证

需要 Connected Account

Tags

program
Get payment request detailsBREVO_GET_PAYMENT_REQUESTRetrieve the details of a specific payment request by its ID. The response includes the reference, status (created, sent, reminderSent, or paid), cart details, notification configuration, contact ID, and the number of reminders sent. Returns a `404` error if no payment request matches the provided ID.

Retrieve the details of a specific payment request by its ID. The response includes the reference, status (created, sent, reminderSent, or paid), cart details, notification configuration, contact ID, and the number of reminders sent. Returns a `404` error if no payment request matches the provided ID.

认证

需要 Connected Account

Tags

payments
Get pipeline stagesBREVO_GET_PIPELINE_STAGESThis endpoint is deprecated. Prefer /crm/pipeline/details/{pipelineID} instead.

This endpoint is deprecated. Prefer /crm/pipeline/details/{pipelineID} instead.

认证

需要 Connected Account

Tags

deals
Get process detailsBREVO_GET_PROCESSRetrieves detailed information about a specific background process. **Use this to:** - Get detailed status of a specific process - Monitor process progress and completion - Download results from completed export processes - Check error details for failed processes - Track process execution times **Key information returned:** - Complete process details (ID, name, status) - Download URLs for completed export processes - Import details with CSV report URLs for completed import processes **Important considerations:** - Process ID must exist in your account and not be deleted - Completed export processes include download URLs - Completed import processes include CSV report URLs with details about problematic records - Different process types return different result structures

Retrieves detailed information about a specific background process. **Use this to:** - Get detailed status of a specific process - Monitor process progress and completion - Download results from completed export processes - Check error details for failed processes - Track process execution times **Key information returned:** - Complete process details (ID, name, status) - Download URLs for completed export processes - Import details with CSV report URLs for completed import processes **Important considerations:** - Process ID must exist in your account and not be deleted - Completed export processes include download URLs - Completed import processes include CSV report URLs with details about problematic records - Different process types return different result structures

认证

需要 Connected Account

Tags

process
Get background processesBREVO_GET_PROCESSESRetrieves a list of background processes from your Brevo account with filtering and pagination. **Use this to:** - Monitor background process activity and status - Track long-running operations and tasks - Find process IDs for detailed status checking - Review process history and performance - Identify failed or stuck processes for troubleshooting **Key information returned:** - Process details (ID, name, status) - Export download URLs for completed export processes - Import details with CSV report URLs for completed import processes - Total count of processes for pagination **Important considerations:** - Background processes handle long-running operations like imports and exports - Process status indicates current state (queued, processing, completed) - Export processes provide download URLs when completed - Import processes provide CSV report URLs with details about problematic records - Use pagination for accounts with many historical processes - Sort options available for creation order (ascending or descending) - Default limit is 10 results per page, maximum is 50

Retrieves a list of background processes from your Brevo account with filtering and pagination. **Use this to:** - Monitor background process activity and status - Track long-running operations and tasks - Find process IDs for detailed status checking - Review process history and performance - Identify failed or stuck processes for troubleshooting **Key information returned:** - Process details (ID, name, status) - Export download URLs for completed export processes - Import details with CSV report URLs for completed import processes - Total count of processes for pagination **Important considerations:** - Background processes handle long-running operations like imports and exports - Process status indicates current state (queued, processing, completed) - Export processes provide download URLs when completed - Import processes provide CSV report URLs with details about problematic records - Use pagination for accounts with many historical processes - Sort options available for creation order (ascending or descending) - Default limit is 10 results per page, maximum is 50

认证

需要 Connected Account

Tags

process
Get a product's detailsBREVO_GET_PRODUCT_INFORetrieve the full details of a single ecommerce product by its unique ID. The response includes the product name, price, SKU, URL, image URLs (original and thumbnails), categories, stock level, meta information, creation and modification timestamps, and deletion status. Returns a `404` error if no product matches the provided ID.

Retrieve the full details of a single ecommerce product by its unique ID. The response includes the product name, price, SKU, URL, image URLs (original and thumbnails), categories, stock level, meta information, creation and modification timestamps, and deletion status. Returns a `404` error if no product matches the provided ID.

认证

需要 Connected Account

Tags

ecommerce
Return all your productsBREVO_GET_PRODUCTSRetrieve a paginated list of all ecommerce products stored in your Brevo account. Results are sorted by creation date in descending order by default, and can be filtered by product IDs, name (minimum 3 characters), price range, category IDs, modification date, creation date, or deletion status. Use the `search` parameter to query across SKU, name, and ID simultaneously — results are prioritized as exact SKU match > SKU prefix match > name match > ID match. Pagination defaults to 50 products per page (maximum 1000), and the response includes a `count` field with the total number of matching products.

Retrieve a paginated list of all ecommerce products stored in your Brevo account. Results are sorted by creation date in descending order by default, and can be filtered by product IDs, name (minimum 3 characters), price range, category IDs, modification date, creation date, or deletion status. Use the `search` parameter to query across SKU, name, and ID simultaneously — results are prioritized as exact SKU match > SKU prefix match > name match > ID match. Pagination defaults to 50 products per page (maximum 1000), and the response includes a `count` field with the total number of matching products.

认证

需要 Connected Account

Tags

ecommerce
Get reward informationBREVO_GET_REWARD_INFORMATIONReturns reward information.

Returns reward information.

认证

需要 Connected Account

Tags

reward
Get Reward Page APIBREVO_GET_REWARD_PAGE_APIReturns a reward page

Returns a reward page

认证

需要 Connected Account

Tags

reward
Fetch scheduled emails by batchId or messageIdBREVO_GET_SCHEDULED_EMAIL_BY_IDFetch scheduled batch of emails by batchId or single scheduled email by messageId (Can retrieve data upto 30 days old)

Fetch scheduled batch of emails by batchId or single scheduled email by messageId (Can retrieve data upto 30 days old)

认证

需要 Connected Account

Tags

transactionalEmails
Get all the segmentsBREVO_GET_SEGMENTSRetrieve all contact segments defined in your Brevo account with support for pagination and sorting. Results default to 10 segments per page (maximum 50) sorted in descending order of creation. Each segment includes its ID, name, category name, and last update timestamp.

Retrieve all contact segments defined in your Brevo account with support for pagination and sorting. Results default to 10 segments per page (maximum 50) sorted in descending order of creation. Each segment includes its ID, name, category name, and last update timestamp.

认证

需要 Connected Account

Tags

contacts
Get email sendersBREVO_GET_SENDERSRetrieves a list of all email senders from your Brevo account with optional filtering. **Use this to:** - Get all available senders for email campaign setup - Find sender details including ID, name, and email address - Filter senders by IP address for dedicated IP users - Filter senders by domain for domain-specific configurations - Monitor sender configuration and status **Key information returned:** - Sender details (ID, name, email address) - Sender status and verification information - Associated IP addresses and domains (for dedicated IP accounts) - Sender configuration settings **Important considerations:** - Standard accounts show empty IP arrays, dedicated IP accounts show IP assignments - Filtering by IP only available for accounts with dedicated IPs - Domain filtering helps organize senders by business units or brands - Sender status indicates if sender is active and ready for campaign use - Email verification required before sender can be used in campaigns

Retrieves a list of all email senders from your Brevo account with optional filtering. **Use this to:** - Get all available senders for email campaign setup - Find sender details including ID, name, and email address - Filter senders by IP address for dedicated IP users - Filter senders by domain for domain-specific configurations - Monitor sender configuration and status **Key information returned:** - Sender details (ID, name, email address) - Sender status and verification information - Associated IP addresses and domains (for dedicated IP accounts) - Sender configuration settings **Important considerations:** - Standard accounts show empty IP arrays, dedicated IP accounts show IP assignments - Filtering by IP only available for accounts with dedicated IPs - Domain filtering helps organize senders by business units or brands - Sender status indicates if sender is active and ready for campaign use - Email verification required before sender can be used in campaigns

认证

需要 Connected Account

Tags

senders
Get a shared template urlBREVO_GET_SHARED_TEMPLATE_URLGet a unique URL to share & import an email template from one Brevo account to another.

Get a unique URL to share & import an email template from one Brevo account to another.

认证

需要 Connected Account

Tags

emailCampaigns
Get an SMS campaignBREVO_GET_SMS_CAMPAIGNRetrieve detailed information about a specific SMS campaign by its ID, including campaign content, sender, recipients with list names, statistics (delivered, sent, bounces, unsubscriptions, answered), and tags. Unlike the list endpoint, recipients are returned as objects with id and name fields rather than plain IDs.

Retrieve detailed information about a specific SMS campaign by its ID, including campaign content, sender, recipients with list names, statistics (delivered, sent, bounces, unsubscriptions, answered), and tags. Unlike the list endpoint, recipients are returned as objects with id and name fields rather than plain IDs.

认证

需要 Connected Account

Tags

smsCampaigns
Returns the information for all your created SMS campaignsBREVO_GET_SMS_CAMPAIGNSRetrieve a paginated list of all your SMS campaigns with their statistics and recipient information. Results can be filtered by status and date range, with a default limit of 500 and maximum of 1000 per page. The sort order defaults to descending by creation date; date filters are only available when status is not passed or is set to sent.

Retrieve a paginated list of all your SMS campaigns with their statistics and recipient information. Results can be filtered by status and date range, with a default limit of 500 and maximum of 1000 per page. The sort order defaults to descending by creation date; date filters are only available when status is not passed or is set to sent.

认证

需要 Connected Account

Tags

smsCampaigns
Get all your SMS activity (unaggregated events)BREVO_GET_SMS_EVENTSRetrieve a paginated list of individual SMS event records (unaggregated), including event type, phone number, message ID, timestamp, tag, and reason or reply content where applicable. Results default to 50 per page (max 100) and are sorted in descending order unless overridden. Filter by date range (`startDate`/`endDate`), past `days` (not compatible with date range), specific `event` type (e.g. delivered, bounces, replies), `phoneNumber`, or `tags`. Bounce events include the failure reason, and reply events include the reply content.

Retrieve a paginated list of individual SMS event records (unaggregated), including event type, phone number, message ID, timestamp, tag, and reason or reply content where applicable. Results default to 50 per page (max 100) and are sorted in descending order unless overridden. Filter by date range (`startDate`/`endDate`), past `days` (not compatible with date range), specific `event` type (e.g. delivered, bounces, replies), `phoneNumber`, or `tags`. Bounce events include the failure reason, and reply events include the reply content.

认证

需要 Connected Account

Tags

transactionalSms
Get your transactional email activity aggregated per dayBREVO_GET_SMTP_REPORTThis endpoint will show the aggregated stats per day for the past 10 days by default if `startDate` and `endDate` OR `days` is not passed. The date range can not exceed 30 days.

This endpoint will show the aggregated stats per day for the past 10 days by default if `startDate` and `endDate` OR `days` is not passed. The date range can not exceed 30 days.

认证

需要 Connected Account

Tags

transactionalEmails
Returns the template informationBREVO_GET_SMTP_TEMPLATERetrieve the full details of a specific transactional email template by its numeric ID or custom template identifier string. The response includes the template name, subject, sender information, HTML content, active status, creation and modification timestamps, reply-to address, tag, and a `doiTemplate` flag indicating whether the template is a double opt-in template (detected by the presence of optin-related tags or variables in the content).

Retrieve the full details of a specific transactional email template by its numeric ID or custom template identifier string. The response includes the template name, subject, sender information, HTML content, active status, creation and modification timestamps, reply-to address, tag, and a `doiTemplate` flag indicating whether the template is a double opt-in template (detected by the presence of optin-related tags or variables in the content).

认证

需要 Connected Account

Tags

transactionalEmails
Get the list of email templatesBREVO_GET_SMTP_TEMPLATESRetrieve a paginated list of all transactional email templates (including automation templates) with their details such as name, subject, sender, status, HTML content, and timestamps. Results default to 50 per page (max 1000) and are sorted in descending creation order unless overridden. You can filter by active/inactive status using `templateStatus` and by editor type using `editorType` (currently only `richTextEditor` is supported).

Retrieve a paginated list of all transactional email templates (including automation templates) with their details such as name, subject, sender, status, HTML content, and timestamps. Results default to 50 per page (max 1000) and are sorted in descending creation order unless overridden. You can filter by active/inactive status using `templateStatus` and by editor type using `editorType` (currently only `richTextEditor` is supported).

认证

需要 Connected Account

Tags

transactionalEmails
Get sub-account detailsBREVO_GET_SUB_ACCOUNT_DETAILSThis endpoint will provide the details for the specified sub-account company

This endpoint will provide the details for the specified sub-account company

认证

需要 Connected Account

Tags

masterAccount
Get the list of groupsBREVO_GET_SUB_ACCOUNT_GROUPSThis endpoint allows you to list all groups created on your Admin account.

This endpoint allows you to list all groups created on your Admin account.

认证

需要 Connected Account

Tags

masterAccount
Get subscription balancesBREVO_GET_SUBSCRIPTION_BALANCESReturns subscription balances

Returns subscription balances

认证

需要 Connected Account

Tags

balance
Get the details of requested master accountBREVO_GET_THE_DETAILS_OF_REQUESTED_MASTER_ACCOUNTThis endpoint will provide the details of the master account.

This endpoint will provide the details of the master account.

认证

需要 Connected Account

Tags

masterAccount
Get the ISO 4217 compliant display currency code for your Brevo accountBREVO_GET_THE_ISO4217_COMPLIANT_DISPLAY_CURRENCY_CODE_FOR_YOUR_BREVO_ACCOUNTRetrieve the ISO 4217 display currency code currently configured for your Brevo ecommerce account. This currency is used to display monetary values across the ecommerce dashboard and reports. Returns a `403` error if ecommerce is not activated on the account.

Retrieve the ISO 4217 display currency code currently configured for your Brevo ecommerce account. This currency is used to display monetary values across the ecommerce dashboard and reports. Returns a `403` error if ecommerce is not activated on the account.

认证

需要 Connected Account

Tags

ecommerce
Get the list of all the sub-accounts of the master account.BREVO_GET_THE_LIST_OF_ALL_THE_SUB_ACCOUNTS_OF_THE_MASTER_ACCOUNTThis endpoint will provide the list all the sub-accounts of the master account.

This endpoint will provide the list all the sub-accounts of the master account.

认证

需要 Connected Account

Tags

masterAccount
Get tier groupBREVO_GET_TIER_GROUPReturns tier group information.

Returns tier group information.

认证

需要 Connected Account

Tags

tier
Get your SMS activity aggregated over a period of timeBREVO_GET_TRANSAC_AGGREGATED_SMS_REPORTRetrieve an aggregated report of your transactional SMS activity over a specified time period, including counts for requests, delivered, hard bounces, soft bounces, blocked, unsubscribed, replied, accepted, rejected, and skipped messages. Filter by date range using `startDate` and `endDate` (both required together, YYYY-MM-DD format) or by a number of past `days` (not compatible with date range). You can further narrow results by `tag`. If no date filter is provided, the report covers all available data and returns the auto-detected date range.

Retrieve an aggregated report of your transactional SMS activity over a specified time period, including counts for requests, delivered, hard bounces, soft bounces, blocked, unsubscribed, replied, accepted, rejected, and skipped messages. Filter by date range using `startDate` and `endDate` (both required together, YYYY-MM-DD format) or by a number of past `days` (not compatible with date range). You can further narrow results by `tag`. If no date filter is provided, the report covers all available data and returns the auto-detected date range.

认证

需要 Connected Account

Tags

transactionalSms
Get the list of blocked or unsubscribed transactional contactsBREVO_GET_TRANSAC_BLOCKED_CONTACTSRetrieve a paginated list of transactional contacts that have been blocked or unsubscribed, along with the reason for blocking (e.g. hard bounce, admin blocked, spam complaint, or unsubscription via email/API/Marketing Automation). Both `startDate` and `endDate` must be provided together when filtering by date range, and neither date can be in the future. Results default to 50 per page (max 100) and are sorted in descending order of record creation unless overridden with the `sort` parameter.

Retrieve a paginated list of transactional contacts that have been blocked or unsubscribed, along with the reason for blocking (e.g. hard bounce, admin blocked, spam complaint, or unsubscription via email/API/Marketing Automation). Both `startDate` and `endDate` must be provided together when filtering by date range, and neither date can be in the future. Results default to 50 per page (max 100) and are sorted in descending order of record creation unless overridden with the `sort` parameter.

认证

需要 Connected Account

Tags

transactionalEmails
Get the personalized content of a sent transactional emailBREVO_GET_TRANSAC_EMAIL_CONTENT<Note title="How to get uuid">You can get the uuid using either of the following methods: Send a GET request to https://api.brevo.com/v3/smtp/emails and pass the message_id in the url. Use your api-key to authenticate the request and you will get your uuid as a response. The uuid can also be fetched from the transactional logs page in your Brevo account, from the address URL.</Note>

<Note title="How to get uuid">You can get the uuid using either of the following methods: Send a GET request to https://api.brevo.com/v3/smtp/emails and pass the message_id in the url. Use your api-key to authenticate the request and you will get your uuid as a response. The uuid can also be fetched from the transactional logs page in your Brevo account, from the address URL.</Note>

认证

需要 Connected Account

Tags

transactionalEmails
Get the list of transactional emails on the basis of allowed filtersBREVO_GET_TRANSAC_EMAILS_LISTThis 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.

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.

认证

需要 Connected Account

Tags

transactionalEmails
Get your SMS activity aggregated per dayBREVO_GET_TRANSAC_SMS_REPORTRetrieve a day-by-day breakdown of your transactional SMS activity, with each entry containing the date and counts for requests, delivered, hard bounces, soft bounces, blocked, unsubscribed, replied, accepted, rejected, and skipped messages. Filter by date range using `startDate` and `endDate` (both required together, YYYY-MM-DD format), by a number of past `days` (not compatible with date range), or by `tag`. Results are sorted in descending order by default unless overridden with the `sort` parameter.

Retrieve a day-by-day breakdown of your transactional SMS activity, with each entry containing the date and counts for requests, delivered, hard bounces, soft bounces, blocked, unsubscribed, replied, accepted, rejected, and skipped messages. Filter by date range using `startDate` and `endDate` (both required together, YYYY-MM-DD format), by a number of past `days` (not compatible with date range), or by `tag`. Results are sorted in descending order by default unless overridden with the `sort` parameter.

认证

需要 Connected Account

Tags

transactionalSms
Get Transaction History APIBREVO_GET_TRANSACTION_HISTORY_APIReturns transaction history

Returns transaction history

认证

需要 Connected Account

Tags

balance
Check user permissionBREVO_GET_USER_PERMISSIONRetrieves the granular feature-level permissions assigned to a specific user in the organization, identified by their email address. The response includes the user''s current status (active or pending) and a detailed list of privileges specifying which features and permission levels are granted.

Retrieves the granular feature-level permissions assigned to a specific user in the organization, identified by their email address. The response includes the user''s current status (active or pending) and a detailed list of privileges specifying which features and permission levels are granted.

认证

需要 Connected Account

Tags

user
Get voucher for a contactBREVO_GET_VOUCHER_FOR_ACONTACTGet voucher for a contact

Get voucher for a contact

认证

需要 Connected Account

Tags

reward
Get a pass installation URL for a contactBREVO_GET_WALLET_PASS_INSTALL_URLGenerate a wallet installation URL for a specific contact. The returned URL points to the pass installation page and encodes the pass, contact and organization identifiers as an encrypted token, so it can be shared with the contact (email, SMS, QR code, ...) to add the pass to their Apple Wallet or Google Wallet.

Generate a wallet installation URL for a specific contact. The returned URL points to the pass installation page and encodes the pass, contact and organization identifiers as an encrypted token, so it can be shared with the contact (email, SMS, QR code, ...) to add the pass to their Apple Wallet or Google Wallet.

认证

需要 Connected Account

Tags

wallet
Get a webhook detailsBREVO_GET_WEBHOOKRetrieves detailed information about a specific webhook configuration. Use this to: - Get complete webhook configuration and settings - Check webhook event subscriptions and triggers - Review authentication and security settings - Verify webhook URL and custom headers - Access webhook creation and modification history Key information returned: - Complete webhook details and configuration - Event types and channel subscriptions - Authentication credentials and methods - Custom headers and request settings - Webhook status and activity information

Retrieves detailed information about a specific webhook configuration. Use this to: - Get complete webhook configuration and settings - Check webhook event subscriptions and triggers - Review authentication and security settings - Verify webhook URL and custom headers - Access webhook creation and modification history Key information returned: - Complete webhook details and configuration - Event types and channel subscriptions - Authentication credentials and methods - Custom headers and request settings - Webhook status and activity information

认证

需要 Connected Account

Tags

webhooks
Get all webhooksBREVO_GET_WEBHOOKSRetrieves all webhooks from your Brevo account with filtering and sorting options. Use this to: - Monitor webhook configurations and event handling - List webhooks by type (transactional, marketing, inbound) - Review webhook endpoints and authentication - Track webhook creation and modification history - Audit webhook event subscriptions Key information returned: - Complete webhook details and configuration - Event types and channel subscriptions - Authentication and security settings - Webhook URLs and custom headers - Creation and modification timestamps

Retrieves all webhooks from your Brevo account with filtering and sorting options. Use this to: - Monitor webhook configurations and event handling - List webhooks by type (transactional, marketing, inbound) - Review webhook endpoints and authentication - Track webhook creation and modification history - Audit webhook event subscriptions Key information returned: - Complete webhook details and configuration - Event types and channel subscriptions - Authentication and security settings - Webhook URLs and custom headers - Creation and modification timestamps

认证

需要 Connected Account

Tags

webhooks
Get a WhatsApp campaignBREVO_GET_WHATS_APP_CAMPAIGN<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> <Note>This API requires the List and Segment ids as recipients in Body params.You can use the below Contact endpoints to get the required information. [Get all the Lists](https://developers.brevo.com/reference/getlists-1) [Get all the Segments](https://developers.brevo.com/reference/getsegments)</Note>

<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> <Note>This API requires the List and Segment ids as recipients in Body params.You can use the below Contact endpoints to get the required information. [Get all the Lists](https://developers.brevo.com/reference/getlists-1) [Get all the Segments](https://developers.brevo.com/reference/getsegments)</Note>

认证

需要 Connected Account

Tags

whatsAppCampaigns
Return all your created WhatsApp campaignsBREVO_GET_WHATS_APP_CAMPAIGNSRetrieve a paginated list of all your WhatsApp campaigns with their statistics and metadata. Results can be filtered by creation date range using startDate and endDate, with a default limit of 50 and maximum of 100 per page. The sort order defaults to descending by modification date.

Retrieve a paginated list of all your WhatsApp campaigns with their statistics and metadata. Results can be filtered by creation date range using startDate and endDate, with a default limit of 50 and maximum of 100 per page. The sort order defaults to descending by modification date.

认证

需要 Connected Account

Tags

whatsAppCampaigns
Get your WhatsApp API account informationBREVO_GET_WHATS_APP_CONFIG<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating WhatsApp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note>

<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating WhatsApp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note>

认证

需要 Connected Account

Tags

whatsAppCampaigns
Return all your created WhatsApp templatesBREVO_GET_WHATS_APP_TEMPLATESRetrieve a paginated list of all your WhatsApp templates with their status, category, language, and metadata. Results can be filtered by creation date range and optionally by source (Automation or Conversations), with a default limit of 50 and maximum of 100 per page. The sort order defaults to descending by modification date.

Retrieve a paginated list of all your WhatsApp templates with their status, category, language, and metadata. Results can be filtered by creation date range and optionally by source (Automation or Conversations), with a default limit of 50 and maximum of 100 per page. The sort order defaults to descending by modification date.

认证

需要 Connected Account

Tags

whatsAppCampaigns
Get all your WhatsApp activity (unaggregated events)BREVO_GET_WHATSAPP_EVENT_REPORTThis 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)

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)

认证

需要 Connected Account

Tags

transactionalWhatsApp
Get the list of object records and total records count for an object.BREVO_GETRECORDS<Note title="Enterprise access only">Custom objects are only available to Enterprise plans. This feature is in beta. These are subject to change.</Note> This API retrieves a list of object records along with their associated records and provides the total count of records for the specified object. **Note**: Contact as object type is not supported in this endpoint.

<Note title="Enterprise access only">Custom objects are only available to Enterprise plans. This feature is in beta. These are subject to change.</Note> This API retrieves a list of object records along with their associated records and provides the total count of records for the specified object. **Note**: Contact as object type is not supported in this endpoint.

认证

需要 Connected Account

Tags

customObjects
Import companies(creation and updation)BREVO_IMPORT_COMPANIES_CREATION_AND_UPDATIONImport companies from a CSV file with mapping options.

Import companies from a CSV file with mapping options.

认证

需要 Connected Account

Tags

companies
Import contactsBREVO_IMPORT_CONTACTSIt 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.

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.

认证

需要 Connected Account

Tags

contacts
Import deals(creation and updation)BREVO_IMPORT_DEALS_CREATION_AND_UPDATIONImport deals from a CSV file with mapping options.

Import deals from a CSV file with mapping options.

认证

需要 Connected Account

Tags

deals
Send invitation to an admin userBREVO_INVITE_ADMIN_USER`This endpoint allows you to invite a member to manage the Admin account Features and their respective permissions are as below: - `my_plan`: - "all" - `api`: - "none" - `user_management`: - "all" - `app_management` | Not available in ENTv2: - "all" - `sub_organization_groups` - "create" - "edit_delete" - `create_sub_organizations` - "all" - `manage_sub_organizations` - "all" - `analytics` - "download_data" - "create_alerts" - "my_looks" - "explore_create" - `security` - "all" **Note**: - If `all_features_access: false` then only privileges are required otherwise if `true` then it's assumed that all permissions will be there for the invited admin user.

`This endpoint allows you to invite a member to manage the Admin account Features and their respective permissions are as below: - `my_plan`: - "all" - `api`: - "none" - `user_management`: - "all" - `app_management` | Not available in ENTv2: - "all" - `sub_organization_groups` - "create" - "edit_delete" - `create_sub_organizations` - "all" - `manage_sub_organizations` - "all" - `analytics` - "download_data" - "create_alerts" - "my_looks" - "explore_create" - `security` - "all" **Note**: - If `all_features_access: false` then only privileges are required otherwise if `true` then it's assumed that all permissions will be there for the invited admin user.

认证

需要 Connected Account

Tags

masterAccount
Send invitation to userBREVO_INVITEUSER`Feature` - A Feature represents a specific functionality like Email campaign, Deals, Calls, Automations, etc. on Brevo. While inviting a user, determine which feature you want to manage access to. You must specify the feature accurately to avoid errors. `Permission` - A Permission defines the level of access or control a user has over a specific feature. While inviting user, decide on the permission level required for the selected feature. Make sure the chosen permission is related to the selected feature. Features and their respective permissions are as below: - `email_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `sms_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `contacts`: - "view" - "create_edit_delete" - "import" - "export" - "list_and_attributes" - "forms" - `templates`: - "create_edit_delete" - "activate_deactivate" - `workflows`: - "create_edit_delete" - "activate_deactivate_pause" - "settings" - `landing_pages`: - "all" - `transactional_emails`: - "settings" - "logs" - `smtp_api`: - "smtp" - "api_keys" - "authorized_ips" - `user_management`: - "all" - `sales_platform`: - "create_edit_deals" - "delete_deals" - "manage_others_deals_tasks" - "reports" - "settings" - `phone`: - "all" - `conversations`: - "access" - "assign" - "configure" - `senders_domains_dedicated_ips`: - "senders_management" - "domains_management" - "dedicated_ips_management" - `push_notifications`: - "view" - "create_edit_delete" - "send" - "settings" - `companies`: - "manage_owned_companies" - "manage_other_companies" - "settings" **Note**: - If `all_features_access: false` then only privileges are required otherwise if `true` then it's assumed that all permissions will be there for the invited user. - The availability of feature and its permission depends on your current plan. Please select the features and permissions accordingly.

`Feature` - A Feature represents a specific functionality like Email campaign, Deals, Calls, Automations, etc. on Brevo. While inviting a user, determine which feature you want to manage access to. You must specify the feature accurately to avoid errors. `Permission` - A Permission defines the level of access or control a user has over a specific feature. While inviting user, decide on the permission level required for the selected feature. Make sure the chosen permission is related to the selected feature. Features and their respective permissions are as below: - `email_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `sms_campaigns`: - "create_edit_delete" - "send_schedule_suspend" - `contacts`: - "view" - "create_edit_delete" - "import" - "export" - "list_and_attributes" - "forms" - `templates`: - "create_edit_delete" - "activate_deactivate" - `workflows`: - "create_edit_delete" - "activate_deactivate_pause" - "settings" - `landing_pages`: - "all" - `transactional_emails`: - "settings" - "logs" - `smtp_api`: - "smtp" - "api_keys" - "authorized_ips" - `user_management`: - "all" - `sales_platform`: - "create_edit_deals" - "delete_deals" - "manage_others_deals_tasks" - "reports" - "settings" - `phone`: - "all" - `conversations`: - "access" - "assign" - "configure" - `senders_domains_dedicated_ips`: - "senders_management" - "domains_management" - "dedicated_ips_management" - `push_notifications`: - "view" - "create_edit_delete" - "send" - "settings" - `companies`: - "manage_owned_companies" - "manage_other_companies" - "settings" **Note**: - If `all_features_access: false` then only privileges are required otherwise if `true` then it's assumed that all permissions will be there for the invited user. - The availability of feature and its permission depends on your current plan. Please select the features and permissions accordingly.

认证

需要 Connected Account

Tags

user
Link and Unlink a deal with contacts and companiesBREVO_LINK_AND_UNLINK_ADEAL_WITH_CONTACTS_AND_COMPANIESLink or unlink contacts and companies with a specific deal in a single request. You can simultaneously link new contacts/companies and unlink existing ones by providing the respective ID arrays in the request body.

Link or unlink contacts and companies with a specific deal in a single request. You can simultaneously link new contacts/companies and unlink existing ones by providing the respective ID arrays in the request body.

认证

需要 Connected Account

Tags

deals
Link and Unlink company with contact and dealBREVO_LINK_AND_UNLINK_COMPANY_WITH_CONTACT_AND_DEALLink or unlink contacts and deals with a specific company in a single request. You can simultaneously link new contacts/deals and unlink existing ones by providing the respective ID arrays in the request body.

Link or unlink contacts and deals with a specific company in a single request. You can simultaneously link new contacts/deals and unlink existing ones by providing the respective ID arrays in the request body.

认证

需要 Connected Account

Tags

companies
List of all IPsBREVO_LIST_OF_ALL_IPSThis endpoint allows you to retrieve the list of active IPs on your Admin account

This endpoint allows you to retrieve the list of active IPs on your Admin account

认证

需要 Connected Account

Tags

masterAccount
Partially update loyalty programBREVO_PARTIALLY_UPDATE_LOYALTY_PROGRAMPartially updates loyalty program

Partially updates loyalty program

认证

需要 Connected Account

Tags

program
Generate the rendered preview of transactional templateBREVO_POST_PREVIEW_SMTP_EMAIL_TEMPLATESGenerate a fully rendered preview of a transactional email template by resolving dynamic variables. Provide either an `email` address (to populate variables from the contact''s attributes) or a `params` object with key-value pairs for manual substitution; at least one of these is required alongside the mandatory `templateId`. The response includes the rendered HTML, subject, sender details, preview text, and any feed names used in the template.

Generate a fully rendered preview of a transactional email template by resolving dynamic variables. Provide either an `email` address (to populate variables from the contact''s attributes) or a `params` object with key-value pairs for manual substitution; at least one of these is required alongside the mandatory `templateId`. The response includes the rendered HTML, subject, sender details, preview text, and any feed names used in the template.

认证

需要 Connected Account

Tags

transactionalEmails
Publish loyalty programBREVO_PUBLISH_LOYALTY_PROGRAMPublishes loyalty program

Publishes loyalty program

认证

需要 Connected Account

Tags

program
Revoke user permissionBREVO_PUT_REVOKE_USER_PERMISSIONRevokes all permissions for an invited user in the organization, effectively removing their access to the platform. If the user''s plan change generated credit notes, they are returned in the response for billing reconciliation.

Revokes all permissions for an invited user in the organization, effectively removing their access to the platform. If the user''s plan change generated credit notes, they are returned in the response for billing reconciliation.

认证

需要 Connected Account

Tags

user
Resend / Cancel invitationBREVO_PUTRESENDCANCELINVITATIONResends or cancels a pending invitation for a user in the organization, depending on the action path parameter. Use `resend` to send a new invitation email to the user, or `cancel` to revoke the pending invitation entirely and remove the user''s pending access.

Resends or cancels a pending invitation for a user in the organization, depending on the action path parameter. Use `resend` to send a new invitation email to the user, or `cancel` to revoke the pending invitation entirely and remove the user''s pending access.

认证

需要 Connected Account

Tags

user
Create redeem voucher requestBREVO_REDEEM_VOUCHERCreates a request to redeem a voucher.

Creates a request to redeem a voucher.

认证

需要 Connected Account

Tags

reward
Delete a contact from a listBREVO_REMOVE_CONTACT_FROM_LISTDelete a contact from a list

Delete a contact from a list

认证

需要 Connected Account

Tags

contacts
Export contactsBREVO_REQUEST_CONTACT_EXPORTIt 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.

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.

认证

需要 Connected Account

Tags

contacts
Export an SMS campaign's recipientsBREVO_REQUEST_SMS_RECIPIENT_EXPORTIt returns the background process ID which on completion calls the notify URL that you have set in the input.

It returns the background process ID which on completion calls the notify URL that you have set in the input.

认证

需要 Connected Account

Tags

smsCampaigns
Resend / cancel admin user invitationBREVO_RESEND_CANCEL_ADMIN_USER_INVITATIONThis endpoint will allow the user to: - Resend an admin user invitation - Cancel an admin user invitation

This endpoint will allow the user to: - Resend an admin user invitation - Cancel an admin user invitation

认证

需要 Connected Account

Tags

masterAccount
Revoke an admin userBREVO_REVOKE_AN_ADMIN_USERThis endpoint allows to revoke/remove an invited member of your Admin account

This endpoint allows to revoke/remove an invited member of your Admin account

认证

需要 Connected Account

Tags

masterAccount
Revoke vouchersBREVO_REVOKE_VOUCHERSRevoke attributed vouchers.

Revoke attributed vouchers.

认证

需要 Connected Account

Tags

reward
Send a message as an agentBREVO_SEND_AMESSAGE_AS_AN_AGENTSend a message as an agent to an existing visitor's conversation. You must provide either `agentId` alone, or all three of `agentEmail` + `agentName` + `receivedFrom` to identify the agent.

Send a message as an agent to an existing visitor's conversation. You must provide either `agentId` alone, or all three of `agentEmail` + `agentName` + `receivedFrom` to identify the agent.

认证

需要 Connected Account

Tags

conversations
Send an automated message to a visitorBREVO_SEND_AN_AUTOMATED_MESSAGE_TO_AVISITORSend an automated (pushed) message to a visitor on behalf of an agent. Example use cases: order status updates, announcing new features in your web app, etc.

Send an automated (pushed) message to a visitor on behalf of an agent. Example use cases: order status updates, announcing new features in your web app, etc.

认证

需要 Connected Account

Tags

conversations
Send SMS message asynchronously to a mobile numberBREVO_SEND_ASYNC_TRANSACTIONAL_SMS<Note>If the user includes stop code in the Transactional SMS, then it will be switched to Marketing SMS automatically and it will be interpreted as a Marketing SMS. To send Transactional SMS as Transactional, it is important not to use stop code. Note: For adding a stop code, client has to add reply STOP to [STOP_CODE] and the [STOP_CODE] will be replaced with the number.</Note> <Note title="For end users in France">Transactional SMS can be sent at any time without time restrictions. However, if a message is categorized as Marketing, it must adhere to specific time restrictions. Messages sent outside of these restricted hours will experience delays and will be processed during allowable times. Specifically, Marketing SMS cannot be processed between 10pm and 8am, on Sundays, and on French public holidays.</Note>

<Note>If the user includes stop code in the Transactional SMS, then it will be switched to Marketing SMS automatically and it will be interpreted as a Marketing SMS. To send Transactional SMS as Transactional, it is important not to use stop code. Note: For adding a stop code, client has to add reply STOP to [STOP_CODE] and the [STOP_CODE] will be replaced with the number.</Note> <Note title="For end users in France">Transactional SMS can be sent at any time without time restrictions. However, if a message is categorized as Marketing, it must adhere to specific time restrictions. Messages sent outside of these restricted hours will experience delays and will be processed during allowable times. Specifically, Marketing SMS cannot be processed between 10pm and 8am, on Sundays, and on French public holidays.</Note>

认证

需要 Connected Account

Tags

transactionalSms
Send an email campaign immediately, based on campaignIdBREVO_SEND_EMAIL_CAMPAIGN_NOWSend an existing email campaign immediately by scheduling it for the current time. The campaign must have valid recipients and content configured before sending. The system verifies your account''s send limit and credit balance before dispatching; if credits are insufficient, a 402 error is returned.

Send an existing email campaign immediately by scheduling it for the current time. The campaign must have valid recipients and content configured before sending. The system verifies your account''s send limit and credit balance before dispatching; if credits are insufficient, a 402 error is returned.

认证

需要 Connected Account

Tags

emailCampaigns
Send the report of a campaignBREVO_SEND_REPORTA PDF will be sent to the specified email addresses

A PDF will be sent to the specified email addresses

认证

需要 Connected Account

Tags

emailCampaigns
Send your SMS campaign immediatelyBREVO_SEND_SMS_CAMPAIGN_NOWSend an existing SMS campaign immediately by scheduling it for the current time. The system verifies your account''s SMS credit balance before dispatching; if credits are insufficient or the remaining credit is less than the number of recipients, a 402 error is returned. The campaign must have valid recipients and content already configured.

Send an existing SMS campaign immediately by scheduling it for the current time. The system verifies your account''s SMS credit balance before dispatching; if credits are insufficient or the remaining credit is less than the number of recipients, a 402 error is returned. The campaign must have valid recipients and content already configured.

认证

需要 Connected Account

Tags

smsCampaigns
Send an SMS campaign's reportBREVO_SEND_SMS_REPORTSend report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.

Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.

认证

需要 Connected Account

Tags

smsCampaigns
Send an email campaign to your test listBREVO_SEND_TEST_EMAILSend a test version of an email campaign to specified email addresses or your entire test list. If the emailTo array is left empty, the test mail will be sent to all addresses in your test list. You can send a maximum of 50 test emails per day.

Send a test version of an email campaign to specified email addresses or your entire test list. If the emailTo array is left empty, the test mail will be sent to all addresses in your test list. You can send a maximum of 50 test emails per day.

认证

需要 Connected Account

Tags

emailCampaigns
Send a test SMS campaignBREVO_SEND_TEST_SMSSend a test SMS to a specified phone number to preview the campaign before sending it to all recipients. The phone number must belong to one of your existing contacts in your Brevo account and must not be blacklisted. The number should include the country code (e.g. 33689965433).

Send a test SMS to a specified phone number to preview the campaign before sending it to all recipients. The phone number must belong to one of your existing contacts in your Brevo account and must not be blacklisted. The number should include the country code (e.g. 33689965433).

认证

需要 Connected Account

Tags

smsCampaigns
Send a template to your test listBREVO_SEND_TEST_TEMPLATESend a test email of the specified transactional template to one or more recipients. Provide an array of email addresses in the `emailTo` field; if left empty, the test mail is sent to your entire test list. You can send a maximum of 50 test emails per day, and all provided email addresses must be valid.

Send a test email of the specified transactional template to one or more recipients. Provide an array of email addresses in the `emailTo` field; if left empty, the test mail is sent to your entire test list. You can send a maximum of 50 test emails per day, and all provided email addresses must be valid.

认证

需要 Connected Account

Tags

transactionalEmails
Send a transactional emailBREVO_SEND_TRANSAC_EMAILSend a transactional email to one or more recipients, either using inline HTML content or a pre-built template via `templateId`. You can schedule emails for future delivery using `scheduledAt` (UTC, up to 5-minute delay), send multiple personalized versions with `messageVersions` (max 2000 total recipients, 99 per version), and attach files via URL or base64-encoded content. A `sender` and `subject` are required when no `templateId` is provided; when a `templateId` is used, the template''s sender and subject are applied unless overridden.

Send a transactional email to one or more recipients, either using inline HTML content or a pre-built template via `templateId`. You can schedule emails for future delivery using `scheduledAt` (UTC, up to 5-minute delay), send multiple personalized versions with `messageVersions` (max 2000 total recipients, 99 per version), and attach files via URL or base64-encoded content. A `sender` and `subject` are required when no `templateId` is provided; when a `templateId` is used, the template''s sender and subject are applied unless overridden.

认证

需要 Connected Account

Tags

transactionalEmails
Send your WhatsApp template for approvalBREVO_SEND_WHATS_APP_TEMPLATE_APPROVAL<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating WhatsApp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note>

<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating WhatsApp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note>

认证

需要 Connected Account

Tags

whatsAppCampaigns
Send a WhatsApp messageBREVO_SEND_WHATSAPP_MESSAGE<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> This endpoint is used to send a WhatsApp message. <br/>(**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.**)

<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> This endpoint is used to send a WhatsApp message. <br/>(**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.**)

认证

需要 Connected Account

Tags

transactionalWhatsApp
Set the ISO 4217 compliant display currency code for your Brevo accountBREVO_SET_CONFIG_DISPLAY_CURRENCYSet or update the ISO 4217 display currency code for your Brevo ecommerce account. This currency determines how monetary values are displayed in the ecommerce dashboard and reports. The provided currency code must be a valid ISO 4217 code; invalid codes result in a `422` error. Returns a `403` error if ecommerce is not activated on the account.

Set or update the ISO 4217 display currency code for your Brevo ecommerce account. This currency determines how monetary values are displayed in the ecommerce dashboard and reports. The provided currency code must be a valid ISO 4217 code; invalid codes result in a `422` error. Returns a `403` error if ecommerce is not activated on the account.

认证

需要 Connected Account

Tags

ecommerce
Set visitor group assignmentBREVO_SET_VISITOR_GROUP_ASSIGNMENTAssigns a visitor to a specific agent group or removes them from their current group.

Assigns a visitor to a specific agent group or removes them from their current group.

认证

需要 Connected Account

Tags

conversations
Sets agent's status to online for 2-3 minutesBREVO_SETS_AGENTS_STATUS_TO_ONLINE_FOR23_MINUTESSets the 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. You must provide either `agentId` alone, or all three of `agentEmail` + `agentName` + `receivedFrom`.

Sets the 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. You must provide either `agentId` alone, or all three of `agentEmail` + `agentName` + `receivedFrom`.

认证

需要 Connected Account

Tags

conversations
Create subscription memberBREVO_SUBSCRIBE_MEMBER_TO_ASUBSCRIPTIONAdd member to a subscription

Add member to a subscription

认证

需要 Connected Account

Tags

program
Create subscriptionBREVO_SUBSCRIBE_TO_LOYALTY_PROGRAMSubscribes to a loyalty program

Subscribes to a loyalty program

认证

需要 Connected Account

Tags

program
Unblock or resubscribe a transactional contactBREVO_UNBLOCK_OR_RESUBSCRIBE_ATRANSACTIONAL_CONTACTUnblock or resubscribe a transactional contact by removing their email address from the blacklist. The email address must be URL-encoded in the path parameter and must be a valid email format. If the contact is not found in the blocklist, a 404 error is returned.

Unblock or resubscribe a transactional contact by removing their email address from the blacklist. The email address must be URL-encoded in the path parameter and must be a valid email format. If the contact is not found in the blocklist, a 404 error is returned.

认证

需要 Connected Account

Tags

transactionalEmails
Update a companyBREVO_UPDATE_ACOMPANYUpdate an existing company''s attributes, name, linked contacts, or linked deals. Note that passing `linkedContactsIds` or `linkedDealsIds` replaces the entire list of associations, so omitted IDs will be removed. The company name cannot be set to an empty string.

Update an existing company''s attributes, name, linked contacts, or linked deals. Note that passing `linkedContactsIds` or `linkedDealsIds` replaces the entire list of associations, so omitted IDs will be removed. The company name cannot be set to an empty string.

认证

需要 Connected Account

Tags

companies
Update a dealBREVO_UPDATE_ADEALUpdate an existing deal''s attributes, name, linked contacts, or linked companies. Note that passing `linkedContactsIds` or `linkedCompaniesIds` replaces the entire list of associations, so omitted IDs will be removed. To move a deal to a different pipeline or stage, provide both the `pipeline` and `deal_stage` attribute IDs.

Update an existing deal''s attributes, name, linked contacts, or linked companies. Note that passing `linkedContactsIds` or `linkedCompaniesIds` replaces the entire list of associations, so omitted IDs will be removed. To move a deal to a different pipeline or stage, provide both the `pipeline` and `deal_stage` attribute IDs.

认证

需要 Connected Account

Tags

deals
Update a group of sub-accountsBREVO_UPDATE_AGROUP_OF_SUB_ACCOUNTSThis endpoint allows to update a group of sub-accounts

This endpoint allows to update a group of sub-accounts

认证

需要 Connected Account

Tags

masterAccount
Update a message sent by an agentBREVO_UPDATE_AMESSAGE_SENT_BY_AN_AGENTUpdate the text of a message sent by an agent. Only messages of type `agent` can be edited. The `text` and `html` fields of the message will be updated.

Update the text of a message sent by an agent. Only messages of type `agent` can be edited. The `text` and `html` fields of the message will be updated.

认证

需要 Connected Account

Tags

conversations
Update an automated messageBREVO_UPDATE_AN_AUTOMATED_MESSAGEUpdate the text of an automated (pushed) message. The `text` and `html` fields of the message will be updated.

Update the text of an automated (pushed) message. The `text` and `html` fields of the message will be updated.

认证

需要 Connected Account

Tags

conversations
Update a noteBREVO_UPDATE_ANOTEUpdate an existing CRM note''s text content and its associations with contacts, companies, or deals. You can modify the note text, change the pinned status, or update the linked entities.

Update an existing CRM note''s text content and its associations with contacts, companies, or deals. You can modify the note text, change the pinned status, or update the linked entities.

认证

需要 Connected Account

Tags

notes
Update a taskBREVO_UPDATE_ATASKUpdate an existing CRM task''s properties such as name, type, due date, status, duration, notes, assignee, reminder, or linked entities. Only the fields provided in the request body will be updated; omitted fields remain unchanged.

Update an existing CRM task''s properties such as name, type, due date, status, duration, notes, assignee, reminder, or linked entities. Only the fields provided in the request body will be updated; omitted fields remain unchanged.

认证

需要 Connected Account

Tags

tasks
Update contact attributeBREVO_UPDATE_ATTRIBUTEUpdate an existing contact attribute identified by its category and name. For category-type attributes, you can update the enumeration values; for calculated or global attributes, update the computed value formula; and for normal multiple-choice attributes, update the multicategory options. None of the category or multicategory option values can exceed 200 characters.

Update an existing contact attribute identified by its category and name. For category-type attributes, you can update the enumeration values; for calculated or global attributes, update the computed value formula; and for normal multiple-choice attributes, update the multicategory options. None of the category or multicategory option values can exceed 200 characters.

认证

需要 Connected Account

Tags

contacts
Update balance definitionBREVO_UPDATE_BALANCE_DEFINITIONUpdates Balance definition

Updates Balance definition

认证

需要 Connected Account

Tags

balance
Updates balance limitBREVO_UPDATE_BALANCE_LIMITUpdates balance limit

Updates balance limit

认证

需要 Connected Account

Tags

balance
Update an email campaign statusBREVO_UPDATE_CAMPAIGN_STATUSUpdate the status of an email campaign, such as suspending, archiving, or replicating it. Available status values include suspended, archive, darchive, sent, queued, replicate, replicateTemplate, cancel, and draft. Note that the replicateTemplate status is only available for template type campaigns.

Update the status of an email campaign, such as suspending, archiving, or replicating it. Available status values include suspended, archive, darchive, sent, queued, replicate, replicateTemplate, cancel, and draft. Note that the replicateTemplate status is only available for template type campaigns.

认证

需要 Connected Account

Tags

emailCampaigns
Update a consent groupBREVO_UPDATE_CONSENT_GROUPUpdates name, description, or signupMode of a consent group. At least one field must be provided. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

Updates name, description, or signupMode of a consent group. At least one field must be provided. <Note>This endpoint is only available when the Consent Groups feature is enabled for your account.</Note>

认证

需要 Connected Account

Tags

consentGroups
Update a contactBREVO_UPDATE_CONTACT<Note>Follow this format when passing a "SMS" phone number as an attribute. Accepted Number Formats 91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx <br><br> If a blocklisted contact's email address is updated, it is going to remove that blocklisting from the contact and they will be resubscribed.</Note> There are 2 ways to update a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?identifierType={} <br> <br> Option 1 only works if identifierType is email_id (for EMAIL) or contact_id (for ID of the contact),where you can directly pass the value of EMAIL and ID of the contact. <br><br> Option 2 works for all identifierType, use email_id for EMAIL attribute, contact_id for ID of the contact, ext_id for EXT_ID attribute, phone_id for SMS attribute, whatsapp_id for WHATSAPP attribute, landline_number_id for LANDLINE attribute

<Note>Follow this format when passing a "SMS" phone number as an attribute. Accepted Number Formats 91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx <br><br> If a blocklisted contact's email address is updated, it is going to remove that blocklisting from the contact and they will be resubscribed.</Note> There are 2 ways to update a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?identifierType={} <br> <br> Option 1 only works if identifierType is email_id (for EMAIL) or contact_id (for ID of the contact),where you can directly pass the value of EMAIL and ID of the contact. <br><br> Option 2 works for all identifierType, use email_id for EMAIL attribute, contact_id for ID of the contact, ext_id for EXT_ID attribute, phone_id for SMS attribute, whatsapp_id for WHATSAPP attribute, landline_number_id for LANDLINE attribute

认证

需要 Connected Account

Tags

contacts
Update a coupon collection by idBREVO_UPDATE_COUPON_COLLECTIONUpdate an existing coupon collection by its UUID. You can modify the default coupon value, set or remove the expiration date (pass `null` to remove), and configure or disable alert thresholds for remaining coupons or remaining days. Only the fields included in the request body are updated; omitted fields remain unchanged.

Update an existing coupon collection by its UUID. You can modify the default coupon value, set or remove the expiration date (pass `null` to remove), and configure or disable alert thresholds for remaining coupons or remaining days. Only the fields included in the request body are updated; omitted fields remain unchanged.

认证

需要 Connected Account

Tags

coupons
Update an email campaignBREVO_UPDATE_EMAIL_CAMPAIGNUpdate an existing email campaign''s properties such as name, subject, content, sender, recipients, schedule, and A/B testing configuration. The campaign must exist and the request body must contain at least one valid field to update. Only draft or scheduled campaigns can be modified; if sendAtBestTime is enabled, IP warmup will be automatically disabled.

Update an existing email campaign''s properties such as name, subject, content, sender, recipients, schedule, and A/B testing configuration. The campaign must exist and the request body must contain at least one valid field to update. Only draft or scheduled campaigns can be modified; if sendAtBestTime is enabled, IP warmup will be automatically disabled.

认证

需要 Connected Account

Tags

emailCampaigns
Update external feedBREVO_UPDATE_EXTERNAL_FEEDUpdates configuration of an existing external feed. **Use this to:** - Update feed URLs when data sources change - Modify authentication credentials - Change cache and retry settings - Update custom headers - Rename feeds for better organization **Key information returned:** - Success confirmation message **Important considerations:** - Only provided fields will be updated - Feed UUID must exist in your account - Authentication changes require verification - URL changes should be tested before campaign use - Monitor campaigns using this feed after updates

Updates configuration of an existing external feed. **Use this to:** - Update feed URLs when data sources change - Modify authentication credentials - Change cache and retry settings - Update custom headers - Rename feeds for better organization **Key information returned:** - Success confirmation message **Important considerations:** - Only provided fields will be updated - Feed UUID must exist in your account - Authentication changes require verification - URL changes should be tested before campaign use - Monitor campaigns using this feed after updates

认证

需要 Connected Account

Tags

externalFeeds
Update a folderBREVO_UPDATE_FOLDERUpdate the name of an existing folder identified by its ID. The new folder name must be provided in the request body. Returns a 404 error if the folder ID does not exist.

Update the name of an existing folder identified by its ID. The new folder name must be provided in the request body. Returns a 404 error if the folder ID does not exist.

认证

需要 Connected Account

Tags

contacts
Update a listBREVO_UPDATE_LISTUpdate an existing contact list identified by its ID. You can update the list name, move it to a different folder by providing a new folderId, or both. Only one of the two parameters (name, folderId) needs to be provided per request.

Update an existing contact list identified by its ID. You can update the list name, move it to a different folder by providing a new folderId, or both. Only one of the two parameters (name, folderId) needs to be provided per request.

认证

需要 Connected Account

Tags

contacts
Update loyalty programBREVO_UPDATE_LOYALTY_PROGRAMUpdates loyalty program

Updates loyalty program

认证

需要 Connected Account

Tags

program
Update a senderBREVO_UPDATE_SENDERUpdates an existing email sender's configuration. Use this to: - Modify sender display name or email address - Update dedicated IP associations - Change sender configuration settings - Correct sender information Key information returned: - Success confirmation - Updated sender details

Updates an existing email sender's configuration. Use this to: - Modify sender display name or email address - Update dedicated IP associations - Change sender configuration settings - Correct sender information Key information returned: - Success confirmation - Updated sender details

认证

需要 Connected Account

Tags

senders
Update an SMS campaignBREVO_UPDATE_SMS_CAMPAIGNUpdate an existing SMS campaign''s properties such as name, sender, content, recipients, scheduled date, organisation prefix, and unsubscribe instructions. The request body must contain at least one valid field to update. The campaign must exist and must be of type SMS; if a scheduledAt is provided, valid recipients must be present either in the request or already configured on the campaign.

Update an existing SMS campaign''s properties such as name, sender, content, recipients, scheduled date, organisation prefix, and unsubscribe instructions. The request body must contain at least one valid field to update. The campaign must exist and must be of type SMS; if a scheduledAt is provided, valid recipients must be present either in the request or already configured on the campaign.

认证

需要 Connected Account

Tags

smsCampaigns
Update a campaign's statusBREVO_UPDATE_SMS_CAMPAIGN_STATUSUpdate the status of an SMS campaign, such as suspending, archiving, or replicating it. Available status values include suspended, archive, darchive, sent, queued, replicate, replicateTemplate, cancel, and draft. Note that the replicateTemplate status is only available for template type campaigns.

Update the status of an SMS campaign, such as suspending, archiving, or replicating it. Available status values include suspended, archive, darchive, sent, queued, replicate, replicateTemplate, cancel, and draft. Note that the replicateTemplate status is only available for template type campaigns.

认证

需要 Connected Account

Tags

smsCampaigns
Update an email templateBREVO_UPDATE_SMTP_TEMPLATEUpdate an existing transactional email template by its numeric ID or custom template identifier string. All fields in the request body are optional; only the provided fields will be updated. You can update the template name, subject, sender, reply-to address, HTML content (via `htmlContent` or `htmlUrl`), active status, tag, attachment URL, and the personalized `toField`. Only one of sender email or sender ID should be provided per request.

Update an existing transactional email template by its numeric ID or custom template identifier string. All fields in the request body are optional; only the provided fields will be updated. You can update the template name, subject, sender, reply-to address, HTML content (via `htmlContent` or `htmlUrl`), active status, tag, attachment URL, and the personalized `toField`. Only one of sender email or sender ID should be provided per request.

认证

需要 Connected Account

Tags

transactionalEmails
Update sub-account planBREVO_UPDATE_SUB_ACCOUNT_PLANThis endpoint will update the sub-account plan. On the Corporate solution new version v2, you can set an unlimited number of credits in your sub-organization. Please pass the value “-1" to set the consumable in unlimited mode.

This endpoint will update the sub-account plan. On the Corporate solution new version v2, you can set an unlimited number of credits in your sub-organization. Please pass the value “-1" to set the consumable in unlimited mode.

认证

需要 Connected Account

Tags

masterAccount
Update sub-accounts planBREVO_UPDATE_SUB_ACCOUNTS_PLANThis endpoint will update multiple sub-accounts plan. On the Corporate solution new version v2, you can set an unlimited number of credits in your sub-organization. Please pass the value “-1" to set the consumable in unlimited mode.

This endpoint will update multiple sub-accounts plan. On the Corporate solution new version v2, you can set an unlimited number of credits in your sub-organization. Please pass the value “-1" to set the consumable in unlimited mode.

认证

需要 Connected Account

Tags

masterAccount
Update tierBREVO_UPDATE_TIERModifies an existing tier for the specified tier group *(The changes will take effect with the next publication of the loyalty program)*

Modifies an existing tier for the specified tier group *(The changes will take effect with the next publication of the loyalty program)*

认证

需要 Connected Account

Tags

tier
Update tier groupBREVO_UPDATE_TIER_GROUPUpdates a tier group from a loyalty program. *(The changes will take effect with the next publication of the loyalty program)*

Updates a tier group from a loyalty program. *(The changes will take effect with the next publication of the loyalty program)*

认证

需要 Connected Account

Tags

tier
Update a webhookBREVO_UPDATE_WEBHOOKUpdates an existing webhook configuration and event subscriptions. Use this to: - Modify webhook event subscriptions and triggers - Update webhook URL and endpoint configuration - Change authentication settings and credentials - Adjust custom headers and request parameters - Enable or disable specific webhook events Key information returned: - Success confirmation of webhook updates

Updates an existing webhook configuration and event subscriptions. Use this to: - Modify webhook event subscriptions and triggers - Update webhook URL and endpoint configuration - Change authentication settings and credentials - Adjust custom headers and request parameters - Enable or disable specific webhook events Key information returned: - Success confirmation of webhook updates

认证

需要 Connected Account

Tags

webhooks
Update a WhatsApp campaignBREVO_UPDATE_WHATS_APP_CAMPAIGN<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> <Note>This API requires the List and Segment ids as recipients in Body params.You can use the below Contact endpoints to get the required information. [Get all the Lists](https://developers.brevo.com/reference/getlists-1) [Get all the Segments](https://developers.brevo.com/reference/getsegments)</Note>

<Note>You can use this API for WhatsApp only if you have setup your WhatsApp account on Brevo platform. To setup your WhatsApp account, follow the steps in the guide below. [Activating Whatsapp](https://developers.brevo.com/docs/whatsapp-campaigns-1) in your account</Note> <Note>This API requires the List and Segment ids as recipients in Body params.You can use the below Contact endpoints to get the required information. [Get all the Lists](https://developers.brevo.com/reference/getlists-1) [Get all the Segments](https://developers.brevo.com/reference/getsegments)</Note>

认证

需要 Connected Account

Tags

whatsAppCampaigns
Upload a fileBREVO_UPLOAD_AFILEUpload a file and associate it with a contact, company, or deal. The file must be sent as multipart form data with a maximum size of 10 MB. You can optionally link the file to a specific entity by providing the corresponding entity ID.

Upload a file and associate it with a contact, company, or deal. The file must be sent as multipart form data with a maximum size of 10 MB. You can optionally link the file to a specific entity by providing the corresponding entity ID.

认证

需要 Connected Account

Tags

files
Upload an image to your account's image galleryBREVO_UPLOAD_IMAGE_TO_GALLERYUpload an image to your account''s image gallery by providing an absolute URL to the image. The maximum allowed image size is 2MB and supported formats are jpeg, jpg, png, bmp, and gif; local file uploads are not supported.

Upload an image to your account''s image gallery by providing an absolute URL to the image. The maximum allowed image size is 2MB and supported formats are jpeg, jpg, png, bmp, and gif; local file uploads are not supported.

认证

需要 Connected Account

Tags

emailCampaigns
Create/Update object records in bulkBREVO_UPSERTRECORDS<Note title="Enterprise access only">Custom objects are only available to Enterprise plans. This feature is in beta. These are subject to change.</Note> Performs bulk create or update (upsert) operations for object records in a single asynchronous request. This endpoint is optimized for high-volume data imports and synchronization scenarios. **How Upsert Works:** - **Create**: Omit `identifiers`, or provide only `ext_id` (if it doesn't already exist). A new record is created with a Brevo-generated `id`. - **Update**: Provide `id` (Brevo internal ID) or an `ext_id` that already exists. The matching record is updated with the new attribute values. - **Important:** `id` is for **updates only**. Providing an `id` that does not belong to an existing record will fail during async processing (the HTTP response will still be 202, but the record will be rejected in the background). To create a new record with a stable external reference, use `ext_id` instead. **Request Structure:** Each object record in the `records` array can include: - `identifiers`: Either `id` (internal Brevo ID) or `ext_id` (your external system ID) — required for updates. **Note:** use `id` (singular), not `ids`. - `attributes`: Key-value pairs where each key is the attribute **key** (e.g., `company_name`), not the attribute label (e.g., "Company Name"). - `associations`: Controls linking and unlinking of associated records (optional). Each entry specifies: - `object_type`: The type of the associated object - `action`: `link` (default) to create the association, or `unlink` to remove it - `records`: The associated records to link or unlink (each identified by `ext_id` or `id`) - **Unlink is idempotent** — unlinking a non-existing association is a no-op (no error returned) - `link` and `unlink` actions can be submitted for the same `object_type` in a single record entry - Both associated records must already exist before a link can be created > **Common mistake:** Passing the attribute **label** (the display name you see in the UI) instead of the attribute **key** will cause the attribute to be silently ignored and the record may not be created as expected. **Asynchronous Processing:** - Returns immediately with a `processId` (HTTP 202 Accepted) - Use the processId to track status via the Get process API **API and Schema Limitations:** - Max 1000 object records per request - Max request body size: 1 MB - Max 500 attributes per object record (matches the schema limit of 500 attributes per object) - Unknown attribute keys are silently ignored (no error, no attribute creation) - Max 10 association records per associated object-type in each record of the request. If you need more, send multiple requests. **Important Behaviors:** - The object schema must be created before upserting records - Unknown attribute keys are silently ignored (no error, no creation) - Both associated object records must already exist before creating a link association - Unlink operations are idempotent: attempting to unlink a non-existing association returns success - `link` and `unlink` actions can be submitted for the same `object_type` in a single record entry - Contact objects cannot be created via this endpoint - For `category` and `multiple_category` attributes, pass the option **key** as the value (not the option label or option ID). - The `id` identifier (internal Brevo ID) can only be used for **updating** existing records. To create new records, either omit identifiers (Brevo auto-generates an ID) or provide an `ext_id`. **Errors:** - Make sure both object records exist before associating them, else the API will return an error. - This route does not create objects. The object where the object records are upserted by this API must be created already else the API will return an error "invalid object type".

<Note title="Enterprise access only">Custom objects are only available to Enterprise plans. This feature is in beta. These are subject to change.</Note> Performs bulk create or update (upsert) operations for object records in a single asynchronous request. This endpoint is optimized for high-volume data imports and synchronization scenarios. **How Upsert Works:** - **Create**: Omit `identifiers`, or provide only `ext_id` (if it doesn't already exist). A new record is created with a Brevo-generated `id`. - **Update**: Provide `id` (Brevo internal ID) or an `ext_id` that already exists. The matching record is updated with the new attribute values. - **Important:** `id` is for **updates only**. Providing an `id` that does not belong to an existing record will fail during async processing (the HTTP response will still be 202, but the record will be rejected in the background). To create a new record with a stable external reference, use `ext_id` instead. **Request Structure:** Each object record in the `records` array can include: - `identifiers`: Either `id` (internal Brevo ID) or `ext_id` (your external system ID) — required for updates. **Note:** use `id` (singular), not `ids`. - `attributes`: Key-value pairs where each key is the attribute **key** (e.g., `company_name`), not the attribute label (e.g., "Company Name"). - `associations`: Controls linking and unlinking of associated records (optional). Each entry specifies: - `object_type`: The type of the associated object - `action`: `link` (default) to create the association, or `unlink` to remove it - `records`: The associated records to link or unlink (each identified by `ext_id` or `id`) - **Unlink is idempotent** — unlinking a non-existing association is a no-op (no error returned) - `link` and `unlink` actions can be submitted for the same `object_type` in a single record entry - Both associated records must already exist before a link can be created > **Common mistake:** Passing the attribute **label** (the display name you see in the UI) instead of the attribute **key** will cause the attribute to be silently ignored and the record may not be created as expected. **Asynchronous Processing:** - Returns immediately with a `processId` (HTTP 202 Accepted) - Use the processId to track status via the Get process API **API and Schema Limitations:** - Max 1000 object records per request - Max request body size: 1 MB - Max 500 attributes per object record (matches the schema limit of 500 attributes per object) - Unknown attribute keys are silently ignored (no error, no attribute creation) - Max 10 association records per associated object-type in each record of the request. If you need more, send multiple requests. **Important Behaviors:** - The object schema must be created before upserting records - Unknown attribute keys are silently ignored (no error, no creation) - Both associated object records must already exist before creating a link association - Unlink operations are idempotent: attempting to unlink a non-existing association returns success - `link` and `unlink` actions can be submitted for the same `object_type` in a single record entry - Contact objects cannot be created via this endpoint - For `category` and `multiple_category` attributes, pass the option **key** as the value (not the option label or option ID). - The `id` identifier (internal Brevo ID) can only be used for **updating** existing records. To create new records, either omit identifiers (Brevo auto-generates an ID) or provide an `ext_id`. **Errors:** - Make sure both object records exist before associating them, else the API will return an error. - This route does not create objects. The object where the object records are upserted by this API must be created already else the API will return an error "invalid object type".

认证

需要 Connected Account

Tags

customObjects
Validate a rewardBREVO_VALIDATE_REWARDValidates a reward.

Validates a reward.

认证

需要 Connected Account

Tags

reward
Validate a sender using OTPBREVO_VALIDATE_SENDER_BY_OTPValidates a sender using the OTP (One-Time Password) received via email. Use this to: - Complete sender verification process - Activate a newly created sender - Verify ownership of the sender email address - Enable the sender for use in email campaigns Key information returned: - Success confirmation of sender verification - Sender activation status

Validates a sender using the OTP (One-Time Password) received via email. Use this to: - Complete sender verification process - Activate a newly created sender - Verify ownership of the sender email address - Enable the sender for use in email campaigns Key information returned: - Success confirmation of sender verification - Sender activation status

认证

需要 Connected Account

Tags

senders

Provider 资源