Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringtruefalse
event_typesarrayfalsefalse

Example

1{
2 "name": "iterable connection",
3 "type": "iterable",
4 "configuration": {
5 "api_key": "secret",
6 "event_types": [
7 {
8 "label": "",
9 "value": ""
10 }
11 ]
12 }
13}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObject Accepted Values: campaigns, lists, userstruefalse

Example

1{
2 ...
3 "configuration": {
4 "object": "calls"
5 }
6}
Built with