Reactions
Reactions are a way to trigger actions based on events. Each reaction is composed of a trigger and an action. The trigger listens for events and the action is executed when the trigger is activated.
Triggers
- HTTP / Webhook: Trigger an action on an incoming HTTP request.
- Collection Hook: Trigger an action on events (create,update,delete) on a collection.
Actions
- Python: Execute a Python script.
- HTTP / Webhook: Send an HTTP request to a webhook URL.
Examples
- Assign new tickets to random users: Assign new tickets to random users.
- Ingest alerts: Ingest alerts from a webhook.
