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

API Documentation

WasenderApi WhatsApp API

Webhook: Contact Upsert

Webhooks

Triggered when a new contact is added or an existing contact is updated in your session's contact list.

Webhook: Contact Upsert

Triggered when a new contact is added or an existing contact is updated in your session's contact list.

Code Examples

{
  "event": "contacts.upsert",
  "timestamp": 1633456789,
  "data": [
    {
      "jid": "1234567890",
      "name": "Contact Name",
      "notify": "Contact Display Name",
      "verifiedName": "Verified Business Name",
      "status": "Hey there! I am using WhatsApp."
    }
  ]
}