InkWhatsApp
This type wraps around the Message type for WhatsApp message.
Fields
Whatsapp message contact channel identity.
Whatsapp message delivery status.
The direction of the message.
From WhatsApp phone number.
Whether or not the message is a whatsapp message.
Date when the conversation event was created.
All Tags associated with a message.
Whatsapp contact phone number.
The vendor id.
Whatsapp message content.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"contactChannelIdentity": InkContactChannelIdentity,
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"fromHandle": "defense-service-outside-subject-happy",
"isChannelWhatsapp": true,
"occurredAt": "1989-04-03T12:25:27.224029+00:00",
"tags": [InkTag],
"toHandle": "fact-test-page-west-thought",
"vendorId": "28165829",
"whatsappContent": WhatsAppTextMessage
}