Description
There is no documentation for the notifications service beyond a brief entry in docs/notifications.md. Integrators need a complete guide covering setup, webhook registration, event types, and HMAC signature verification.
Requirements and context
- Service overview and architecture
- Environment variable reference
- Webhook registration walkthrough with curl examples
- Full event type reference with example payloads
- HMAC signature verification code examples (TypeScript, Python, Go)
- Email subscription setup guide
Suggested execution
git checkout -b docs/notifications-readme
- Create
notifications/README.md
- Write HMAC verification examples in multiple languages
- Link from org root
README.md
Example commit message
docs(notifications): write comprehensive notifications service README
Description
There is no documentation for the notifications service beyond a brief entry in
docs/notifications.md. Integrators need a complete guide covering setup, webhook registration, event types, and HMAC signature verification.Requirements and context
Suggested execution
notifications/README.mdREADME.mdExample commit message
docs(notifications): write comprehensive notifications service README