Types
AutomationRuleActionInput
One action to create or update on an automation rule.
input
AutomationRuleActionInputFields
actionType
required
The kind of action to perform.
configParameters
JSONObject
Action-specific configuration.
delaySeconds
Int
Seconds to wait after the trigger fires before running.
id
ID
ID of an existing action to update — resource ID or GlobalID. Omit to create a new action.
scheduleKind
How the fire time is derived.
scheduledTime
ISO8601DateTime
The fixed instant to fire at, for an absolute schedule.
targetableId
ID
The object this action operates on — resource ID or GlobalID.
targetableType
The kind of object this action operates on, when it has one.