Skip to main content

ConversationCreateEmailInput

Autogenerated input type of ConversationCreateEmail

input ConversationCreateEmailInput {
assigned: AssignmentInput
cannedReplyId: ID
channelId: ID!
clientMutationId: String
createdAt: DateTime
draftId: String
message: EmailMessageInput!
skipNotifications: Boolean
snoozeUntil: DateTime
state: ConversationState
tagIds: [ID!]
}

Fields

ConversationCreateEmailInput.assigned ● AssignmentInput input common

The initially assigned agent or team.

ConversationCreateEmailInput.cannedReplyId ● ID scalar common

The ID of the used canned reply.

ConversationCreateEmailInput.channelId ● ID! non-null scalar common

The ID of the channel the conversation will happen in.

ConversationCreateEmailInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationCreateEmailInput.createdAt ● DateTime scalar common

The date and time that the ticket was created.

ConversationCreateEmailInput.draftId ● String scalar common

The ID of the draft used for this reply. The draft will be deleted once the reply is created.

ConversationCreateEmailInput.message ● EmailMessageInput! non-null input common

The first email message of the conversation

ConversationCreateEmailInput.skipNotifications ● Boolean scalar common

Whether to skip notifications for the conversation.

ConversationCreateEmailInput.snoozeUntil ● DateTime scalar common

The date and time until which the conversation is snoozed. If blank, it is snoozed indefinitely.

ConversationCreateEmailInput.state ● ConversationState enum common

The initial state of the conversation.

ConversationCreateEmailInput.tagIds ● [ID!] list scalar common

The IDs of the tags.

Member of

conversationCreateEmail mutation