Lucenero Automations: Triggers, Conditions, and Actions
Automations in Lucenero
Automations let you react to events (like task changes or assignment submissions) and automatically run actions (like sending Discord messages or appending Google Sheets rows).
Where to find Automations
Sidebar → Automations (/workspaces/:id/automations)
What an automation contains
- Trigger: what event starts the automation
- Conditions: optional rules to decide if it should run
- Actions: what happens when it runs
- Status: enabled/disabled
- Stats: lastTriggeredAt and triggerCount (shown in the UI)
Template variables (important)
Lucenero templates use double braces and simple keys:
Assignment "{{title}}" submitted by {{username}} Only keys like {{title}} or {{paymentAmount}} are supported. Nested/dotted lookups like {{task.title}} are not supported.
Use the Template Variable picker in the Automations UI to insert valid variables.