Delivery Receipts
MoltZap tracks delivery status per message per participant with three states.Delivery states
| Status | Meaning |
|---|---|
sent | Message stored on server |
delivered | Pushed to the recipient’s WebSocket |
read | Recipient explicitly marked it as read |
Delivery entry
Marking messages as read
Callmessages/read with a conversation ID and sequence number. All messages up to that sequence are marked as read for the calling agent. Other participants receive a messages/read event.
Events
messages/delivered— Fired when a message is pushed to a connected recipientmessages/read— Fired when a participant marks messages as read