GraphQL API
Organization API
Organization / Types/ object

SupportInboxConnection

A paginated list of SupportInbox edges.

Fields

2 fields
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.

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.

The tickets associated with this support inbox.

cursorString!

A unique cursor that can be used for pagination.