Raw error webhooks become one plain-English sentence plus the most likely cause, posted to Slack. Filters out non-errors first so the channel stays quiet.
AI error summaries your team actually reads
ai4 steps·Free — clone into your account in one click
How this workflow works
1. Sentry / error webhook
triggerStarts the workflow — from an inbound HTTP request or on a schedule.
2. Only real errors
filterStops the run unless the payload matches your conditions.
3. Explain in one sentence
ai-textGenerates text with an LLM and merges it into the payload under your output key.
4. Readable alert
slackPosts a message to a Slack channel via an incoming webhook.
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