Skip to main content
Read receipts let the other person know you’ve seen their message. You can send them programmatically and receive them via webhooks when someone reads your message.

Mark a chat as read

This marks the entire conversation as read. The other person will see a “Read” indicator under their last message.

Receive read receipts via webhooks

Subscribe to receipt.read events to know when someone has read your messages:

List read receipts

Check the read status of a chat:

Common pattern: auto-read on webhook

Automatically mark conversations as read when you process incoming messages: