Connect the tools your team already uses: GitHub, Stripe, Jira, Sentry, and more. Never drop an event. Route the right signals to the right people in Discord, Slack, Telegram, Google Chat, or Webex, in a format your whole team can act on.
Watch the 90-second demoPayment Received
$49.99 · customer@acme.co
invoice.paid triggered
via template: Payment Alert
POST api.example.com/hooks
{ "status": "ok" }
For supported providers, Dispatch registers the webhook automatically via OAuth. No URL to copy, no signing secret to paste. Just authorize and go.
Sources
Destinations
Forward, transform, and deliver. Full control and visibility over your entire webhook pipeline.
Route events to Discord, Slack, Telegram, or any HTTP endpoint with filters and routing rules.
details →Discord embeds, Slack Block Kit, Telegram HTML. One template, formatted per platform.
details →Live event logs with per-attempt status and latency. Replay any event in one click.
details →Exponential backoff, up to 7 attempts over 6 hours. Failure alerts by email or any destination.
details →Watch the demo
Three steps to reliable webhook delivery. No infrastructure to manage.
Or subscribe on YouTube for new walkthroughs.
Connect a provider via OAuth and Dispatch registers the webhook automatically, or paste any URL manually. No copy-pasting signing secrets.
Point to where events should be delivered. One source, many targets.
Events flow automatically with retries and real-time logs. Replay any delivery from the dashboard in one click.
dispatch listen tunnels events to localhost. The MCP server puts your assistant in control. The dashboard covers everything else without getting in the way.
{
"id": "evt_9kXmR2pL",
"status": "delivered",
"event_type": "invoice.paid",
"attempts": 1,
"latency_ms": 42,
"destination": "https://api.example.com/hooks"
}The Dispatch MCP server lets AI assistants create sources, connect destinations, inspect events, and configure filters, all through natural language.
Install in one command
$ claude mcp add dispatch \
-e DISPATCH_API_KEY=dsp_... \
-e DISPATCH_API_URL=https://api.dispatch.tech \
-- npx @dispatch.tech/mcpThen just ask
>"List all my webhook sources"
>"Connect my GitHub source to Discord"
>"Show me today's failed deliveries"
Connect a source, pick your destinations, and ship. Free plan with 10K events a month, no credit card required.
POST /hooks/your-slug