E
Encharge
0
Transactional API: Use an identifier instead of the template Name
Completed
P
philipp
Apr 23, 2021

Since template names are quite descriptive, better use an ID?

Comments
S
Slav Ivanov
Jul 1, 2021
Set the status to
Completed

This is now possible: https://docs.encharge.io/transactional-email-api/send-an-email-from-template

0
P
philipp
Apr 23, 2021

https://docs.encharge.io/transactional-email-api/overview

instead of
"templateName"
we could use
"templateId" or something and use an identifier that can be viewed in the email template

I know already what will happen.. i reference the templateName from the code and then my mate will change that name, causing the code to fail ;)

0