Best automation platform for webhooks in 2026 — latency, cost and failure behaviour, measured
Based on 1,300 monitored runs of the identical webhook→action workflow · updated 2026-07-15
Disclosure: this page contains one affiliate link (Make). Zapier has no affiliate program for publishers and self-hosted n8n pays us nothing — it still wins most verdicts below. Rankings follow measurements only; independence rules.
On the identical webhook→action workflow, measured continuously since July 1, 2026: self-hosted n8n delivers in a median of 401 ms at $0 marginal cost, Make in 1.2 s at ≈0.36¢ per event, and Zapier in 2.8 s at ≈4.00¢ per event — none has silently dropped an accepted event, but one platform's webhooks kept answering "success" after its free-tier quota ran out, while discarding every event.
Webhooks punish two things pricing pages don't show: per-event unit economics (webhook volume scales faster than you planned) and failure semantics at the edges (a webhook the platform accepts and drops is invisible to the sender). We measure both, continuously, with both endpoints under our own control.
The verdict
| You are… | Pick | Why (measured) |
|---|---|---|
| Comfortable running a small server (or willing to learn) | n8n, self-hosted | $0 platform fees, unlimited events, fastest delivery (401 ms median, p95 2.6 s), 0 silent failures in 1,171 runs. We earn $0 recommending it. |
| Want managed, webhook volume above ~500/month | Make | ≈0.36¢/event — ~11× cheaper than Zapier per event; webhook triggers included on the free tier; 1.2 s median delivery, 0 silent failures in 56 runs. |
| Need the webhook to feed a niche SaaS connector | Zapier | The 8,000-app catalog is the draw; the price is ≈4.00¢/event, a paid-plan floor of $29.99/mo (webhooks are a premium app), and the slowest measured delivery (2.8 s median). |
| Tempted by a generous-looking free tier | Read the quota section first | We measured what happens at the boundary: on one platform, "accepted" stopped meaning "delivered" with no error to the sender. |
Cost of a webhook-only workload (first-party verified prices, July 2026)
| Webhook events / month | Zapier | Make | n8n (self-hosted) |
|---|---|---|---|
| 1,000 | $73.50 | $9 | $0–5 |
| 5,000 | $133.50 | $16 | $0–5 |
| 10,000 | $193.50 | $29 | $0–5 |
| 30,000 | $433.50 | $91 | $0–5 |
One event = one webhook received → one HTTP action delivered (our WF1). Zapier bills it as 1 task, Make as 2 credits (webhook + action) — both meter-verified against our own bills. Prices are the cheapest sufficient tier, billed monthly. Full curve and method on the cost page.
Reliability on the identical webhook path
| Platform | Runs | Silent failures | SFR 95% CI | Delivery p50 | p95 |
|---|---|---|---|---|---|
| n8n | 1,171 | 0 | ≤ 0.33% | 401 ms | 2.6 s |
| Make | 56 | 0 | ≤ 6.4% | 1.2 s | 3.0 s |
| Zapier | 73 | 0 | ≤ 5.0% | 2.8 s | 6.5 s |
Latency = our controller fires the webhook → the platform's action lands back on our receiver; identical network path for all platforms. Wilson 95% intervals; small paid-platform samples have honestly wide ones. Live numbers, method and raw CSV: the reliability scoreboard.
Webhook gotchas we hit ourselves
- Zapier: Webhooks by Zapier is a premium app — the free plan cannot catch webhooks at all, so the real entry price for webhook workloads is $29.99/month, not $0.
- Make: a scenario you just finished editing is switched off until you re-enable it on the scenario page — incoming webhooks queue silently in the meantime. This cost us a 9-hour blind window in our own harness; it is flagged honestly in our data.
- n8n self-hosted: n8n builds its webhook and OAuth callback URLs from the
WEBHOOK_URLenvironment variable, not from the incoming request — the single most common self-hosting failure (webhooks register as localhost until you set it and restart). - Any platform: check the webhook response code at the sender. Under a burst, our deliberately minimal n8n VM refused 1 POST in 10 — a sender that ignores a non-2xx turns a loud failure into a silent one.
FAQ
What is the cheapest Zapier alternative for webhooks?
Self-hosted n8n, and it is not close: $0 in platform fees (ours runs on a cloud provider's always-free VM; a typical small VPS is ~$5/month) with unlimited executions. Among managed options, Make is the cheapest we have measured — the identical webhook→action event costs ≈0.36¢ on Make's entry paid plan vs ≈4.00¢ on Zapier's (July 2026, first-party verified prices), roughly an 11× unit-price gap.
Is self-hosted n8n reliable enough for production webhooks?
In our continuous benchmark it has been the most reliable and the fastest option: 1,171 monitored webhook runs with zero silent failures and a median delivery of 401 ms, versus 2.8 s on Zapier for the identical workflow. The honest caveat is bursts: a 1 GB free-tier VM briefly saturated under a 10-event burst and refused one POST (a loud failure the sender saw — full forensic on the reliability page). If your webhook source can't retry on a non-2xx response, size the box up.
Can you catch webhooks on Zapier's free plan?
No. Webhooks by Zapier is a premium app, so catching webhooks requires a paid plan (from $29.99/month, July 2026) regardless of how few events you receive. That minimum — not per-event cost — is usually the deciding factor for small webhook workloads. Make's free tier does include webhook triggers (with a 2-active-scenario cap), and self-hosted n8n has no such gate.
What happens to webhooks when a platform's quota runs out?
The worst behaviour we measured: when Pipedream's free-tier quota ran out mid-measurement, its webhook endpoints kept returning success while silently discarding 14 of 14 deliveries — the sender had no way to know. Zapier instead spills into pay-per-task overage billing, and Make stops executing with events visibly queued. If you run production webhooks near a quota boundary, the failure semantics matter more than the price.
Where to go
- n8n — n8n.io (not an affiliate link; we earn $0 from n8n).
- Make — make.com (affiliate link — we may earn a commission at no cost to you; the numbers above are published identically either way).
- Zapier — zapier.com (no affiliate program for publishers; we earn $0).