Payment Issue Escalation
Validates reported payment issues against transaction records using AI to prevent false escalations before creating tickets and notifying...
This directory currently includes 31 recipes for the monitor & diff-alert pattern, across 12 roles. Monitor and diff-alert agents watch a source over time and surface the changes that matter. Instead of asking someone to repeatedly check a dashboard, listing, document, inbox, or feed, the workflow compares the latest state with what it saw before and sends a focused alert. This pattern is useful when missing a change has a cost but reading every update does not. The recipes show different sources and audiences, from operational signals to market information. A reliable design defines what counts as meaningful before the agent starts watching, and includes enough source context for a recipient to verify the alert. Start with a stable source and a narrow threshold. That creates useful signal without replacing judgment with a noisy notification stream. Every example makes its inputs, output, and handoff concrete, so you can compare real workflow boundaries before adapting the pattern to your own tools and process.
Validates reported payment issues against transaction records using AI to prevent false escalations before creating tickets and notifying...
Fetches customer reviews from a sheet, classifies sentiment with GPT-4o-mini, and emails a doughnut chart summary to the team.
Every four hours, it fetches Oil, Gold, and Grain news, translates to Japanese, analyzes sector impact.
Monitors GitHub repos for new releases, uses AI to summarize and translate them into Chinese.
Monitors Docker containers via heartbeat webhooks and lets you check status, restart services.
Pings servers from a Google Sheet every minute, logging status to Alive/Down sheets and emailing alerts on failure.
Every 5 minutes, checks a list of URLs in Google Sheets for uptime and alerts via Slack and email if any site goes down.
Pings your site every two minutes to check availability, updating a public GitHub status page and sending an HTML email alert if it goes...
Fetches recent Google reviews, analyzes sentiment with Gemini, and posts a structured summary to your Slack channel.
Scrapes commercial real estate sites for new listings, deduplicates them in Notion, and sends email alerts or weekly digests via Mailchimp.
Monitors competitor prices on a schedule and sends an alert to Discord when they drop below your internal benchmark.
New WooCommerce order? Get an instant Telegram alert with order details and a direct link to view it.
Every six hours, fetches abandoned carts from Razorpay and sends a formatted alert to your Telegram bot.
Captures Partnerstack affiliate events via webhook, logs them in Google Sheets, and sends real-time alerts to Telegram.
You get instant email notifications when a student enters the school geofence via iOS Shortcuts.
Receives new client onboarding data via webhook, validates it, queues it in RabbitMQ, and sends a formatted Gmail alert to the team.
Scrapes commercial real estate sites for new listings, deduplicates them in Notion, and sends email alerts or weekly digests via Mailchimp.
Scans competitor deals daily, segments customers via AI, and sends personalized coupon emails with performance tracking.
Monitors your inbox, logs incoming message details into a spreadsheet, and alerts you via Slack or Teams.
Receives a new Zoho Commerce order webhook and instantly emails the sales team with customer details, products, and total amount.
Every six hours, fetches abandoned carts from Razorpay and sends a formatted alert to your Telegram bot.
Polls stock news every 15 minutes, summarizes articles via LLM, and sends real-time alerts to Telegram while logging them in Google Sheets.
New Jotform leads trigger Attio CRM updates for contacts and deals, with instant Slack alerts to the sales team.
Captures Partnerstack affiliate events via webhook, logs them in Google Sheets, and sends real-time alerts to Telegram.
Monitors a Trello board for card moves and posts the task name and status change to a specified Slack channel or user.
Periodically checks website uptime via UptimeRobot and PageSpeed Insights, logs results to Sheets.
Triggers on a URL webhook, checks site status via AI analysis, and emails you a clear success or error report.
Monitors your inbox, logs incoming message details into a spreadsheet, and alerts you via Slack or Teams.
Scans competitor deals daily, segments customers via AI, and sends personalized coupon emails with performance tracking.
Automatically tracks keyword rankings and competitor positions using Bright Data scraping and OpenAI analysis.
Monitors Awork tasks to enforce time tracking rules by reopening untracked entries and rounding durations to 15-minute billing intervals.
Receives new client onboarding data via webhook, validates it, queues it in RabbitMQ, and sends a formatted Gmail alert to the team.
Periodically exports n8n workflows and credentials, detects changes via hash comparison.
Receives a new Zoho Commerce order webhook and instantly emails the sales team with customer details, products, and total amount.
Fetches customer reviews from a sheet, classifies sentiment with GPT-4o-mini, and emails a doughnut chart summary to the team.
Pings servers from a Google Sheet every minute, logging status to Alive/Down sheets and emailing alerts on failure.
Monitors a Trello board for card moves and posts the task name and status change to a specified Slack channel or user.
Every 5 minutes, checks a list of URLs in Google Sheets for uptime and alerts via Slack and email if any site goes down.
Periodically checks website uptime via UptimeRobot and PageSpeed Insights, logs results to Sheets.
Pings your site every two minutes to check availability, updating a public GitHub status page and sending an HTML email alert if it goes...
Triggers on a URL webhook, checks site status via AI analysis, and emails you a clear success or error report.
Every four hours, it fetches Oil, Gold, and Grain news, translates to Japanese, analyzes sector impact.
Daily at 7:30 AM, checks Google Contacts for birthdays or events and sends a notification via Telegram while displaying it on Home...
Every weekday at 5 PM, it checks your stocks for Golden or Death Cross signals and alerts Discord if a trend change occurs.
Polls stock news every 15 minutes, summarizes articles via LLM, and sends real-time alerts to Telegram while logging them in Google Sheets.
Every hour, checks your subscribed YouTube channels for new videos and emails you a notification with a clickable thumbnail link.
Receives a new Zoho Commerce order webhook and instantly emails the sales team with customer details, products, and total amount.
When a new form is submitted in Mautic, the agent instantly sends an SMS alert to stakeholders via Twilio.
New Jotform leads trigger Attio CRM updates for contacts and deals, with instant Slack alerts to the sales team.
It monitors a source, detects a relevant change, and sends an alert with the context needed to check it.
Choose a source that changes regularly and where a specific change requires attention, such as a listing, metric, policy, or queue.
Define meaningful thresholds, group related changes, and give recipients a clear action or escalation path.