curl "https://your-collabase.ch/api/v1/automation/connectors" \
-H "Authorization: Bearer cba_live_..."
[
{
"id": "slack",
"name": "Slack",
"description": "Post messages and manage channels in Slack.",
"authType": "apiKey",
"category": "communication",
"actions": [
{ "id": "sendMessage", "name": "Send Message" },
{ "id": "sendDm", "name": "Send Direct Message" }
],
"schemaFields": [
{ "key": "botToken", "label": "Bot Token", "type": "string", "required": true }
]
}
]
Return metadata for all installed automation connectors.
curl "https://your-collabase.ch/api/v1/automation/connectors" \
-H "Authorization: Bearer cba_live_..."
[
{
"id": "slack",
"name": "Slack",
"description": "Post messages and manage channels in Slack.",
"authType": "apiKey",
"category": "communication",
"actions": [
{ "id": "sendMessage", "name": "Send Message" },
{ "id": "sendDm", "name": "Send Direct Message" }
],
"schemaFields": [
{ "key": "botToken", "label": "Bot Token", "type": "string", "required": true }
]
}
]
slack.curl "https://your-collabase.ch/api/v1/automation/connectors" \
-H "Authorization: Bearer cba_live_..."
[
{
"id": "slack",
"name": "Slack",
"description": "Post messages and manage channels in Slack.",
"authType": "apiKey",
"category": "communication",
"actions": [
{ "id": "sendMessage", "name": "Send Message" },
{ "id": "sendDm", "name": "Send Direct Message" }
],
"schemaFields": [
{ "key": "botToken", "label": "Bot Token", "type": "string", "required": true }
]
}
]
Was this page helpful?