Apollo.io

Supports:

  • ✅ Enrichment
  • ✅ Model sync destination

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
apikeystringtruefalse

Example

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

Model Sync

Enrichment

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringAccepted Values: organizations, peoplefalsefalse

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
NAMETYPEDESCRIPTIONREQUIREDREADONLY
contact_allow_multiple_sequencesbooleanAllow contact addition to multiple sequencesfalsefalse
limit_recordsbooleanLimit number of synced recordsfalsefalse
limit_typestringLimit typefalsefalse
record_limitintegerRecord limitfalsefalse
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}