Front

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI Tokentrue

Example

1{
2 "name": "Front connection",
3 "type": "front",
4 "configuration": {
5 "api_key": "secret"
6 }
7}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
stream_idstringObjecttrue

Example

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

Target

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