Email tokens install

0
I have installed the Email tokens template module (and reflextion) but I am stuck with using is. When I want to create template I can only select 3 (predefined?) template types. Documentation describes nothing on this area. What do I forget do wrong? How can I add my own template types/object types?
asked
2 answers
1

Please take a look in the documentation and the microflows. These template types are defined in a enum, that you have to modify to your own needs.

answered
0

You can define the right token in the "OC_TemplateTypeAlreadyInUse" Microflow. Based on the enum values you define within the "TemplateType" enum, you then retrieve the token you need for that specific Template. When you run your application, make sure the Objects you use as tokens are up to date within your model reflection.

answered