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

The slack channel id name to which the test message will be sent

Response

Successful operation

message
string

Message that indicates successful action