Skip to main content
Every brevo.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Account

get

account.get Get Brevo account details, plans, and relay settings Risk: read
Input: empty object Output

Contacts

create

contacts.create Create a new Brevo contact Risk: write
Input
Output

delete

contacts.delete Delete a Brevo contact [DESTRUCTIVE · IRREVERSIBLE] Risk: destructive · Irreversible
Input Output

get

contacts.get Get a Brevo contact by ID or email identifier Risk: read
Input Output

list

contacts.list List Brevo contacts with filtering and pagination Risk: read
Input Output

update

contacts.update Update an existing Brevo contact by ID or email identifier Risk: write
Input
Output

Email Campaigns

create

emailCampaigns.create Create a new Brevo email campaign Risk: write
Input
Output

delete

emailCampaigns.delete Delete a Brevo email campaign [DESTRUCTIVE · IRREVERSIBLE] Risk: destructive · Irreversible
Input Output

get

emailCampaigns.get Get a Brevo email campaign by campaign ID Risk: read
Input Output

list

emailCampaigns.list List Brevo email campaigns with filtering and pagination Risk: read
Input Output

sendNow

emailCampaigns.sendNow Send a Brevo email campaign immediately Risk: destructive · Irreversible
Input Output

sendTest

emailCampaigns.sendTest Send a test email for a Brevo email campaign Risk: write
Input Output

update

emailCampaigns.update Update an existing Brevo email campaign Risk: write
Input
Output