# Brevo

### Supported Destination Services

DinMo supports the following destination services:

* [Synchronize contacts](/integrations/destination-platforms/brevo/synchronize-contacts.md)
* [Export contact lists](/integrations/destination-platforms/brevo/export-contact-lists.md)

Please refer to the dedicated documentation page for more information.

### Authentication to Brevo

Regardless of the selected destination service, DinMo will always connect to Brevo using an API key.

**Before** generating the API key, configure your Brevo account to establish a connection with DinMo. You can do this by either:

* **Recommended:** Whitelisting [DinMo's IP addresses](/security-and-privacy/networking.md) by following Option 2 presented in [the Brevo documentation](https://help.brevo.com/hc/en-us/articles/5740111683858-Authorize-IP-addresses-for-API-calls-to-improve-security).
* Disabling the Brevo IP address detection and authorization feature by following Option 3 in [the Brevo documentation](https://help.brevo.com/hc/en-us/articles/5740111683858-Authorize-IP-addresses-for-API-calls-to-improve-security).

Once done, generate an API key in Brevo by clicking SMTP & API here:

<figure><img src="/files/e0BGuBA5V9MqvEBnSnfS" alt=""><figcaption></figcaption></figure>

Then, click the 'API Keys' tab:

<figure><img src="/files/tUXslTEvgQGou7faCuOS" alt=""><figcaption></figcaption></figure>

And finally, generate a new API Key from there. Copy its value and paste it in the corresponding field when creating the Brevo destination in DinMo.


---

# Agent Instructions: 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:

```
GET https://docs.dinmo.io/integrations/destination-platforms/brevo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
