sendgrid-webhooks
OfficialSecurely verify and process SendGrid webhooks.
Authorhookdeck
Version1.0.0
Installs0
System Documentation
What problem does it solve?
SendGrid's Event Webhook provides real-time event data but requires cryptographic verification to ensure authenticity. This Skill standardizes receiving, verifying, and handling SendGrid webhook events across popular web frameworks.
Core Features & Use Cases
- Verify SendGrid signatures using ECDSA with SHA-256 to prevent replay and tampering.
- Receive and process webhook payloads containing multiple events (delivered, bounce, open, click, unsubscribe, etc.) across Express, Next.js, and FastAPI.
- Provide practical examples and guidance to integrate webhook handlers in Node.js and Python environments, including local testing with Hookdeck.
Quick Start
- Set the environment variable SENDGRID_WEBHOOK_VERIFICATION_KEY to your SendGrid public key.
- Run or deploy the Express, Next.js, or FastAPI example directories provided under examples/webhooks to expose the /webhooks/sendgrid endpoint.
- Use a test payload and an EC-SHA256 signature to verify your endpoint responds with 200 and processes events correctly.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sendgrid-webhooks Download link: https://github.com/hookdeck/webhook-skills/archive/main.zip#sendgrid-webhooks Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.