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