The simplest automation done right: filter on body.status = failed, then email. Everything else passes through silently.
Email me only when it matters
notifications3 steps·Free — clone into your account in one click
How this workflow works
1. Status webhook
triggerStarts the workflow — from an inbound HTTP request or on a schedule.
2. Only failures
filterStops the run unless the payload matches your conditions.
3. Email me
emailSends an email through your own SMTP account (single or bulk).
Run it without writing any code
Every step above is a visual node in the Requex workflow builder. Clone this template, fill in your own credentials where a step needs them, and it runs in the cloud — no server, no cron box, no npm install. Webhook-triggered workflows get an always-on URL; scheduled ones run on your cron expression.
Open this template in the builder