Pipeline Alerting with Chat
A reusable alerting pattern for Apache Hop pipelines. Any pipeline can build a message and send it to Slack, Teams, or Google Chat via a WorkflowExecutor — no custom code, no third-party integrations, just the Putki Chat action.
Created Jan 23, 2026
Putki 2026.03+
Intentionally minimal — Start → Chat. Receives CHAT_MESSAGE and CHAT_WEBHOOK_URL as parameters from the pipeline and sends the message. Reuse it across any pipeline that needs to alert.
This template shows the standard Putki pattern for sending chat alerts from any pipeline. The pipeline does the work — reading data, computing results, building the message. A single reusable workflow handles the delivery. Change the source, keep the pattern.
The example included here alerts on overdue Odoo invoices — but the same pattern works for any pipeline: failed jobs, low stock, SLA breaches, daily summaries, or anything your data tells you.
Pipeline + Workflow
Files
odoo-overdue-invoices-alert.hpl
chat-slack-notifications.hwf
Transforms
8 pipeline + 2 workflow
Putki version
2026.03+
Created
May 11, 2026
Pipeline Alerting with Chat
A reusable alerting pattern for Apache Hop pipelines. Any pipeline can build a message and send it to Slack, Teams, or Google Chat via a WorkflowExecutor — no custom code, no third-party integrations, just the Putki Chat action.
Created Jan 23, 2026
Putki 2026.03+
Intentionally minimal — Start → Chat. Receives CHAT_MESSAGE and CHAT_WEBHOOK_URL as parameters from the pipeline and sends the message. Reuse it across any pipeline that needs to alert.
This template shows the standard Putki pattern for sending chat alerts from any pipeline. The pipeline does the work — reading data, computing results, building the message. A single reusable workflow handles the delivery. Change the source, keep the pattern.
The example included here alerts on overdue Odoo invoices — but the same pattern works for any pipeline: failed jobs, low stock, SLA breaches, daily summaries, or anything your data tells you.
Pipeline + Workflow
Files
odoo-overdue-invoices-alert.hpl
chat-slack-notifications.hwf
Transforms
8 pipeline + 2 workflow
Putki version
2026.03+
Created
May 11, 2026