At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key from
BREVO_API_KEYis sent as theapi-keyheader. - Docs: https://developers.brevo.com/docs/getting-started
Credentials
Set these per environment. See Connect an integration.Setup
- Sign in to Brevo: Go to https://app.brevo.com and sign in. The free plan is sufficient for testing (includes a daily transactional email allowance).
- Create an API key: Open Settings → SMTP & API → API Keys (https://app.brevo.com/settings/keys/api) and generate a new v3 API key.
- Verify a sender: Under Senders, Domains & Dedicated IPs, add and verify the sender address you will use in Send Email.
- Set the environment variable: Add the key to your .env as BREVO_API_KEY=xkeysib-…
- Verify access: Run List Lists to confirm the key works.
- Brevo authenticates with an ‘api-key’ header - not an Authorization Bearer token
- Get Contact accepts either an email address or the numeric contact ID in the path
Tools
Example prompts
- Send a transactional email via Brevo with a subject, recipient, and HTML body.
- Look up a Brevo contact by email address and show their attributes and lists.