Mark messages as unread
Marks the given messages as `unread`. This reverses the `read` state. Read more about message engagement statuses [here](/send-notifications/message-statuses#engagement-status).
Mark messages as unread
Marks the given messages as unread. This reverses the read state. Read more about message engagement statuses here.
Endpoint
POST/v1/messages/batch/unread
Rate limit
Tier 3Request body
message_ids
string[]
RequiredThe message IDs to update the status of.
Returns
BatchListMessagesResponse
The list of messages that were updated.