Track Message Delivery & Read Status
Configure callbacks to watch WhatsApp delivery receipts, blue ticks read receipts, and played media indicators.
Track whether your messages actually reach your users' screens by listening to status webhooks.
Message Status Pipeline
- Sent: Waplix received the API request and handed it over to the WhatsApp server.
- Delivered: The recipient's device received the message (double grey checkmark).
- Read: The user opened the message and read it (double blue checkmark).
Enable the status callbacks under Webhook Configuration to trigger events like message.delivered and message.read.
Was this page helpful?