Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
workspace_name | string | false | true |
Example
1 { 2 "name": "attio connection", 3 "type": "attio", 4 "configuration": { 5 {} 6 } 7 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object | true | false |
list | object | List | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "list": {}, 5 "object": "" 6 } 7 }
Target
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
remove_invalid_references | boolean | Remove invalid relationship ID references | false | false |
auto_create_multi_select_options | boolean | Create multi-select options if they don’t exist | false | false |
Example
1 { 2 ... 3 "target": { 4 "configuration": { 5 "auto_create_multi_select_options": false, 6 "remove_invalid_references": false 7 } 8 } 9 }