Skip to main content

ConversationState

The possible states of a conversation.

enum ConversationState {
CLOSED
DELETED
OPENED
SNOOZED
SPAM
TRASH
UNREAD
}

Values

ConversationState.CLOSED

The conversation is closed.

ConversationState.DELETED

The conversation was moved to trash (soft deleted).

ConversationState.OPENED

The conversation has been viewed by an agent.

ConversationState.SNOOZED

The conversation is snoozed.

ConversationState.SPAM

The conversation is marked as spam.

ConversationState.TRASH

The conversation is in the trash.

ConversationState.UNREAD

The conversation is new or contains unread messages.

Member of

Conversation interface ● conversationAddNoteInput input ● ConversationCountFilter input ● ConversationCreateEmailInput input ● ConversationFilter input ● ConversationForwardInput input ● ConversationForwardV2Input input ● ConversationLogInput input ● ConversationReplyInput input ● EmailConversation object ● FacebookConversation object ● StateChanged object ● TagFilter input ● TwitterConversation object ● WidgetConversation object