Skip to main content

conversationToggleNoteReactionInput

Autogenerated input type of conversationToggleNoteReaction

input conversationToggleNoteReactionInput {
clientMutationId: String
messageId: ID!
reaction: String!
skipNotifications: Boolean
snoozeUntil: DateTime
}

Fields

conversationToggleNoteReactionInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

conversationToggleNoteReactionInput.messageId ● ID! non-null scalar common

The ID of the message to toggle the reaction on.

conversationToggleNoteReactionInput.reaction ● String! non-null scalar common

The reaction to toggle.

conversationToggleNoteReactionInput.skipNotifications ● Boolean scalar common

Whether to skip notifications to agents.

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

Member of

conversationToggleNoteReaction mutation