MobileNotificationPreferencesUpsertInput
Autogenerated input type of MobileNotificationPreferencesUpsert
input MobileNotificationPreferencesUpsertInput {
agentMention: Boolean
agentRepliesToConversationAssignedToMyTeam: Boolean
agentRepliesToConversationAssignedToOtherAgent: Boolean
agentRepliesToMyConversation: Boolean
agentRepliesToUnassignedConversation: Boolean
clientMutationId: String
conversationAssignedToMe: Boolean
conversationAssignedToMyTeam: Boolean
conversationAssignedToOtherAgent: Boolean
conversationCreated: Boolean
customerRatesConversationAssignedToMe: Boolean
customerRatesConversationAssignedToMyTeam: Boolean
customerRatesConversationAssignedToOtherAgent: Boolean
customerRepliesToConversationAssignedToMyTeam: Boolean
customerRepliesToMyConversation: Boolean
}
Fields
MobileNotificationPreferencesUpsertInput.agentMention ● Boolean scalar common
If true then send a notification when an agent mentions me.
MobileNotificationPreferencesUpsertInput.agentRepliesToConversationAssignedToMyTeam ● Boolean scalar common
If true then send a notification when an agent replies to a conversation assigned to my team.
MobileNotificationPreferencesUpsertInput.agentRepliesToConversationAssignedToOtherAgent ● Boolean scalar common
If true then send a notification when an agent replies to a conversation assigned to another agent.
MobileNotificationPreferencesUpsertInput.agentRepliesToMyConversation ● Boolean scalar common
If true then send a notification when an agent replies to my conversation.
MobileNotificationPreferencesUpsertInput.agentRepliesToUnassignedConversation ● Boolean scalar common
If true then send a notification when an agent replies to an unassigned conversation.
MobileNotificationPreferencesUpsertInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
MobileNotificationPreferencesUpsertInput.conversationAssignedToMe ● Boolean scalar common
If true then send a notification when a conversation is assigned to me.
MobileNotificationPreferencesUpsertInput.conversationAssignedToMyTeam ● Boolean scalar common
If true then send a notification when a conversation is assigned to my team.
MobileNotificationPreferencesUpsertInput.conversationAssignedToOtherAgent ● Boolean scalar common
If true then send a notification when a conversation is assigned to any other agent.
MobileNotificationPreferencesUpsertInput.conversationCreated ● Boolean scalar common
If true then send a notification when a conversation is created.
MobileNotificationPreferencesUpsertInput.customerRatesConversationAssignedToMe ● Boolean scalar common
If true then send a notification when a customer rates a conversation assigned to me.
MobileNotificationPreferencesUpsertInput.customerRatesConversationAssignedToMyTeam ● Boolean scalar common
If true then send a notification when a customer rates a conversation assigned to my team.
MobileNotificationPreferencesUpsertInput.customerRatesConversationAssignedToOtherAgent ● Boolean scalar common
If true then send a notification when a customer rates a conversation assigned to another agent.
MobileNotificationPreferencesUpsertInput.customerRepliesToConversationAssignedToMyTeam ● Boolean scalar common
If true then send a notification when a customer replies to a conversation assigned to my team.
MobileNotificationPreferencesUpsertInput.customerRepliesToMyConversation ● Boolean scalar common
If true then send a notification when a customer replies to my conversation.
Member of
mobileNotificationPreferencesUpsert mutation