brevo

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name BREVO_TOKEN or zero doctor check-connector --url https://api.brevo.com/v3/account --method GET

Core APIs

Get Account Info

Verify your API key and view account details:

curl -s "https://api.brevo.com/v3/account" --header "api-key: $BREVO_TOKEN" --header "accept: application/json" | jq '{companyName, email, plan: .plan[0].type}'

Create Contact

Write to /tmp/brevo_request.json:

Related skills
Installs
21
GitHub Stars
59
First Seen
Mar 20, 2026