Get Slack channels for workspace
cURL
curl --request GET \ --url https://{hostname}.gable.ai/v0/slack/channels \ --header 'X-API-KEY: <api-key>'
{ "channels": [ { "id": "<string>", "name": "<string>" } ], "workspaceName": "<string>" }
Slack channels
Show child attributes
Slack workspace name; Slack Client not valid if missing