Intersection API Email Generation and Templating#258
Merged
Conversation
John-Wiens
approved these changes
Jan 13, 2026
Collaborator
John-Wiens
left a comment
There was a problem hiding this comment.
A few minor cleanup things. Otherwise looks good.
mcook42
requested changes
Jan 15, 2026
mcook42
left a comment
There was a problem hiding this comment.
overall I'm really liking the refactors. I have a few blockers so far. I'll keep reviewing the rest tomorrow
mcook42
reviewed
Jan 15, 2026
…/api/emails/generators/IntersectionNotificationSummaryEmailGenerator.java Co-authored-by: Matt Cook <mattheworion.cook@gmail.com>
John-Wiens
approved these changes
Jan 15, 2026
mcook42
approved these changes
Jan 19, 2026
…mail-generation-1
…mail-generation-1
…mail-generation-1
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.
PR Details
Description
Adding email generation and templating to the intersection API:
How Has This Been Tested?
This has been tested using the now included smtp server (in the intersection docker-compose), which can be started by adding the profile "smtp4dev"

Then, use the /emails/send-intersection-notification-summary endpoint with some sample notifications to send an email to the default subscribed user, test@gmail.com
Types of changes
Checklist: