Message Read Webhook
When this fires
Triggered when a creator marks messages from a user as read.
Payload
counterpartUuid: UUID of the user whose messages were marked as readreadMessagesCount: Number of messages that were marked as readrecipientUuid: UUID of the creator who read the messagestimestamp: ISO 8601 time the event occurred
Example payload
Usage
Use readMessagesCount to update local unread message counts without needing to call the /unread endpoint. When you receive this event, subtract readMessagesCount from your cached unread count for the given counterpartUuid.