An example application demonstrating receiving a webhook with TypeScript and Express.js.
- Follow the Hookdeck Inbound Webhook Quickstart
- Check out the Hookdeck docs
npx degit hookdeck/quickstarts/typescript/inbound hookdeck-ts-inbound
cd hookdeck-ts-inbound
npm i
npm run dev