Brevo Connector

Connector implementation

Build the Brevo integration

Email, SMS, WhatsApp campaigns, transactional messaging, and CRM from a single API.

OpenAPIRuntime-readyOmnichannel Engagement
BrevoAPI / MCP / docsTajo connectorauth, mapping, syncretries, logs, checksBrevo activationcontacts, events, campaignsbackfill, webhooks, validation
Brevo connector flow from source system to Tajo mapping and Brevo activation.

Implementation Overview

Build target

Implement a Brevo connector that authenticates to the vendor surface, normalizes source records in Tajo, and activates eligible data in Brevo.

Current status

The connector is marked runtime-ready. Verify production credentials, scopes, and workspace settings before enabling sync.

Primary surface

api.brevo.com

PropertyValue
Integration surfaceOpenAPI
Implementation statusRuntime-ready (OpenAPI mode)
CategoryOmnichannel Engagement
Setup complexityeasy
Vendor documentationdevelopers.brevo.com/
Allowed hostapi.brevo.com
Base URLhttps://api.brevo.com/v3
OpenAPI schemaconnectors/brevo/openapi.yml
MCP serverNot recorded
Last researched2026-07-17

No additional implementation notes are recorded for this connector.

Authentication

  • API key (OpenAPI mode). Send it in the api-key header with no prefix.

  • Restrict outbound API traffic to api.brevo.com unless the vendor documents additional regional hosts.

  • Use https://api.brevo.com/v3 as the default REST base URL and keep regional or account-specific overrides configurable.

  • Use connectors/brevo/openapi.yml to 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

ResourceDirectionConflict handling
contactsoutboundn/a
campaignsinboundn/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.

Sources

Request early access

Share your first name and an email address or phone number. We will follow up with Tajo access details.

automatic detection
AI Assistant

Hi! Ask me anything about the docs.