Types
AutomationRuleAction
A single action performed by an automation rule when it fires.
object
AutomationRuleActionImplements
Fields
actionType
The kind of action performed.
asset
Image attached to the action, when it has one.
configParameters
JSONObject!
Action-specific configuration. An empty object when the action takes none.
createdAt
ISO8601DateTime!
When the action was created.
delaySeconds
Int
Seconds to wait after the trigger fires before running, for a relative schedule.
embeddedLink
Link preview attached to the action, when it has one.
id
ID!
ID of the object.
resourceId
ID!
Resource ID for this object, for interop with the Admin API.
scheduleKind
How the fire time is derived. Null is treated as relative.
scheduledTime
ISO8601DateTime
The fixed instant this action fires at, for an absolute schedule.
targetable
The object this action operates on, when it has one.