> ## Documentation Index
> Fetch the complete documentation index at: https://docs.accessowl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Brevo

AccessOwl integrates with Brevo (formerly Sendinblue) to provision and deprovision user access in your Brevo account.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl revokes user access in your Brevo account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* The ability to **manage users** in your Brevo account (the account owner, or a user with the **Manage users** permission), so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Brevo in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Invite the integration account with the Manage users permission">
    AccessOwl shows you the integration account's email address. In Brevo:

    * Open the profile menu in the top-right corner and select **Users**.
    * Click **Add a user**.
    * Enter the integration account's email address.
    * Choose **Custom access** and enable the **Manage users** permission.
    * Click **Send invitation**.

    <Note>
      The integration account needs the Manage users permission because it has to both invite and revoke users on your behalf. A user with only standard access cannot add or remove other users.
    </Note>
  </Step>
</Steps>
