Favro Webhooks

Receive and verify Favro webhooks. Use when setting up Favro webhook handlers, debugging X-Favro-Webhook signature verification, accepting the setup ping, or handling card events (card.created, card.committed, card.moved, card.updated, card.deleted) and comment events (comment.created, comment.updated, comment.deleted). Note: Favro does NOT use Standard Webhooks — the signature is base64(HMAC-SHA1(secret, payloadId + the URL you registered)), signed over the payloadId concatenated with the target URL, NOT the raw request body.

hookdeck 40ac0ae 20 files · 52.2 KB Updated

File contents

hookdeck/webhook-skills/tree/main/skills/favro-webhooks commit 40ac0aeeff

Frequently asked questions

npx skillmds@latest add hookdeck/favro-webhooks