Skip to main content

Input fields

newMessage : InkSendMessageInput! required

The message to send.

replyToMessageRelayId : ID

The relay ID of the message we want to reply to.

shouldCloseConversation : Boolean

Whether to close the conversation.

useFullReplyThread : Boolean

Whether to attach the full reply thread to an email reply.

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

{ "newMessage": InkSendMessageInput, "replyToMessageRelayId": "80915702", "shouldCloseConversation": true, "useFullReplyThread": true }