ENG-3301: Add correspondence template and reply-to utility (Story 3)#8123
Draft
JadeCara wants to merge 2 commits intoENG-3301/messaging-provider-refactor-story2from
Draft
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
916b01c to
64bee10
Compare
JadeCara
added a commit
that referenced
this pull request
May 6, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5411f9c to
1c12125
Compare
64bee10 to
f07ce63
Compare
Add correspondence.html email template registered with MessagingActionType.CORRESPONDENCE. Add reply-to utilities: generate_reply_to_token() (128-bit cryptographic token) and format_reply_to_address() (plus-addressing or subdomain format). These utilities have no callers yet — they will be wired in by ENG-3299 (CorrespondenceService). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1c12125 to
cc22e16
Compare
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.
Ticket ENG-3301
Description Of Changes
Adds the correspondence email template and reply-to address utilities for data subject correspondence threading. These utilities have no callers yet — they will be wired by ENG-3299 (CorrespondenceService).
Code Changes
src/fides/api/email_templates/templates/correspondence.html— HTML template withsubjectandbodyvariablesCORRESPONDENCEtemplate name andMessagingActionType.CORRESPONDENCEmapping inget_email_template()src/fides/api/service/messaging/messaging_providers/reply_to_utils.py:generate_reply_to_token()— 128-bit cryptographic token (32 hex chars)format_reply_to_address()— plus-addressing or dedicated subdomain formatSteps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdated🤖 Generated with Claude Code