Skip to main content

Input fields

accountNumber : String! required

The number of the Kraken account that the message was from.

messageId : String! required

An arbitrary, unique ID for this message.

Used in combination with vendor to guarantee uniqueness of the message in Ink. Stored as vendor_id.

newMessage : InkMessageInput! required

The message to ingest.

occurredAt : DateTime

When the message occurred in the system of origin.

vendor : String

An optional value that is used in conjunction with message_id to guarantee uniqueness of a message in Ink.

It is usually name of the system the message originated from. If not supplied, Ink provides a default system value.

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-290F9F3B", "messageId": "51775463", "newMessage": InkMessageInput, "occurredAt": "1994-09-26T17:58:34.317774+00:00", "vendor": "quality-serve-food-buy-responsibility" }