Skip to main content

Fields

contactChannelIdentity : InkContactChannelIdentity! required

The contact channel identity.

delivery : InkMessageDelivery! required

The delivery status.

direction : InkMessageDirection! required

The direction of the message.

displayContent : String! required

The content of the message.

fromHandle : String! required

The phone number the message was sent from.

isChannelSms : Boolean! required

Is this an SMS message.

occurredAt : DateTime! required

The time the message was sent/received at.

tags : [InkTag!]! required

All Tags associated with a message.

toHandle : String! required

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" }