monday.com

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI keytrue

Example

{
"name": "monday.com connection",
"type": "monday",
"configuration": {
"api_key": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
object_configobjectObjecttrue

Example

{
...
"configuration": {
"object_config": {}
}
}

Target

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

All targets

Configuration
NameTypeDescriptionRequired
auto_create_groupsbooleanAuto-create groups if they don’t existfalse
Example
{
...
"target": {
"configuration": {
"auto_create_groups": false
}
}
}

Target creation

monday.com connections may be used to create a new target for a model sync. The following parameters are required to create a new target:

NAMEDESCRIPTIONENUM
nameBoard namefalse

Bulk Sync

Source

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