webhook-design
Installation
SKILL.md
Webhook Design Skill
Design and implement secure, reliable webhooks for event-driven integrations.
When to use this skill
- Integrating with third-party services
- Setting up real-time notifications
- Implementing event-driven workflows
- Configuring Sanity webhooks
- Building automated pipelines
Workflow
- Define events — Identify trigger events
- Design payload — Create consistent payload structure
- Implement security — Add signature verification
- Handle failures — Implement retry logic
- Monitor — Track delivery and failures