Introduction to triggered actions

Perform actions in response to Skedulo events.

Triggered actions allow you to perform actions in response to events that occur within the Skedulo platform. They are defined as a combination of a trigger and an action. A trigger defines the event that causes the triggered action to be executed and the action defines what should happen.

The most common type of triggered action is a “call_url”, which executes an HTTP request when a tenant data record is modified.

Triggered actions can be managed in the Settings menu of the Skedulo Web App, or programmatically via the Triggered Actions API (/triggered_actions endpoints).```


Triggers

Listen for Skedulo events by using triggers.


Actions

Perform actions in response to Skedulo events.