v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB
Outgoing Messages

Send Whatsapp Order Status Message

Send Whatsapp Order Status Message

post/whatsapp/message/order/status

Request body

tostring phone

The phone number to which the message is sent, with the country code.

fromstring phone

The WABA phone number the message is sent from, with the country code.

messageIdstring

Message ID (UUID v4). Generated if not provided.

Example request

{
  "to": "9199999999",
  "from": "9199999999",
  "messageId": "uuid-v4",
  "content": {
    "body": "Your booking is confirmed",
    "footer": "Thanks for choosing us",
    "orderStatus": {
      "referenceId": "pay_abc123xyz",
      "status": "completed",
      "description": "Booking confirmed"
    }
  }
}