Skip to main content

Fields

accountNumber : String

The number of the Kraken account that the conversation is from.

accountUsers : [AccountUserType!]

The account users on the conversation.

buckets : [InkBucket!]

The buckets the conversation is currently in.

contactChannelIdentities : InkContactChannelIdentities! required

The contact channel identities associated with this conversation.

Conversation events.

Arguments
after : String
before : String
first : Int
last : Int
id : ID! required
lastMessageAt : DateTime

The timestamp of the most recent message in the conversation.

status : InkConversationStatus! required

The status of the conversation.

tags : [InkTag!]

The tags on the conversation.

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

{ "accountNumber": "A-1ECB31CB", "accountUsers": [AccountUserType], "buckets": [InkBucket], "contactChannelIdentities": InkContactChannelIdentities, "events": InkConversationEventsConnection, "id": "19456105", "lastMessageAt": "1974-09-17T03:52:24.822936+00:00", "status": "OPEN", "tags": [InkTag] }