Configuring your connectionsConnection configurationsAttioConnection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYworkspace_namestringfalsetrue Example 1{2 "name": "attio connection",3 "type": "attio",4 "configuration": {5 {}6 }7} Model Sync Source Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYobjectstringObjecttruefalselistobjectListtruefalse Example 1{2 ...3 "configuration": {4 "list": {},5 "object": ""6 }7} Target Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYremove_invalid_referencesbooleanRemove invalid relationship ID referencesfalsefalseauto_create_multi_select_optionsbooleanCreate multi-select options if they don’t existfalsefalse Example 1{2 ...3 "target": {4 "configuration": {5 "auto_create_multi_select_options": false,6 "remove_invalid_references": false7 }8 }9}Built with