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

API Documentation

WasenderApi WhatsApp API

Webhook: Contact Update

Webhooks

Triggered for other contact updates, such as a contact changing their profile picture or status (if available).

Webhook: Contact Update

Triggered for other contact updates, such as a contact changing their profile picture or status (if available).

Code Examples

{
  "event": "contacts.update",
  "timestamp": 1633456789,
  "data": [
    {
      "jid": "1234567890",
      "imgUrl": "https://pps.whatsapp.net/v/t61.24694-24/123456789_123456789_123456789_123456789_123456789.jpg"
    }
  ]
}