Instantly

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI Keytrue

Example

1{
2 "name": "Instantly connection",
3 "type": "instantly",
4 "configuration": {
5 "api_key": ""
6 }
7}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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

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
1{
2 ...
3 "target": {
4 "configuration": {
5 "move_from_other_parents": false
6 }
7 }
8}

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.