Apollo.io
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
apikey | string | true | false |
Example
1 { 2 "name": "apollo connection", 3 "type": "apollo", 4 "configuration": { 5 "apikey": "9snbax8ij4hvAvBv3ap3EpQ" 6 } 7 }
Model Sync
Enrichment
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Accepted Values: organizations, people | false | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "" 5 } 6 }
Target
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
contact_allow_multiple_sequences | boolean | Allow contact addition to multiple sequences | false | false |
limit_records | boolean | Limit number of synced records | false | false |
limit_type | string | Limit type | false | false |
record_limit | integer | Record limit | false | false |
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 }