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

API Documentation

WasenderApi WhatsApp API

Webhook: Chat Upsert

Webhooks

Triggered when a chat is created or updated (e.g., new message, read status change).

Webhook: Chat Upsert

Triggered when a chat is created or updated (e.g., new message, read status change).

Code Examples

{
  "event": "chats.upsert",
  "timestamp": 1633456789,
  "data": [
    {
      "id": "1234567890",
      "name": "Contact Name",
      "conversationTimestamp": 1633456789,
      "unreadCount": 2
    }
  ]
}