·sendgrid-webhooks
</>

sendgrid-webhooks

hookdeck/webhook-skills

Receive and verify SendGrid webhooks. Use when setting up SendGrid webhook handlers, debugging signature verification, or handling email delivery events.

17Installs·1Trend·@hookdeck

Installation

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

SKILL.md

SendGrid uses ECDSA (Elliptic Curve Digital Signature Algorithm) with public key verification.

| processed | Message has been received and is ready to be delivered | Track email processing | | delivered | Message successfully delivered to recipient | Delivery confirmation | | bounce | Message permanently rejected (includes type='blocked' for blocked messages) | Update contact lists, handle failures |

| deferred | Temporary delivery failure | Monitor delays | | open | Recipient opened the email | Engagement tracking | | click | Recipient clicked a link | Link tracking, CTR analysis | | spam report | Email marked as spam | List hygiene, sender reputation | | unsubscribe | Recipient unsubscribed | Update subscription status |

Receive and verify SendGrid webhooks. Use when setting up SendGrid webhook handlers, debugging signature verification, or handling email delivery events. 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 sendgrid-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is sendgrid-webhooks?

Receive and verify SendGrid webhooks. Use when setting up SendGrid webhook handlers, debugging signature verification, or handling email delivery events. Source: hookdeck/webhook-skills.

How do I install sendgrid-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 sendgrid-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