Apollo.io

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
apikeystringApollo API keytrue

Example

{
"name": "Apollo.io connection",
"type": "apollo",
"configuration": {
"apikey": "9snbax8ij4hvAvBv3ap3EpQ"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Enrichment

Configuration

NameTypeDescriptionRequired
objectstringAccepted values: organizations, peoplefalse

Example

{
...
"configuration": {
"object": ""
}
}

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
{
...
"target": {
"configuration": {
"contact_allow_multiple_sequences": false,
"limit_records": false,
"limit_type": "",
"record_limit": 0
}
}
}

Bulk Sync

Source

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