·resend-webhooks
</>

resend-webhooks

hookdeck/webhook-skills

Receive and verify Resend webhooks. Use when setting up Resend webhook handlers, debugging signature verification, handling email events like email.sent, email.delivered, email.bounced, or processing inbound emails.

19Installs·0Trend·@hookdeck

Installation

$npx skills add https://github.com/hookdeck/webhook-skills --skill resend-webhooks

SKILL.md

For manual verification without the SDK, or for other languages:

For complete working examples with tests, see: examples/express/ - Full Express implementation examples/nextjs/ - Next.js App Router implementation examples/fastapi/ - Python FastAPI implementation

| email.sent | Email was sent successfully | | email.delivered | Email was delivered to recipient | | email.deliverydelayed | Email delivery is delayed | | email.bounced | Email bounced (hard or soft) | | email.complained | Recipient marked email as spam | | email.opened | Recipient opened the email | | email.clicked | Recipient clicked a link |

Receive and verify Resend webhooks. Use when setting up Resend webhook handlers, debugging signature verification, handling email events like email.sent, email.delivered, email.bounced, or processing inbound emails. Source: hookdeck/webhook-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill resend-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-06
Updated
2026-02-18

Quick answers

What is resend-webhooks?

Receive and verify Resend webhooks. Use when setting up Resend webhook handlers, debugging signature verification, handling email events like email.sent, email.delivered, email.bounced, or processing inbound emails. Source: hookdeck/webhook-skills.

How do I install resend-webhooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill resend-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hookdeck/webhook-skills