ConversationForwardV2Input
Autogenerated input type of ConversationForwardV2
input ConversationForwardV2Input {
agentId: ID
attachments: [EmailAttachmentInput!]
bcc: [Email!]
body: String
cannedReplyId: ID
cc: [Email!]
channelId: ID
clientMutationId: String
conversationId: ID!
draftId: String
removeAllTags: Boolean
skipNotifications: Boolean
snoozeUntil: DateTime
state: ConversationState
subject: String
tagIdsToAdd: [ID!]
tagIdsToRemove: [ID!]
teamId: ID
to: [Email!]!
}
Fields
ConversationForwardV2Input.agentId ● ID scalar common
The agent to assign the conversation to.
ConversationForwardV2Input.attachments ● [EmailAttachmentInput!] list input common
Attachments for the message.
ConversationForwardV2Input.bcc ● [Email!] list scalar common
The recipients to bcc.
ConversationForwardV2Input.body ● String scalar common
The body of the forward.
ConversationForwardV2Input.cannedReplyId ● ID scalar common
The ID of the used canned reply.
ConversationForwardV2Input.cc ● [Email!] list scalar common
The recipients to cc.
ConversationForwardV2Input.channelId ● ID scalar common
The ID of the channel the conversation will come from.
ConversationForwardV2Input.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConversationForwardV2Input.conversationId ● ID! non-null scalar common
The ID of the conversation to forward.
ConversationForwardV2Input.draftId ● String scalar common
The ID of the draft used for this forward. The draft will be deleted once the forward is created.
ConversationForwardV2Input.removeAllTags ● Boolean scalar common
If all tags should be removed.
ConversationForwardV2Input.skipNotifications ● Boolean scalar common
If notifications should be skipped.
ConversationForwardV2Input.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.
ConversationForwardV2Input.state ● ConversationState enum common
The new state to set for the conversation.
ConversationForwardV2Input.subject ● String scalar common
The subject of the message.
ConversationForwardV2Input.tagIdsToAdd ● [ID!] list scalar common
The IDs of the tags to add.
ConversationForwardV2Input.tagIdsToRemove ● [ID!] list scalar common
The IDs of the tags to remove.
ConversationForwardV2Input.teamId ● ID scalar common
The team to assign the conversation to.
ConversationForwardV2Input.to ● [Email!]! non-null scalar common
The message recipient.
Member of
conversationForwardV2 mutation