🚀
Alerta
  • Welcome!
  • Quick Start
  • Tutorial Video
  • Reference
    • API Reference
      • Send message
      • Reply a message
Powered by GitBook
On this page
  1. Reference
  2. API Reference

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"
}
{
    "statusCode": 403,
    "message": "Invalid API key",
    "error": "Forbidden"
}
PreviousSend message

Last updated 10 months ago