Skip to content
Snippets Groups Projects
Commit d2d36e51045a authored by oury.balde's avatar oury.balde
Browse files

Add transactional emails

Add rednerd template management API to let the user save templates
for later use with the rendering api:

- POST: /api/v1/template/{account}
- PUT: /api/v1/template/{account}/{name}
- DELELTE: /api/v1/template/{account}/{name}

Render a custom template:

- POST: /api/v1/render
parent af28cb469be9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment