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

# Apollo Integration

> Connect your Apollo account to Conversion and configure the required permissions.

The Apollo integration connects your Apollo account to Conversion, enabling workflow nodes like [Apollo Enrichment](/product-docs/workflows/nodes/apollo-enrichment) to pull firmographic and contact data automatically.

<Frame caption="Apollo integration under Settings > Integrations">
  <img src="https://mintcdn.com/conversion/yhLIH2zz7S56ds7a/images/Screenshot2025-10-21at4.26.38PM.png?fit=max&auto=format&n=yhLIH2zz7S56ds7a&q=85&s=e6e0a1ba001635776a1abc7b598708f3" alt="Screenshot2025-10-21at4.26.38PM Pn" width="2058" height="202" data-path="images/Screenshot2025-10-21at4.26.38PM.png" />
</Frame>

## Connecting Apollo

Navigate to **Settings > Integrations** and select **Apollo** from the available integrations. Complete OAuth authentication with your Apollo account credentials.

Once authorized, Apollo appears in your integrations list with a green **Connected** badge. You can disconnect or re-authorize at any time if credentials expire or you need to switch accounts.

## Required permissions

<Steps>
  <Step title="Authorize third-party apps">
    Ensure the **"Can authorize third-party apps/integrations via OAuth"** box is checked in Apollo under **Settings > Users and teams > Permission profiles**. Read more in the [Apollo OAuth documentation](https://docs.apollo.io/docs/use-oauth-20-authorization-flow-to-access-apollo-user-information-partners).
  </Step>

  <Step title="Verify required scopes">
    The authenticating user must have the following scopes enabled in Apollo:

    * `app_scopes`
    * `people_match`
    * `people_bulk_match`
    * `people_search`
    * `organization_read`
    * `organizations_search`
    * `organizations_enrich`
    * `organizations_bulk_enrich`

    <img src="https://mintcdn.com/conversion/yhLIH2zz7S56ds7a/images/Screenshot2025-10-21at4.31.29PM.png?fit=max&auto=format&n=yhLIH2zz7S56ds7a&q=85&s=f1c4368b0d4c6a080abd403194c6d583" alt="Required Apollo OAuth scopes" title="Required Apollo OAuth scopes" style={{ width:"62%" }} className="mr-auto" width="1276" height="1030" data-path="images/Screenshot2025-10-21at4.31.29PM.png" />
  </Step>
</Steps>
