Post a test message to the slack channel
cURL
curl --request POST \ --url 'https://api-(organization).gable.ai/v0/slack/test' \ --header 'Content-Type: application/json' \ --data '{ "channelId": "<string>" }'
{ "message": "<string>" }
Successful operation
The response is of type object.
object