Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Post a test message to the slack channel
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/slack/test \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "channelId": "<string>" } '
{ "message": "<string>" }
The slack channel id name to which the test message will be sent
Successful operation
Message that indicates successful action