Send message
Sending a message to a channel
POST
https://api.usealerta.com/v1/send
Send a new message. Ensure to set your header to secretKey: secret xxx
Request Body
Name
Type
Description
channel*
string
The name of the channel
message*
string
The message
you want to send to the channel
replyTo
boolean
set to true if you want to reply to the message in future, it will return necessary params
Last updated