Railhook icon
Railhook icon

Railhook

Open-source webhook gateway that sends webhooks to your customers and receives them from other services, with signatures, retries and a full delivery history.

Railhook screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Self-Hosted
  • Online
  • Docker
0likes
0articles

Features

  1.  WebHook Integration

Railhook News & Activities

Highlights All activities

Recent activities

Railhook information

AlternativeTo Category

Development

GitHub repository

  •  1 Stars
  •  0 Forks
  •  12 Open Issues
  •   Updated  
View on GitHub
Railhook was added to AlternativeTo by user-4140 on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Railhook?

Railhook is an MIT-licensed webhook gateway that handles both directions of webhook traffic in one tool.

Sending: your application makes one API call and Railhook delivers the event to every endpoint subscribed to it. Deliveries are signed with Standard Webhooks, retried on a ladder of 1 minute, 5 minutes, 15 minutes, 1 hour, 6 hours and 24 hours, kept in order per endpoint when you ask for it, and every attempt is stored with the response your customer's server returned. Failed deliveries land in a queue you can replay in bulk. Your customers can be given an embeddable portal where they manage their own endpoints and replay their own deliveries.

Receiving: point Stripe, GitHub, GitLab, Shopify, Slack, Twilio or any other service at Railhook. It verifies the provider's signature, drops duplicates and forwards the event to your services with its own retries. The CLI tunnels incoming webhooks to localhost while you develop.

Also included: a dashboard with delivery analytics, role-based access, API keys, transformations, PII masking, an MCP server so AI agents can query and replay deliveries, and SDKs for Node, Python and PHP.

Run it on your own server with one command (Docker, PostgreSQL, Kafka and Redis included) or use the free hosted plan. The self-hosted build is the same software as the hosted one, with every feature, no licence key and no enterprise edition.