Action Router
This router defines all endpoints for managing actions:
- Create actions from templates and triggers
- Update existing actions
- Delete actions
- Get actions by template, trigger, or UID
- Get multiple actions by UIDs
- Retrieve missed events for synchronization
Actions are instances of action templates that are triggered by specific events.
They contain the actual execution data and link templates to triggers.
- Source:
Requires
- module:express
- module:../utils/requestLogger
- module:./action/controller