Attributes

org_id
string

The unique identifier of the organization that owns the WhatsApp account.

chat_id
string

The unique identifier of the WhatsApp chat or group where the notification occurred.

notification_id
string

A unique identifier for the notification, typically containing information about the chat, action, and participant.

author
string

The WhatsApp ID of the user who triggered the notification (format: {phone_number}@c.us).

body
string | null

The content of the notification message. Can be null for certain notification types.

id
object

Detailed identification information for the notification.

recipientids
array

An array of WhatsApp IDs for the notification recipients (format: ["{phone_number}@c.us"]).

type
string

The type of notification event. Possible values are add,remove,promote,demote, leave

timestamp
string

The ISO 8601 formatted timestamp when the notification was created.

org_phone
string

The WhatsApp ID of the organization’s account (format: {phone_number}@c.us).

unique_id
string

A unique identifier for the notification event, matching the id.id field.