Skip to content

Email templating system#755

Merged
rajat1saxena merged 8 commits intomainfrom
issue-329
Apr 1, 2026
Merged

Email templating system#755
rajat1saxena merged 8 commits intomainfrom
issue-329

Conversation

@rajat1saxena
Copy link
Copy Markdown
Member

Fixes #329

google-labs-jules bot and others added 4 commits November 16, 2025 05:37
This commit introduces the email templates feature, allowing you to create reusable templates for broadcast and sequence emails.

Backend:
- Added `EmailTemplate` model.
- Implemented GraphQL queries (`getEmailTemplate`, `getEmailTemplates`) and mutations (`createEmailTemplate`, `updateEmailTemplate`, `deleteEmailTemplate`) for email templates.
- Added logic for the new GraphQL operations.

Frontend:
- Added a 'Templates' tab to the `/dashboard/mails` page.
- Created a `TemplatesList` component to display email templates.
- Created an email template editor page.
- Created a new page for selecting a template when creating a new broadcast or sequence.
- Updated the `createSequence` mutation to accept `title` and `content` from a template.
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
courselit-docs Ready Ready Preview, Comment Apr 1, 2026 7:16am

Request Review

@rajat1saxena rajat1saxena merged commit 0e39d59 into main Apr 1, 2026
7 checks passed
@rajat1saxena
Copy link
Copy Markdown
Member Author

/release 0.73.10

2 similar comments
@rajat1saxena
Copy link
Copy Markdown
Member Author

/release 0.73.10

@rajat1saxena
Copy link
Copy Markdown
Member Author

/release 0.73.10

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.

Create email templates

1 participant