Skip to content
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

Mail templates #223

Open
4 tasks
revjtanton opened this issue Jul 13, 2020 · 0 comments
Open
4 tasks

Mail templates #223

revjtanton opened this issue Jul 13, 2020 · 0 comments
Labels
enhancement New feature or request infrastructure An infrastructure related item

Comments

@revjtanton
Copy link
Member

User Story

As a end-user
I'd like to upload email templates for use by the system
So that I can easily update and manage the templates

Acceptance Criteria

  • email njk templates can be uploaded to the API through some means
  • the uploaded template is stored by the system in some way (S3)
  • the uploaded template can be called by the /send endpoint as a parameter in the body
  • the called template is used in the emails sent.

Notes

This may be considered two efforts. Adding the S3 bucket to terraform, and the code to use the S3 bucket. The bucket can be created first and used by the system without the functionality to add new templates to the bucket via the API.

@revjtanton revjtanton added enhancement New feature or request infrastructure An infrastructure related item labels Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure An infrastructure related item
Projects
None yet
Development

No branches or pull requests

1 participant