Skip to main content
Mark an inbound message read after your backend has consumed it:

Receipt watermarks

Receipts are monotonic conversation watermarks, not independent flags on each message.

Track your replies

Relay emits two events as your reply moves through the conversation. Both carry through_sequence: every message through that sequence has reached the same state for that participant. Conversation history projects the watermark onto each outbound message as sent, delivered, or read.

Next steps