> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Brevo connector

> C1 provides identity governance for Brevo. Integrate your Brevo instance with C1 for unified visibility and governance over user access.

C1 provides identity governance for Brevo (formerly Sendinblue). Integrate your
Brevo corporate account with C1 for unified visibility over the people in your
account, the groups they belong to, and group membership.

## Capabilities

| Resource | Sync                                                          | Provision |
| -------- | ------------------------------------------------------------- | --------- |
| Users    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Groups   | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector syncs your Brevo corporate users as identities (keyed by email),
your corporate groups, and the group membership of each user. The corporate
account owner is surfaced as a profile attribute, and pending invitations are
reported alongside active members.

<Warning>
  The connector reads Brevo's corporate (`/v3/corporate/*`) endpoints, which are
  available only on Brevo's Admin / enterprise tier. An API key from a standard
  account will receive an HTTP 403 from these endpoints.
</Warning>

## Gather Brevo credentials

<Warning>
  You need administrator access to your Brevo account on the Admin / enterprise
  tier to generate an API key with access to the corporate endpoints.
</Warning>

<Steps>
  <Step>
    Sign in to Brevo as an administrator.
  </Step>

  <Step>
    Open the account menu in the top-right corner and go to **SMTP & API** >
    **API Keys**.
  </Step>

  <Step>
    Click **Generate a new API key**, give it a name, and copy its value. Brevo
    API keys begin with `xkeysib-`. This key authorizes the connector to read
    your corporate users and groups.
  </Step>
</Steps>

## Configure the Brevo connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Brevo** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Brevo connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the Brevo credentials:

        * **API key**: The `xkeysib-...` API key you generated in Brevo.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Brevo connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the Brevo connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the Brevo API key.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **BATON\_BREVO\_API\_KEY**: The `xkeysib-...` API key you generated in Brevo.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your Brevo connector is now pulling access data into C1.
  </Tab>
</Tabs>
