Send Test Alert > Channels
Sends a test alert to Slack to verify a valid Slack setup.
post/server/channels/slack
Request body
Example request
{
"botToken": "BOT_TOKEN",
"botChannelId": "BOT_CHANNEL_ID"
}Response
OK
Example response
{
"result": "PING_SUCCESS"
}