You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than building notification delivery for every possible channel, self-hosters already run notification hubs (Ntfy, Gotify, Pushover, Telegram, Discord, Matrix). Bridging to Apprise (or emitting plain outbound webhooks) gets all of them for the cost of one integration.
Proposed approach
Emit outbound webhooks for household events (chore completed, overdue, reward redeemed) to a configurable URL
Document wiring that webhook into a self-hosted Apprise API instance for multi-channel fanout
Why
Rather than building notification delivery for every possible channel, self-hosters already run notification hubs (Ntfy, Gotify, Pushover, Telegram, Discord, Matrix). Bridging to Apprise (or emitting plain outbound webhooks) gets all of them for the cost of one integration.
Proposed approach
Depends on
#31 (API foundation).
Acceptance criteria