InkTwilioWhatsApp
This type wraps around the Message type for a Twilio WhatsApp message.
Fields
Twilio WhatsApp message contact channel identity.
Message delivery status.
The direction of the message.
From WhatsApp number.
Date when the conversation event was created.
All Tags associated with a message.
To WhatsApp 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": "Mr-cup-investment-the-officer",
"occurredAt": "2001-05-05T12:33:39.283807+00:00",
"tags": [InkTag],
"toHandle": "hospital-cultural-personal-baby-skill",
"vendorId": "17720855",
"whatsappContent": WhatsAppTextMessage
}