Description
Build a webhook worker to dispatch events to third-party services:
- Dispatch events when: plan is created, pinged, or claimed.
- Implement retry loops, exponential backoff, and signature verification headers.
Acceptance Criteria
- Retry failed webhooks up to 5 times.
- Persist dispatch statuses in PostgreSQL.
- Secure payloads using HMAC signatures.
Description
Build a webhook worker to dispatch events to third-party services:
Acceptance Criteria