monday.com

Supports:

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

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringtruefalse

Example

1{
2 "name": "monday.com connection",
3 "type": "monday",
4 "configuration": {
5 "api_key": ""
6 }
7}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
object_configobjectObjecttruefalse

Example

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

Target

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

All targets

Configuration
NAMETYPEDESCRIPTIONREQUIREDREADONLY
auto_create_groupsbooleanAuto-create groups if they don’t existfalsefalse
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "auto_create_groups": false
6 }
7 }
8}