Apollo.io

Supports:

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

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}