Posts a status for a message

Use this method to update the status of a message in the platform. This is intended to be used when integrating custom channels and you want to be able to feedback message statuses (receipts).

Path Params
string
required
^([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|[a-f0-9]{32}$

The api space id

string
required

The id of the message

string
enum
required

The status of the message

Allowed:
Body Params

The status details

string
required

The id of the channel the status is for.

channelStatus
object

Status data from the channel.

date-time

The date (in UTC, ISO 8601 format) of the message status

string

A plain-english description of the reason for failure

Responses

400

Validation issues were found

404

The message was not found

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json