GraphQL API
Organization API
Organization / Support

supportConversationCreateMessage

Create a message in a support conversation.

Arguments

3 arguments
idID!

ID of the support conversation.

stagedUrlString

Staged URL.

bcc[String!]

Email recipients to blind-copy.

bodyString

Body.

cc[String!]

Email recipients to copy.

isDraftBoolean

Whether to save the resource as a draft.

Current status of the support message.

AWAITING_REPLYCLOSEDOPENPENDINGRESOLVED
to[String!]

Primary email recipients.

Type of the support message.

CUSTOMERMESSAGENOTE
ticketIdID!

ID of the ticket.

Possible return

bcc[String!]

The bcc associated with this support message.

bodyString!

Body of the support message.

cc[String!]

The cc associated with this support message.

createdAtDateTimeTz!

When the support message was created.

emailInReplyToString

Email in reply to of the support message.

emailMessageIdString

ID of the email message.

emailReferencesString

Email references of the support message.

fromEmailString

From email of the support message.

fromNameString

From name of the support message.

hasOriginalEmailBoolean!

Whether the original received email is available to load.

idID!

Unique primary key.

isDraftBoolean!

Whether this support message is a draft.

originalHtmlString

The unmodified HTML body of the received email.

publishedAtDateTimeTz

When the support message was published.

to[String!]

The to associated with this support message.

Type of the support message.

CUSTOMERMESSAGENOTE
updatedAtDateTimeTz!

When the support message was last updated.

field[String!]
messageString!