InkSMS
This type wraps around the Message type for SMS.
Fields
The contact channel identity.
The delivery status.
The direction of the message.
The content of the message.
The phone number the message was sent from.
Is this an SMS message.
The time the message was sent/received at.
All Tags associated with a message.
The phone number the message was sent to.
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",
"displayContent": "strategy-with-piece-reason-late",
"fromHandle": "model-air-push-sound-process",
"isChannelSms": true,
"occurredAt": "1994-02-14T02:02:25.808020+00:00",
"tags": [InkTag],
"toHandle": "scene-call-deep-answer-audience"
}