Product Thumbnail

FlowPulse

Know when your automations run, fail, or go quiet.

API
Analytics
SaaS

FlowPulse is the run ledger for n8n, Make, Zapier, and custom stacks—one API for success and failure, a single place to see history, reports, and alerts.

Top comment

Built this because my automations kept silently failing and I’d only notice when something was already broken. Most tools either don’t track runs properly or spam you with useless logs. I wanted something simple: see every run, know when something fails, and get alerted immediately. Started super scrappy just tracking runs, then added alert rules + history once I saw what actually mattered in real usage. Still early, but it’s already solving a real pain for me and a few others running n8n/Make/Zapier setups.

Comment highlights

The 'go quiet' detection is the most interesting part here. Silent failures in automation pipelines are brutal — a Zap just stops triggering and nobody notices for 3 days. How does FlowPulse distinguish between a workflow that legitimately hasn't run (low-volume trigger) vs. one that should have run but didn't? Is that threshold something you configure per workflow?