Instantly

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI keytrue

Example

{
"name": "Instantly connection",
"type": "instantly",
"configuration": {
"api_key": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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

Target

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

All targets

Applies to:

  • campaign
  • list
Configuration
NameTypeDescriptionRequired
move_from_other_parentsbooleanMove leads from other lists/campaignsfalse
Example
{
...
"target": {
"configuration": {
"move_from_other_parents": false
}
}
}

Target creation

Instantly connections support creating a new target for a model sync. To create a new target, set target.new_name to the desired name (List name).

Bulk Sync

Source

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