Apollo
Apollo
This connector enables AI agents and RAG systems to retrieve context from Apollo through Airweave’s unified search layer.
Configuration
Apollo source connector.
Syncs Contacts, Accounts, Sequences, and Email Activities from your team’s Apollo account. Requires an Apollo API key (master key for Sequences and Email Activities).
Authentication
Supported authentication methods:
- Direct Credentials
- Auth Provider
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
ApolloAccountEntity
Schema for Apollo account (company) entities.
From POST /accounts/search. Accounts are companies added to your Apollo database.
ApolloContactEntity
Schema for Apollo contact entities.
From POST /contacts/search. Contacts are people added to your Apollo database.
ApolloSequenceEntity
Schema for Apollo sequence (email campaign) entities.
From POST /emailer_campaigns/search.
ApolloEmailActivityEntity
Schema for Apollo email activity (outreach message) entities.
From GET /emailer_messages/search. Represents emails sent as part of sequences.