Mark messages as interacted
Marks the given messages as interacted with by the user. This can include any user action on the message, with optional metadata about the specific interaction. Cannot include more than 5 key-value pairs, must not contain nested data. Read more about message engagement statuses [here](/send-notifications/message-statuses#engagement-status).
Mark messages as interacted
Marks the given messages as interacted with by the user. This can include any user action on the message, with optional metadata about the specific interaction. Cannot include more than 5 key-value pairs, must not contain nested data. Read more about message engagement statuses here.
Endpoint
POST/v1/messages/batch/interacted
Rate limit
Tier 3Request body
message_ids
string[]
RequiredThe message IDs to batch mark as interacted with.
metadata
object(any)
Metadata about the interaction.
Returns
BatchListMessagesResponse
The list of messages that were updated.