Skip to content

Add callouts, CTAs and table support to email rendering#388

Draft
andrewleith wants to merge 20 commits intomainfrom
experiment/add-email-features
Draft

Add callouts, CTAs and table support to email rendering#388
andrewleith wants to merge 20 commits intomainfrom
experiment/add-email-features

Conversation

@andrewleith
Copy link
Copy Markdown
Member

@andrewleith andrewleith commented Jan 16, 2026

Summary | Résumé

This pull request introduces support for 3 new features in email rendering: callouts, calls-to-action, and tables. It adds parsing, rendering, and sanitization logic for these tags, ensuring they are only processed when the corresponding feature flag is enabled. The changes also include comprehensive tests for these features to verify correct behavior and edge cases.

Test instructions | Instructions pour tester la modification

TODO: Fill in test instructions for the reviewer.

Release Instructions | Instructions pour le déploiement

None.

Reviewer checklist | Liste de vérification du réviseur

  • This PR does not break existing functionality.
  • This PR does not violate GCNotify's privacy policies.
  • This PR does not raise new security concerns. Refer to our GC Notify Risk Register document on our Google drive.
  • This PR does not significantly alter performance.
  • Additional required documentation resulting of these changes is covered (such as the README, setup instructions, a related ADR or the technical documentation).

⚠ If boxes cannot be checked off before merging the PR, they should be moved to the "Release Instructions" section with appropriate steps required to verify before release. For example, changes to celery code may require tests on staging to verify that performance has not been affected.

@andrewleith andrewleith changed the title feat(email formats): add 2 new features to emails: callouts and CTAs Add callouts, CTAs and table support to email rendering Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants