Plain

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringThe API key for your Plain machine user.truefalse

Example

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

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObjecttruefalse

Example

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