I built a Claude Code skill for SendGrid — it covers the Email API (REST and SMTP), Marketing Campaigns (drag-and-drop editor, automations, A/B testing, signup forms), Dynamic Templates with Handlebars, Event Webhooks, Inbound Parse, the Email Validation API, domain authentication (SPF/DKIM/DMARC, branded tracking links, reverse DNS), dedicated IP management and warmup, suppressions (bounces, blocks, spam reports, unsubscribes), and the Statistics API.
npx skills add sales-skills/sales --skills sales-sendgrid
Then type /sales-sendgrid to use it.
The Event Webhook section covers all the delivery and engagement events, webhook signature verification, and how to build reliable processing pipelines with retry handling. I also spent time on the domain authentication flow since getting SPF/DKIM/DMARC right the first time saves a lot of debugging, and the dedicated IP warmup schedule which trips up a lot of new senders.
Source: https://github.com/sales-skills/sales/blob/main/skills/sales-sendgrid/SKILL.md
MIT-licensed — PRs welcome if anything's off. If you find it useful, a ⭐ on the repo helps: https://github.com/sales-skills/sales
I built a Claude Code skill for SendGrid — it covers the Email API (REST and SMTP), Marketing Campaigns (drag-and-drop editor, automations, A/B testing, signup forms), Dynamic Templates with Handlebars, Event Webhooks, Inbound Parse, the Email Validation API, domain authentication (SPF/DKIM/DMARC, branded tracking links, reverse DNS), dedicated IP management and warmup, suppressions (bounces, blocks, spam reports, unsubscribes), and the Statistics API.
Then type
/sales-sendgridto use it.The Event Webhook section covers all the delivery and engagement events, webhook signature verification, and how to build reliable processing pipelines with retry handling. I also spent time on the domain authentication flow since getting SPF/DKIM/DMARC right the first time saves a lot of debugging, and the dedicated IP warmup schedule which trips up a lot of new senders.
Source: https://github.com/sales-skills/sales/blob/main/skills/sales-sendgrid/SKILL.md
MIT-licensed — PRs welcome if anything's off. If you find it useful, a ⭐ on the repo helps: https://github.com/sales-skills/sales