GraphQL API
Organization API
Organization / Types/ object

SupportInbox

Fields

9 fields
idID!

Unique primary key.

nameString!

Name of the support inbox.

Channel of the support inbox.

EMAIL
inboundEmailAddressString!

Inbound email address of the support inbox.

forwardEmailAddressString

Forward email address of the support inbox.

isInternalOnlyBoolean!

Whether this support inbox is restricted to internal users.

createdAtDateTimeTz!

When the support inbox was created.

updatedAtDateTimeTz!

When the support inbox was last updated.

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

The SupportTicket node.

cursorString!

A unique cursor that can be used for pagination.