Update custom channel message status
UpdateMessageStatusUpdate a message's delivery status to SENT, FAILED, or READ within a custom channel, with an optional error message for failed deliveries.
Instructions
Update the delivery status of a message within a custom channel: SENT, FAILED, or READ. For FAILED messages, include an error message for clarification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | Unique identifier of the message to be updated | |
| message_status | Yes | The new status of the message | |
| channel_identifier | Yes | The unique identifier for the custom channel where the message is located | |
| error_message_for_failed_status | No | Error message clarifying the failure. Only used when message_status is FAILED |