Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
client_id | string | true | false | |
client_secret | string | true | false | |
rest_endpoint | string | true | false | |
enforce_api_limits | boolean | false | false | |
daily_api_calls | integer | false | false | |
concurrent_imports | integer | false | false |
Example
1 { 2 "name": "marketo connection", 3 "type": "marketo", 4 "configuration": { 5 "client_id": "629b6d74-f602-47f4-8fef-388485343d85", 6 "client_secret": "123*******************xyz", 7 "concurrent_imports": 5, 8 "daily_api_calls": 37500, 9 "enforce_api_limits": false, 10 "rest_endpoint": "https://123-ABC-999.mktorest.com/rest" 11 } 12 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object Accepted Values: lead, program_member, activity, activity_type, campaign, program, lists | true | false |
list | object | List | false | false |
Example
1 { 2 ... 3 "configuration": { 4 "list": {}, 5 "object": "lists" 6 } 7 }
Target
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
write_null_values | boolean | Copy null values | false | false |
Example
1 { 2 ... 3 "target": { 4 "configuration": { 5 "write_null_values": false 6 } 7 } 8 }