Skip to main content

ConversationForwardInput

Autogenerated input type of ConversationForward

input ConversationForwardInput {
agentId: ID
attachments: [EmailAttachmentInput!]
bcc: [Email!]
body: String
cannedReplyId: ID
cc: [Email!]
channelId: ID
clientMutationId: String
conversationId: ID!
draftId: String
skipNotifications: Boolean
snoozeUntil: DateTime
state: ConversationState
subject: String
teamId: ID
to: Email!
}

Fields

ConversationForwardInput.agentId ● ID scalar common

The agent to assign the conversation to.

ConversationForwardInput.attachments ● [EmailAttachmentInput!] list input common

Attachments for the message.

ConversationForwardInput.bcc ● [Email!] list scalar common

The recipients to bcc.

ConversationForwardInput.body ● String scalar common

The body of the forward.

ConversationForwardInput.cannedReplyId ● ID scalar common

The ID of the used canned reply.

ConversationForwardInput.cc ● [Email!] list scalar common

The recipients to cc.

ConversationForwardInput.channelId ● ID scalar common

The ID of the channel the conversation will come from.

ConversationForwardInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationForwardInput.conversationId ● ID! non-null scalar common

The ID of the conversation to forward.

ConversationForwardInput.draftId ● String scalar common

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

ConversationForwardInput.skipNotifications ● Boolean scalar common

If notifications should be skipped.

ConversationForwardInput.snoozeUntil ● DateTime scalar common

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

ConversationForwardInput.state ● ConversationState enum common

The new state to set for the conversation.

ConversationForwardInput.subject ● String scalar common

The subject of the message.

ConversationForwardInput.teamId ● ID scalar common

The team to assign the conversation to.

ConversationForwardInput.to ● Email! non-null scalar common

The message recipient.

Member of

conversationForward mutation