Library Settings Get Help
Stacktora
Stacktora / Vault / Outbound Webhook Delivery Service
Webhooks by @ops

Outbound Webhook Delivery Service

The sending side, not the receiving side — YOUR app delivering webhooks to customers/integrations, with signing, retry/backoff on failure, and a delivery log they (and you) can actually inspect. Pairs with the Webhook Receiver recipe as the complete inbound+outbound picture.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install outbound-webhook-delivery --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault