CreateAutomationTrigger
Create an automation trigger.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The request for a call to AutomationService_CreateAutomationTrigger.
The request for a call to AutomationService_CreateAutomationTrigger.
AutomationTriggerMatchFilter selects which stopped runs a trigger matches. Empty asset_ids, absent name_match, and empty metadata_matches each match any value. Dimensions are AND'd. STARTS_WITH / ENDS_WITH / CONTAINS are case-insensitive; REGEX is Go regexp (add (?i) for case-insensitive).
AutomationTriggerActionKind is what a trigger does when it fires. v1 is CANVAS_EVALUATION only.
AUTOMATION_TRIGGER_ACTION_KIND_UNSPECIFIED, AUTOMATION_TRIGGER_ACTION_KIND_CANVAS_EVALUATION AutomationTriggerActionParams is the public action_params shape, oneof by action kind.
Defaults to true when unset.
Defaults to the creating user's address when empty.
Response
A successful response.
The response of a call to AutomationService_CreateAutomationTrigger.
AutomationTrigger is a Canvas Scheduler rule: match a stopped run, then dispatch (v1: EvaluateCanvas).