Apollo

Add a bot to Apollo using the official integration.

The official Apollo integration allows your bot to create, enrich, update or search your Apollo contacts.

Setup

Install the integration in Botpress

First, install the integration to your bot:

  1. In Botpress Studio, select Explore Hub in the upper-right corner.
  2. Search for the Apollo.io integration, then select Install Integration.

In the Configuration menu, you should see one field: API Key. Leave it empty for now—you’ll come back to it after creating your Apollo API key.

Create an Apollo API key

Next, create an Apollo API key:

  1. Log in to your Apollo account.

  2. Select Admin Settings from the bottom-left corner.

  3. Select Integrations.

  4. Scroll all the way down and select API.

  5. From the left navigation bar, select API Keys.

  6. Fill out the required fields. From the APIs drop-down, select:

    • api/v1/people/match
    • api/v1/people/bulk_match
    • api/v1/contacts/create
    • api/v1/contacts/update
    • api/v1/contacts/search
  7. Select Create API key, then copy the generated key.

Configure the integration in Botpress

Now, you can finish setting up the integration in Botpress:

  1. In the integration’s API Key field, paste your apollo API key.
  2. Select Save Configuration.

Cards

Here’s a reference for all Cards available with the integration:

Bulk Enrich People

Enrich a list of people from your team's Apollo.io account

inputobject
outputobject

Create Contact

Create a new contact in Apollo.io

inputobject
outputobject

Enrich Person

Enrich a person from your team's Apollo.io account

inputobject
outputobject

Search Contacts

Find contacts from your team's Apollo.io account

inputobject
outputobject

Update Contact

Update a contact in Apollo.io

inputobject
outputobject

Triggers