-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ability to use email templates from Mailgun #1865
Comments
Some questions we need to answer first:
Other notes:
|
mfbrown
changed the title
Support ability to use email templates from Mailgun / Twilio
Support ability to use email templates from Mailgun
Nov 28, 2022
Also - we should spend some time researching the Twilio/SendGrid API and ensure that we build this with as much commonality as possible. |
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Our current email notifications are essentially only useful for testing; we need better templates to use for production use cases. We could write our own HTML templates for this, but we'd quickly end up wanting to provide a lot of configuration options for those templates which is a lot of work!
Meanwhile, both of our messaging providers support their own email editors to design & build transactional email templates:
For example, our current emails look like this:
Meanwhile, Mailgun's editor looks like this (gives users a ton of control!):
...with the ability to insert template variables like:
Assumptions
Acceptance Criteria
Implementation Notes/Details
For an example of how the Mailgun API works:
The text was updated successfully, but these errors were encountered: