Skip to main content

ConversationReplyInput

Autogenerated input type of ConversationReply

input ConversationReplyInput {
agentId: ID
attachments: [EmailAttachmentInput!]
authorId: ID
bcc: [Email!]
body: String
cannedReplyId: ID
cc: [Email!]
channelId: ID
clientMutationId: String
contactId: ID
conversationId: ID!
createdAt: DateTime
draftId: String
removeAllTags: Boolean
skipNotifications: Boolean
snoozeUntil: DateTime
state: ConversationState
subject: String
tagIdsToAdd: [ID!]
tagIdsToRemove: [ID!]
teamId: ID
to: Email!
updatedAt: DateTime
}

Fields

ConversationReplyInput.agentId ● ID scalar common

The agent to assign the conversation to.

ConversationReplyInput.attachments ● [EmailAttachmentInput!] list input common

Attachments for the message.

ConversationReplyInput.authorId ● ID scalar common

The agent or contact that sends the message.

ConversationReplyInput.bcc ● [Email!] list scalar common

The recipients to bcc.

ConversationReplyInput.body ● String scalar common

The body of the reply.

ConversationReplyInput.cannedReplyId ● ID scalar common

The ID of the used canned reply.

ConversationReplyInput.cc ● [Email!] list scalar common

The recipients to cc

ConversationReplyInput.channelId ● ID scalar common

The ID of the channel the conversation will come from.

ConversationReplyInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationReplyInput.contactId ● ID scalar common

The contact that message should be attached to.

ConversationReplyInput.conversationId ● ID! non-null scalar common

The ID of the conversation to reply to.

ConversationReplyInput.createdAt ● DateTime scalar common

The date and time that the message was created.

ConversationReplyInput.draftId ● String scalar common

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

ConversationReplyInput.removeAllTags ● Boolean scalar common

If all tags should be removed.

ConversationReplyInput.skipNotifications ● Boolean scalar common

If notifications should be skipped.

ConversationReplyInput.snoozeUntil ● DateTime scalar common

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

ConversationReplyInput.state ● ConversationState enum common

The new state to set for the conversation.

ConversationReplyInput.subject ● String scalar common

The subject of the message.

ConversationReplyInput.tagIdsToAdd ● [ID!] list scalar common

The IDs of the tags to add.

ConversationReplyInput.tagIdsToRemove ● [ID!] list scalar common

The IDs of the tags to remove.

ConversationReplyInput.teamId ● ID scalar common

The team to assign the conversation to.

ConversationReplyInput.to ● Email! non-null scalar common

The message recipient.

ConversationReplyInput.updatedAt ● DateTime scalar common

The date and time that the message was updated.

Member of

conversationReply mutation