← Tools Reference

Brevo

Brevo integration (Communication, Marketing). Imported from open-connector.

API key11 toolshttps://api.brevo.com
GET
brevo_get_account
Retrieve the current Brevo account profile and plan information.

/v3/account

GET
brevo_list_contacts
List Brevo contacts with pagination and timestamp filters.

/v3/contacts

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip before returning results.
sortstringoptionalThe sort direction accepted by the official Brevo API.
modifiedSincestringoptionalOnly return records modified after this ISO-8601 timestamp.
createdSincestringoptionalOnly return records created after this ISO-8601 timestamp.
GET
brevo_get_contact
Retrieve one Brevo contact by identifier and optional identifier type.

/v3/contacts/{identifier}

2 parameters
ParamTypeRequiredDescription
identifierstringrequiredThe Brevo contact identifier value used in the request path.
identifierTypestringoptionalThe optional Brevo identifier type used to interpret the identifier.
DELETE
brevo_delete_contact
Delete one Brevo contact by identifier and optional identifier type.

/v3/contacts/{identifier}

2 parameters
ParamTypeRequiredDescription
identifierstringrequiredThe Brevo contact identifier value used in the request path.
identifierTypestringoptionalThe optional Brevo identifier type used to interpret the identifier.
GET
brevo_list_contact_folders
List Brevo contact folders with the official pagination parameters.

/v3/contacts/folders

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip before returning results.
sortstringoptionalThe sort direction accepted by the official Brevo API.
GET
brevo_list_contact_lists
List Brevo contact lists with the official pagination parameters.

/v3/contacts/lists

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip before returning results.
sortstringoptionalThe sort direction accepted by the official Brevo API.
POST
brevo_create_contact_list
Create one Brevo contact list inside the specified Brevo folder.

/v3/contacts/lists

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe Brevo contact list name.
folderIdintegerrequiredThe Brevo folder ID.
PUT
brevo_update_contact_list
Update one Brevo contact list by ID.

/v3/contacts/lists/{listId}

3 parameters
ParamTypeRequiredDescription
listIdintegerrequiredThe Brevo contact list ID.
namestringoptionalThe updated Brevo contact list name.
folderIdintegeroptionalThe Brevo folder ID.
GET
brevo_list_contacts_in_list
List the Brevo contacts currently linked to one Brevo contact list.

/v3/contacts/lists/{listId}/contacts

5 parameters
ParamTypeRequiredDescription
listIdintegerrequiredThe Brevo contact list ID.
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip before returning results.
sortstringoptionalThe sort direction accepted by the official Brevo API.
modifiedSincestringoptionalOnly return records modified after this ISO-8601 timestamp.
POST
brevo_add_contacts_to_list
Add contacts to one Brevo contact list using exactly one official selector.

/v3/contacts/lists/{listId}/contacts/add

1 parameter
ParamTypeRequiredDescription
listIdstringrequiredPath parameter: listId
POST
brevo_remove_contacts_from_list
Remove contacts from one Brevo contact list using exactly one official selector.

/v3/contacts/lists/{listId}/contacts/remove

1 parameter
ParamTypeRequiredDescription
listIdstringrequiredPath parameter: listId