Iterable

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI keytrue
event_typesarrayEvent typesfalse

Example

{
"name": "Iterable connection",
"type": "iterable",
"configuration": {
"api_key": "secret",
"event_types": [
{
"label": "",
"value": ""
}
]
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObject

Accepted values: campaigns, lists, users
true

Example

{
...
"configuration": {
"object": "calls"
}
}

Target

Iterable connections may be used as the destination in a model sync.

Bulk Sync

Source

Iterable connections may be used as a bulk sync source. No additional configuration options are required.