Skip to main content

Fields

contactChannelIdentity : InkContactChannelIdentity! required

Whatsapp message contact channel identity.

delivery : InkMessageDelivery! required

Whatsapp message delivery status.

direction : InkMessageDirection! required

The direction of the message.

fromHandle : String! required

From WhatsApp phone number.

isChannelWhatsapp : Boolean! required

Whether or not the message is a whatsapp message.

occurredAt : DateTime! required

Date when the conversation event was created.

tags : [InkTag!]! required

All Tags associated with a message.

toHandle : String! required

Whatsapp contact phone number.

vendorId : String

The vendor id.

whatsappContent : WhatsAppTextMessage! required

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 }