byhookdeck· 59 skills
Receive and verify Exact Online webhooks. Use when setting up Exact Online webhook handlers, debugging HashCode signature verification, subscribing to topics via the WebhookSubscriptions REST endpoint, or handling entity change events like Accounts, Items, StockPositions, FinancialTransactions, GoodsDeliveries, and Contacts. Note: Exact does NOT use Standard Webhooks — the signature is a HashCode field inside the JSON body (HMAC-SHA256 over the Content node, hex, uppercased), not an HTTP header.
$npx -y skills add hookdeck/webhook-skills --skill exact-online-webhooksInstalls into the current project.
Run `npx skills use "https://github.com/hookdeck/webhook-skills" --skill "hookdeck/webhook-skills/exact-online-webhooks"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hookdeck/webhook-skills" that are relevant to the current task. Run `npx skills add "https://github.com/hookdeck/webhook-skills"` and select the relevant skills, then follow their instructions.