> ## 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.

# Mailchimp

AccessOwl integrates with Mailchimp to provision and deprovision user access in your Mailchimp 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 removes members from your Mailchimp account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Mailchimp account, so you can invite the integration account.

## Setup

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

  <Step title="Invite the integration account as Admin">
    AccessOwl shows you the integration account's email address. In Mailchimp:

    * Click your profile icon, then click **Account & billing**.
    * Click the **Settings** dropdown and select **Users**.
    * Click **Invite A User**.
    * Enter the integration account's email address.
    * In the **User type** section, set the role to **Admin**.
    * Click **Send Invite**.

    <Note>
      The integration account needs the Admin role because only Admins can invite users, change user roles, and revoke access, which AccessOwl uses to provision and deprovision members.
    </Note>
  </Step>
</Steps>
