Front

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI tokentrue

Example

{
"name": "Front connection",
"type": "front",
"configuration": {
"api_key": "secret"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
stream_idstringObjecttrue

Example

{
...
"configuration": {
"stream_id": "contacts"
}
}

Target

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

Bulk Sync

Source

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