name: "Signed Webhook Sender" description: "Send a JSON webhook signed with HMAC SHA-256" author: "Oryfox" inputs: url: description: "Webhook endpoint URL" required: true secret: description: "HMAC secret" required: true payload: description: "JSON payload string" required: true runs: using: "node24" main: "index.js"