Webhook Integration Builder
中级development最低上下文:16K
Builds robust webhook producers and consumers. Covers signature verification, idempotency keys, retry with exponential backoff, dead-letter handling, event ordering, and replay endpoints, and generates handler code plus tests so integrations survive duplicates and outages.
使用场景
- Implementing a secure webhook receiver with signature checks
- Making webhook processing idempotent and retry-safe
- Designing dead-letter and replay handling for failed events
- Testing webhook handlers against duplicate and out-of-order delivery
示例提示词
Build a Stripe-style webhook receiver in Node.js: verify the HMAC signature, deduplicate events by id for idempotency, process asynchronously with retry and a dead-letter queue, and expose a replay endpoint. Include unit tests for duplicate and out-of-order delivery.
推荐模型
兼容工具
claude-codecursorgithub-copilotkiroany
模态
输入: text, code
→输出: code, text
相关 Skills
作者
OpenModels Community