WasenderApi - Low Cost WhatsApp API for Developers Webhook: Chat Update - API Documentation - WasenderApi - Low Cost WhatsApp API for Developers
WasenderApi API

API Documentation

WasenderApi WhatsApp API

Webhook: Chat Update

Webhooks

Triggered when properties of a chat are updated (e.g., unread count, mute status).

Webhook: Chat Update

Triggered when properties of a chat are updated (e.g., unread count, mute status).

Code Examples

{
  "event": "chats.update",
  "timestamp": 1633456789,
  "data": [
    {
      "id": "1234567890",
      "unreadCount": 0,
      "conversationTimestamp": 1633456789
    }
  ]
}