feat: add user webhooks, SSE fallback, alert ack/snooze, and email delivery channel - #379
Merged
Abidoyesimze merged 8 commits intoAug 27, 2026
Conversation
…livery channel (Neurowealth#368, Neurowealth#369, Neurowealth#366, Neurowealth#367) - Add user-scoped outbound webhooks with per-user HMAC secrets, SSRF guards, and server-side event filters (Neurowealth#368) - Add Server-Sent Events (SSE) fallback transport, single-use stream tickets, and resumable Last-Event-ID replay (Neurowealth#369) - Add AlertFire / AlertAck models, snooze workflow, ackToken signing, and un-acknowledged escalation counting (Neurowealth#366) - Add provider-abstracted Mailer (SES/SMTP), verified opt-in flow, and bounce/complaint webhook processing (Neurowealth#367) - Add documentation (USER_WEBHOOKS.md, REALTIME_STREAMING.md, ALERTS.md, NOTIFICATIONS.md) and Jest unit test suite Closes Neurowealth#368, Neurowealth#369, Neurowealth#366, Neurowealth#367
|
@AbdulHameedAnofi Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
…livery channel (Neurowealth#368, Neurowealth#369, Neurowealth#366, Neurowealth#367) - Add user-scoped outbound webhooks with per-user HMAC secrets, SSRF guards, and server-side event filters (Neurowealth#368) - Add Server-Sent Events (SSE) fallback transport, single-use stream tickets, and resumable Last-Event-ID replay (Neurowealth#369) - Add AlertFire / AlertAck models, snooze workflow, ackToken signing, and un-acknowledged escalation counting (Neurowealth#366) - Add provider-abstracted Mailer (SES/SMTP), verified opt-in flow, and bounce/complaint webhook processing (Neurowealth#367) - Add documentation (USER_WEBHOOKS.md, REALTIME_STREAMING.md, ALERTS.md, NOTIFICATIONS.md) and Jest unit test suite Closes Neurowealth#368, Neurowealth#369, Neurowealth#366, Neurowealth#367
…Neurowealth#368, Neurowealth#369, Neurowealth#366, Neurowealth#367) - Relocate test suites from src/ to tests/unit/ matching Jest roots config - Remove invalid vitest imports and rely on Jest test runner globals - Add explicit const type assertions for FilterCondition operators - Apply Prettier formatting across all updated src and test files - Fix npm run build and npm run format:check CI pipeline steps
…Endpoint and EmailIdentity (Neurowealth#368, Neurowealth#367) - Rebase branch onto latest upstream/main (including PR Neurowealth#378 schema updates) - Align relation fields on model User for userWebhookEndpoints and emailIdentity - Verify npx prisma validate and npx prisma generate succeed cleanly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(#368, #369, #366, #367)
Closes #368
Closes #369
Closes #366
Closes #367