For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inBook a demo
  • Getting started
    • Introduction
    • Obtaining API keys
    • Quickstart
    • Concepts
    • Embedding authentication
    • Versioning
    • Idempotent requests
  • Configuring your connections
    • CDC streaming from databases
      • Affinity
      • Airtable
      • Amplitude
      • API
      • Apollo.io
      • Asana
      • Ascend
      • Attio
      • AWS S3
      • AWS Athena
      • AWS OpenSearch
      • Azure Blob Storage
      • Azure SQL
      • BiqQuery
      • CloudSQL (MySQL)
      • CloudSQL (Postgres)
      • Chargebee
      • ConstructionWire
      • CosmosDB
      • Customer.io
      • Databricks
      • Datadog
      • dbt Cloud
      • Delighted
      • Dialpad
      • Dittofeed
      • DynamoDB
      • Facebook Ads
      • Freshdesk
      • Front
      • FullStory
      • Google Cloud Storage
      • Github
      • Google Ads
      • Google Workspace
      • Google Sheets
      • Harmonic
      • Heap
      • Honeycomb
      • HubSpot
      • Intercom
      • Iterable
      • Jira
      • Klaviyo
      • Kustomer
      • Linear
      • Linkedin Ads
      • Lob
      • Mailercheck
      • Marketo
      • MongoDB
      • Microsoft Ads
      • MySQL
      • Netsuite
      • Outreach
      • Pardot
      • Pipedrive
      • Postgres
      • PredictLeads
      • Quickbooks
      • Recharge
      • Redshift
      • Redshift Serverless
      • Reply.io
      • Salesforce
      • Segment
      • SFTP
      • Shopify
      • Short.io
      • Slack
      • Snowflake
      • Statsig
      • Stripe
      • Survicate
      • Synapse
      • Tixr
      • Unbounce
      • Uservoice
      • Vanilla Forums
      • Webhooks
      • Zendesk Chat
      • Zendesk Support
      • ZoomInfo
  • API Reference
Logo
Log inBook a demo
On this page
  • Connection
  • Configuration
  • Example
  • Model Sync
  • Source
  • Configuration
  • Example
  • Enrichment
  • Configuration
  • Example
  • Target
  • All targets
  • Configuration
  • Example
  • Bulk Sync
  • Source
Configuring your connectionsConnection configurations

Apollo.io

Was this page helpful?
Previous

Asana

Next

Supports:

  • ✅ Models
  • ✅ Enrichment
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
apikeystringApollo API Keytrue

Example

1{
2 "name": "Apollo.io connection",
3 "type": "apollo",
4 "configuration": {
5 "apikey": "9snbax8ij4hvAvBv3ap3EpQ"
6 }
7}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "object"
5 }
6}

Enrichment

Configuration

NameTypeDescriptionRequired
objectstringAccepted values: organizations, peoplefalse

Example

1{
2 ...
3 "configuration": {
4 "object": ""
5 }
6}

Target

Apollo.io connections may be used as the destination in a model sync.

All targets

Configuration
NameTypeDescriptionRequired
contact_allow_multiple_sequencesbooleanAllow contact addition to multiple sequencesfalse
limit_recordsbooleanLimit number of synced recordsfalse
limit_typestringLimit type

Accepted values: Per day, Per sync run
false
record_limitintegerRecord limitfalse
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "contact_allow_multiple_sequences": false,
6 "limit_records": false,
7 "limit_type": "",
8 "record_limit": 0
9 }
10 }
11}

Bulk Sync

Source

Apollo.io connections may be used as a bulk sync source. No additional configuration options are required.