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:

Installs
37
GitHub Stars
71
First Seen
Mar 20, 2026
brevo — vm0-ai/vm0-skills