# oridecon-notification > Email, SMS, and push delivery with multi-backend support. Machine index for **oridecon-notification** only. Rules: https://oridecon.dev/agents.md · Catalog: https://oridecon.dev/llms.txt · Slices: https://oridecon.dev/llms/index.txt · Skill: https://oridecon.dev/SKILL.md ## Package - Name: `oridecon-notification` - Group: Events — Domain events, queues, notifications. - Docs: https://oridecon.dev/packages/events/oridecon-notification/ - Source (branch `dev`): https://github.com/dbtinoy-/oridecon/tree/dev/packages/oridecon-notification - This slice: https://oridecon.dev/llms/oridecon-notification.txt - Install: `uv add oridecon-notification` ## Boundaries - Extensions import only `oridecon` and `oridecon-contracts` — never each other. - Shared types live in `oridecon-contracts`. Do not invent a second copy here. - Constructor injection. `register()` binds, `boot()` resolves. - Domain failures are `Result[T, E]`. Infrastructure failures raise. - One tree: `domains/` (not `models/`), app-root `di/` for `*_provider.py`. ## Docs in this package - [Notification (oridecon-notification)](https://oridecon.dev/packages/events/oridecon-notification/): Push notifications (FCM, APNs, WebPush) - [API Reference](https://oridecon.dev/packages/events/oridecon-notification/api/): Complete API reference for the oridecon-notification package. - [Architecture](https://oridecon.dev/packages/events/oridecon-notification/docs/architecture/): Architecture for oridecon-notification - [All operations work identically — no external dependencies](https://oridecon.dev/packages/events/oridecon-notification/docs/channels/): All operations work identically — no external dependencies guide and reference for the oridecon-notification package in the Oridecon framework. - [Configuration](https://oridecon.dev/packages/events/oridecon-notification/docs/configuration/): Configuration for oridecon-notification - [Guide](https://oridecon.dev/packages/events/oridecon-notification/docs/guide/): Guide for oridecon-notification - [How-To Guides](https://oridecon.dev/packages/events/oridecon-notification/docs/howtos/): How-To Guides for oridecon-notification - [Quickstart](https://oridecon.dev/packages/events/oridecon-notification/docs/quickstart/): Quickstart for oridecon-notification - [Troubleshooting](https://oridecon.dev/packages/events/oridecon-notification/docs/troubleshooting/): Troubleshooting for oridecon-notification ## See also - Playbook: https://oridecon.dev/getting-started/for-coding-agents/ - Fail vs fix: https://oridecon.dev/getting-started/common-mistakes/ - Group hub: https://oridecon.dev/packages/events/ - Skill: https://oridecon.dev/SKILL.md - Rules (do not skip): https://oridecon.dev/agents.md