GraphQL API
Organization API
Organization / Types/ object

SupportMessageConnection

A paginated list of SupportMessage edges.

Fields

2 fields
cursorString!

A unique cursor that can be used for pagination.

The attachments associated with this support message.

authorUserUser

Author user of the support message.

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.

endCursorString

The cursor to continue paginating forwards.

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.