Reply a message
Replying a message in a channel
POST
https://api.usealerta.com/v1/reply
reply to a previously sent message. Ensure to set your header to secretKey: secret xxx
by mentioning it in the channel
example: In the channel, Type "@Alerta" and press enter
Request Body
Name
Type
Description
channelId*
string
The channel ID
threadId*
string
The thread ID
channelRef*
string
The reference of the channel
message*
string
The message
you want to reply with
{
"statusCode": 200,
"message": "Reply sent successfully",
"data": "None"
}
Last updated