Event
A trigger can be set to listen for the following events.
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
A workflow JSON trigger can include more than one "event"
.
However, only one of each type of "event" can be included in a single "event"
in the trigger. For example,
{"event": "change-state", "actions":[............]}
The trigger event can be filtered to a specific occurrence using conditions.
Once the event occurs and any conditions are met, one or more set trigger actions occur.
If you want to add this trigger to a workflow using workflow builder, copy and paste the JSON code format (without the opening "triggers":
JSON markup notation) to the Triggers dialog box in the Edit Workflow panel in workflow builder.
o
Related Pages