# `Chimeway`
[🔗](https://github.com/jonlunsford/chimeway/blob/v1.0.0/lib/chimeway.ex#L1)

Public entrypoint for notification triggering.

# `archive`

Archives a notification for a specific recipient.

# `list_for_recipient`

Lists notifications for a recipient, newest first.

# `mark_read`

Marks a notification as read for a specific recipient.

# `mark_seen`

Marks a notification as seen for a specific recipient.

# `preview_rendering`

Previews a single channel rendering without persisting rows or dispatching traffic.

# `recover_delivery`

Recovers a persisted delivery by re-driving the canonical row through the configured dispatcher.

# `recover_event`

Recovers a persisted event whose notifications exist but dispatch never planned deliveries.

# `trigger`

Triggers a notifier execution with explicit runtime options.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
