100 million webhooks.
1 flat-fee.
0 configuration.

A webhook queue without the billing anxiety.

Protect your server and your wallet.

export default (request, drip, env) => {
  const event = request.body

  // Skip duplicates
  if (env.Dedupe(event.id)) return

  const billing = "https://billing.myapp.com/fulfill"
  const analytics = "https://analytics.myapp.com/event"

  // Fan-out at independent rates
  drip(billing, event.data, { rate: 100 })
  drip(analytics, event.data, { rate: 10 })
}

Simple, Transparent Pricing

Free

$0/mo
  • 1 Million deliveries
  • 64KB max payload
  • 3 days retention
  • 10,000 dedupe keys
Get Started

Basic

$19/mo
  • 10 Million deliveries
  • 128KB max payload
  • 7 days retention
  • 50,000 dedupe keys
Select Basic

Pro

$99/mo
  • 100 Million deliveries
  • 256KB max payload
  • 30 days retention
  • 250,000 dedupe keys
Select Pro

Enterprise

Custom
  • Custom deliveries
  • Custom max payload
  • Custom retention
  • Custom dedupe keys
Contact Us