# Brevo

Churned integrates with Brevo to facilitate seamless email marketing automation, contact synchronization, and campaign tracking. Connecting Brevo ensures that your marketing data stays up-to-date and helps maximize customer engagement.

### How to Connect Brevo to Churned

1. Log in to the Churned platform and go to the “Integrations” section.
2. Click on “New Integration” and select Brevo from the list.
3. You will be prompted to enter the following credential:

#### Required Credential

* apiKey - The authentication key required to securely connect to Brevo’s API.

### How to Retrieve This Credential

Follow these steps to find your Brevo API Key:

1. Log in to your Brevo Account.
2. Navigate to API Keys:

* Click on your profile avatar in the top-right corner.
* Select SMTP & API from the dropdown menu.
* Under the API Keys section, click Generate a new API Key if you don’t have one.
* Copy the generated API Key (this is your apiKey).

1. Store the API Key securely, as it will not be visible again after creation.

### Final Steps

1. Copy and paste the retrieved API Key into the Churned integration form.
2. Click Save and test the connection to ensure everything is working correctly.
3. Once connected, notify the Churned team to synchronize data.

### Helpful Links

* [Brevo API Documentation](https://developers.brevo.com/)


---

# 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.churned.io/churned-docs/integrations/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.
