Skip to main content

conversationAddNoteInput

Autogenerated input type of conversationAddNote

input conversationAddNoteInput {
agentId: ID
attachments: [EmailAttachmentInput!]
authorId: ID
authorReassign: Boolean
body: String
clientMutationId: String
conversationId: ID!
createdAt: DateTime
draftId: String
skipNotifications: Boolean
snoozeUntil: DateTime
state: ConversationState
teamId: ID
updatedAt: DateTime
}

Fields

conversationAddNoteInput.agentId ● ID scalar common

The agent to assign the conversation to.

conversationAddNoteInput.attachments ● [EmailAttachmentInput!] list input common

Attachments for the note.

conversationAddNoteInput.authorId ● ID scalar common

The agent that creates the message.

conversationAddNoteInput.authorReassign ● Boolean scalar common

Whether to assign author of the note to the ticket. Defaults to false

conversationAddNoteInput.body ● String scalar common

The body of the note.

conversationAddNoteInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

conversationAddNoteInput.conversationId ● ID! non-null scalar common

The ID of the conversation.

conversationAddNoteInput.createdAt ● DateTime scalar common

The date and time that the note was created.

conversationAddNoteInput.draftId ● String scalar common

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

conversationAddNoteInput.skipNotifications ● Boolean scalar common

Whether to skip notifications for this note.

conversationAddNoteInput.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.

conversationAddNoteInput.state ● ConversationState enum common

The new state to set for the conversation.

conversationAddNoteInput.teamId ● ID scalar common

The team to assign the conversation to.

conversationAddNoteInput.updatedAt ● DateTime scalar common

The date and time that the note was updated.

Member of

conversationAddNote mutation