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
For mandrill template, the default template language we use in altruist is handlebars.
So you are forced to use {{}} instead of the standard pipe template language *||*.
We should provide an option in mandrill action to setup template language to pipe. This means adding merge_language key only if a custom template language is provided.
The text was updated successfully, but these errors were encountered:
For mandrill template, the default template language we use in altruist is handlebars.
So you are forced to use
{{}}
instead of the standard pipe template language*||*
.We should provide an option in mandrill action to setup template language to pipe. This means adding
merge_language
key only if a custom template language is provided.The text was updated successfully, but these errors were encountered: