> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/email/brevo.md).

# Brevo

Brevo (formerly Sendinblue) is an all-in-one marketing platform covering email campaigns, SMS, CRM, and contact management. Connecting Brevo to Coupler.io lets you pull your campaign stats, contact lists, CRM deals, and more into any destination you choose — no manual exports needed.

**Why connect Brevo to Coupler.io?**

* Sync contacts, segments, and lists into Google Sheets or a data warehouse for deeper audience analysis
* Combine email and SMS campaign performance data in one dashboard
* Export CRM deals, tasks, and pipeline stages to track sales activity alongside marketing metrics
* Send Brevo data to AI destinations like ChatGPT, Claude, or Gemini to surface insights from your campaigns

## Prerequisites

* A Brevo account (any plan)
* A Brevo API key — you can generate one from **Brevo → Account → SMTP & API → API Keys**

## Quick start

{% hint style="success" %}
Start with the **Contacts** or **Email Campaigns** entity — these tend to be the most immediately useful for reporting.
{% endhint %}

## How to connect

{% stepper %}
{% step %}
**Create a new data flow in Coupler.io.** Go to your Coupler.io workspace and click **Add data flow**. Search for and select **Brevo** as the source.
{% endstep %}

{% step %}
**Enter your Brevo API key.** In the source settings, paste your API key into the API Key field. You can find or generate your key in Brevo under **Account settings → SMTP & API → API Keys**.
{% endstep %}

{% step %}
**Choose an entity.** Select the data entity you want to export — for example, Contacts, Email Campaigns, or CRM Deals. You can add more entities to the same data flow later.
{% endstep %}

{% step %}
**Set a start date.** Use the date picker to specify how far back you want data pulled from.
{% endstep %}

{% step %}
**Choose a destination.** Select where you want your data sent — Google Sheets, Excel, BigQuery, Looker Studio, or an AI destination like ChatGPT, Claude, or Gemini.
{% endstep %}

{% step %}
**Run the data flow.** Click **Run** to execute a manual sync and confirm your data is flowing correctly.
{% endstep %}
{% endstepper %}

## Available entities

| Entity                     | Description                                  |
| -------------------------- | -------------------------------------------- |
| Contacts                   | All contacts in your Brevo account           |
| Contacts attributes        | Custom and default contact field definitions |
| Contacts folders           | Folder structure for organizing lists        |
| Contacts folders lists     | Lists within each folder                     |
| Contacts lists             | All contact lists                            |
| Contacts lists contacts    | Contacts belonging to a specific list        |
| Contacts segments          | Saved audience segments                      |
| Senders                    | Configured sender addresses                  |
| Companies                  | CRM company records                          |
| Companies attributes       | Custom fields defined for companies          |
| CRM pipeline stages        | Stages in your CRM pipeline                  |
| CRM pipeline details all   | Full pipeline configuration details          |
| CRM attributes deals       | Custom fields for deals                      |
| CRM deals                  | All deals in your CRM                        |
| CRM task types             | Task type definitions                        |
| CRM tasks                  | Tasks in your CRM                            |
| CRM notes                  | Notes attached to CRM records                |
| Domains                    | Sending domains configured in your account   |
| Webhooks                   | Webhook configurations                       |
| Accounts                   | Account-level information                    |
| Organization invited users | Users invited to your organization           |
| Email campaigns            | Email campaign records and stats             |
| SMS campaigns              | SMS campaign records and stats               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/sources/category/email/brevo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
