Brevo Connector
Connector implementation
Build the Brevo integration
Email, SMS, WhatsApp campaigns, transactional messaging, and CRM from a single API.
Implementation Overview
Implement a Brevo connector that authenticates to the vendor surface, normalizes source records in Tajo, and activates eligible data in Brevo.
The connector is marked runtime-ready. Verify production credentials, scopes, and workspace settings before enabling sync.
api.brevo.com
| Property | Value |
|---|---|
| Integration surface | OpenAPI |
| Implementation status | Runtime-ready (OpenAPI mode) |
| Category | Omnichannel Engagement |
| Setup complexity | easy |
| Vendor documentation | developers.brevo.com/ |
| Allowed host | api.brevo.com |
| Base URL | https://api.brevo.com/v3 |
| OpenAPI schema | connectors/brevo/openapi.yml |
| MCP server | Not recorded |
| Last researched | 2026-07-17 |
No additional implementation notes are recorded for this connector.
Authentication
-
API key (OpenAPI mode). Send it in the
api-keyheader with no prefix. -
Restrict outbound API traffic to
api.brevo.comunless the vendor documents additional regional hosts. -
Use
https://api.brevo.com/v3as the default REST base URL and keep regional or account-specific overrides configurable. -
Use
connectors/brevo/openapi.ymlto generate or validate typed API clients and request models. -
Keep developers.brevo.com/ linked from the connector runbook so operators can confirm vendor behavior during incidents.
-
Store credentials per Tajo workspace and keep tenant-specific secrets out of connector configuration files.
-
Add a credential smoke test that verifies read access to a harmless resource before running backfills or enabling webhooks.
Data To Sync
Start with these inferred data domains, then confirm exact vendor resources and permissions from the source documentation:
- Contact and identity records
- Campaign, messaging, or audience state
The connector should make source records idempotent by keeping a stable key such as a vendor object ID, email address, event ID, ticket ID, order ID, or campaign ID. If the vendor only exposes list APIs, Tajo should store the cursor strategy and replay policy explicitly.
Sync Shape
| Resource | Direction | Conflict handling |
|---|---|---|
contacts | outbound | n/a |
campaigns | inbound | n/a |
Mapping To Tajo/Brevo
Brevo has a typed contract, and every resource on it is read for context rather than projected into Brevo. That is a recorded decision, not a gap: no field of this connector currently becomes a Brevo contact, list, or event.
The conventions that apply to every connector — stable external IDs, normalization, backfill and sync strategy, error handling, and the builder checklist — are documented once under “Applies to every connector” on the connector catalog.