You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been suggested that one way that enveloper would be useful would be as a generic service in a microservices setup. Currently the templates are either volume mounted or built into the service, coupling it to the application it's running for, rather than being entirely generic.
The idea for the change or addition would be that as well as being able to do this:
POST /outbox
{
"template": "some-template",
"parameters": "..."
}
You could also pass in HTML/MJML/etc directly, e.g.
It's been suggested that one way that enveloper would be useful would be as a generic service in a microservices setup. Currently the templates are either volume mounted or built into the service, coupling it to the application it's running for, rather than being entirely generic.
The idea for the change or addition would be that as well as being able to do this:
You could also pass in HTML/MJML/etc directly, e.g.
I've had similar thoughts before but I want to clarify if and why we want this before building. If it's something you want, add your comments below.
So:
The text was updated successfully, but these errors were encountered: