ConnectorStatusDto
connectorTypeConnectorTyperequired
Possible values: [task_sync, notification]
connectionSchema objectrequired
JSON Schema describing the connection fields this connector needs.
property name*any
JSON Schema describing the connection fields this connector needs.
sourcestringrequired
accounts object[]required
Array [
connectionIdstringrequired
externalAccountIdstringrequired
emailstringnullablerequired
labelstringnullablerequired
lastSyncedstring
setupRequiredbooleanrequired
]
ConnectorStatusDto
{
"connectorType": "task_sync",
"connectionSchema": {},
"source": "string",
"accounts": [
{
"connectionId": "string",
"externalAccountId": "string",
"email": "string",
"label": "string",
"lastSynced": "string",
"setupRequired": true
}
]
}