Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
site_id | string | true | false | |
tracking_api_key | string | true | false | |
app_api_key | string | true | false |
Example
1 { 2 "name": "customerio connection", 3 "type": "customerio", 4 "configuration": { 5 "app_api_key": "7f81wos4eeua0kap5dabridfwgd1uh", 6 "site_id": "osh853chlrhick8w7qyz", 7 "tracking_api_key": "a7l1nkxqhnwa48h94vbmsly1a2pnss" 8 } 9 }