Get Status
The status of the slack message can be requested by specifying the request_id that was returned from Send Message endpoint.
GET
/report/v1/message-log/{request_id}
Authentication
AUTHORIZATIONS: Bearer Token
Request parameters
| Parameter | Value / Pattern | Example(s) |
|---|---|---|
| *request_id | request_id that was returned from Send Message endpoint | ceba9fac-838c-44c7-b67d-03a4a6352058 |
Request
Response:
200 - Success
404 - Not Found
Response Parameters
| Parameter | Value / Pattern | Example(s) |
|---|---|---|
| channel | Messaging channels such as slack | slack |
| msg_id | The message id for each message in the request | a6c92cac-0a94-11ee-a7ad-0242c0a82022 |
| channel | Messaging channels such as slack | slack |
| status | This is the status of the message, and we have the following statuses: [delivered - Delivered to destination and confirmed], [undelivered - Failed delivery] |
delivered |
| work_space_name | Name of the Workspace to which the message is sent | Demo Works |
| slack_channel_name | Name of the Slack channel to which the message is sent | general |
| request_stage | Request is processed or not | processed |
| schedule_time | If the message is scheduled, this will return the time | null |