Custom API / webhook bridge — 99€, no subscription
When two tools need to talk to each other and neither has a native integration — or the Zapier/Make plan that supports it costs more per month than the one-time fix — a small script that receives one side's webhook and calls the other side's API is usually all it takes.
Examples of what this covers:
- Forward form submissions from a website into a spreadsheet
- Sync records between two SaaS tools that don't natively talk to each other
- Receive a webhook from one service and turn it into an API call to another
You own the running code — no monthly automation-platform fee, no per-task pricing that scales against you as volume grows.
99€ — one-time, fixed
Buy — Stripe checkoutCode in 48 business hours of you sending the details, or a full refund — no questions asked.
Pay, then fill a two-minute form describing the two services and what should map to what. The 48-hour clock starts once we have that — not at payment — so code lands in your inbox within 48 business hours of you telling us what you need. Miss that window and you get a full refund, no questions asked.
Questions first? hello@hookforge.dev
← See the other two packages (data cleanup, website scraping)
Try the free version first
hookbridge.py is the generic half of this
package, open source and public domain: it receives a webhook, remaps the fields and forwards it — with a queue on disk, so a restart or a target that is down does not lose the event. One file, no
dependencies, and it keeps working whether or not we do.
If it solves your problem, keep it and pay nothing. This page is for when your file, page or API is the awkward one.