POST
/
v0
/
slack
/
test
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/slack/test' \
  --header 'Content-Type: application/json' \
  --data '{
  "channelId": "<string>"
}'
{
  "message": "<string>"
}

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.