Skip to main content

UpdateAutomationInput

Autogenerated input type of UpdateAutomation

input UpdateAutomationInput {
actions: [AutomationActionInput!]
clientMutationId: String
conditions: AutomationConditionsInput
description: String
event: AutomationEventEnum
id: ID!
name: String
status: AutomationStatusEnum
}

Fields

UpdateAutomationInput.actions ● [AutomationActionInput!] list input

Actions to be executed when the automation rule is triggered.

UpdateAutomationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateAutomationInput.conditions ● AutomationConditionsInput input

Conditions that must be met for the automation rule to trigger.

UpdateAutomationInput.description ● String scalar

Description of the automation rule.

UpdateAutomationInput.event ● AutomationEventEnum enum

Event type that triggers the automation rule.

UpdateAutomationInput.id ● ID! non-null scalar

ID of the automation rule to update.

UpdateAutomationInput.name ● String scalar

Name of the automation rule.

UpdateAutomationInput.status ● AutomationStatusEnum enum

Whether the automation rule is active.

Member Of

automationUpdateRules mutation