Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
business_unit_id | string | false | false | |
account_type | string | Accepted Values: Production, Sandbox, Demo | false | false |
username | string | false | true | |
enforce_api_limits | boolean | false | false | |
daily_api_calls | integer | false | false |
Example
1 { 2 "name": "pardot connection", 3 "type": "pardot", 4 "configuration": { 5 "account_type": "Production", 6 "business_unit_id": "1234567", 7 "daily_api_calls": 0, 8 "enforce_api_limits": false 9 } 10 }