Create Email Templates (#1706)#1711
Merged
restarone-solutions merged 1 commit intomasterfrom Nov 26, 2025
Merged
Conversation
✅ CRUD Email Templates ✅ Inject dynamic content (copy, names, links) via dynamic segments ✅ Click to copy email HTML ✅ Test send (with or without dynamic content injection) <img width="975" height="845" alt="Screenshot 2025-11-26 at 9 15 01 AM" src="https://github.com/user-attachments/assets/59393d6b-4e4e-447a-b14f-1ea7322fbac1" /> * basic crud scaffold. up next: delete + dynamic content injection * dynamic segments, deleting templates and testing template * debug email encoding/rendering * attempt 2 for html integrity * fix broken fixtures * add inline documentation * fix in revolapp email template * fix email templates show in message threads, added render function in a helper to show as html * fix ship right format * fix render function, added validations and remove trix-content div * fix inline images, show templates and fix render function, fix the tests --------- Co-authored-by: Restarone Solutions Inc. Software Engineering <engineering@restarone.solutions> Co-authored-by: godie <godie.mendoza@gmail.com>
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.
✅ CRUD Email Templates
✅ Inject dynamic content (copy, names, links) via dynamic segments ✅ Click to copy email HTML
✅ Test send (with or without dynamic content injection)
programmatic API
send email templates with dynamically injected segments:
basic crud scaffold. up next: delete + dynamic content injection
dynamic segments, deleting templates and testing template
debug email encoding/rendering
attempt 2 for html integrity
fix broken fixtures
add inline documentation
fix in revolapp email template
fix email templates show in message threads, added render function in a helper to show as html
fix ship right format
fix render function, added validations and remove trix-content div
fix inline images, show templates and fix render function, fix the tests