Types
CreateAutomationRuleInput
Autogenerated input type of CreateAutomationRule
input
CreateAutomationRuleInputFields
automationRuleActions
required
The actions the rule performs. At least one is required.
automationRuleFilter
An audience and content filter applied before the rule runs.
clientMutationId
String
A unique identifier for the client performing the mutation.
name
String
Display name for the rule.
paused
Boolean
Whether the rule starts paused.
trigger
required
The event that fires the rule.
triggerParameters
JSONObject
Trigger-specific configuration.
triggerTargetableId
ID
The object the trigger is scoped to — resource ID or GlobalID.
triggerTargetableType
The kind of object the trigger is scoped to, when it has one.