Macareux Task Notifier
Macareux Task Notifier is a Concrete CMS package that sends email notifications for automated task runs. It leverages Symfony Messenger and Concrete CMS task events to notify administrators when tasks complete or when a queued worker message fails.
Features
- Notify on task completion (includes task name, start/end time, and exit status).
- Notify on task failure (includes error message and failed message payload snapshot).
- Configure recipients separately for completion and failure events.
- Support multiple recipients via comma-separated email addresses.
- Per-task filtering: choose exactly which task handles should trigger emails (completion and failure filters are independent).
- Dashboard UI to configure everything at: Dashboard > System & Settings > Automation > Task Notifications.
- Uses Concrete CMS mail templates (HTML + plain text) for clear, localized emails.
Requirements
- Concrete CMS with task/automation and Symfony Messenger enabled (standard in recent Concrete releases).