Message

whatsapp.message.updated

Used to describe the status of messages sent to WhatsApp users.

Example

{
  "eventId": "evt.2010624505038241792",
  "wabaId": "877138684687780",
  "apiVersion": "v1.0",
  "type": "whatsapp.message.updated",
  "message": {
    "wamid": "wamid.HBgNODDSWGjUyNjg3NABBCCDDYEjY1QjMwRUMxRjIwRjk5OTE4OQA=",
    "from": "String",
    "id": "0fa266b630ea87999c5b0eab2d258870",
    "to": "String",
    "status": "delivered",
    "errorMessage": "String",<!-- only included if status is failed  -->
    "errorCode": "String",   <!-- only included if status is failed  -->
  }
}

Webhook payload structures

Key

Type

Description

eventId

String

Unique identifier for the event.

wabaId

String

Whatsapp Bussiness Account ID.

wamid

String

Whatsapp Message ID.

from

String

Whatsapp Phone Number.

id

String

System internal message ID.

to

String

User reception number.

status

String

Message status.

errorMessage

String

Whatsapp Error Message. See also errorCodearrow-up-right details

errorCode

String

Whatsapp Error Code. See also errorCodearrow-up-right

Last updated