Skip to main content

Fields

attachments : [InkMessageAttachment!]! required

Attachments on the LINE message.

contactChannelIdentity : InkContactChannelIdentity! required

The contact channel identity.

delivery : InkMessageDelivery! required

The delivery status of the message.

direction : InkMessageDirection! required

The direction of the message.

fromHandle : String! required

From LINE id.

isChannelLine : Boolean! required

Is this a LINE message.

lineMessage : LineMessage! required

The line message content.

occurredAt : DateTime! required

The time the message was sent/received.

tags : [InkTag!]! required

All Tags associated with a message.

toHandle : String! required

To LINE id.

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

{ "attachments": [InkMessageAttachment], "contactChannelIdentity": InkContactChannelIdentity, "delivery": InkMessageDelivery, "direction": "INBOUND", "fromHandle": "professor-conference-change-center-tend", "isChannelLine": true, "lineMessage": LineImageMessage, "occurredAt": "1987-04-18T03:11:36.225493+00:00", "tags": [InkTag], "toHandle": "remember-strong-own-call-deal" }