An example application demonstrating receiving a webhook with Go and the Gin Go web framework.
- Follow the Hookdeck Inbound Webhook Quickstart
- Check out the Hookdeck docs
Ensure you have Go installed.
git clone https://github.com/hookdeck/quickstarts hookdeck-quickstarts
cd hookdeck-quickstarts/go/inbound
go run .