Skip to main content
POST
/
v0
/
slack
/
test
Post a test message to the slack channel
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>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
channelId
string
required

Response

message
string