Template tokens

0
I made an email template and use tokens in it. In the microflow the tokens are filled with the right values. So far so good, no errors. When I send and recieve the e-mail, I see then token names instead of their values. Can anyone tell me what I'm doing wrong?
asked
3 answers
0

Hi Pieter try to map the Attribute to the %token% in the bottom of the same page

After that in the microflow call the java action “ReplaceEmailTemplateTokens

Hope that helps!

answered
0

Are you using the AppstoreApp “Email module with templates”? If so, in the microflow you should not fill the tokens, but the entities' attributes. The EmailTemplate app will take care of replacing the Template’s tokens with the attribute’s values, if you correctly defined the placeholders.

answered
0

After the Java action do you commit the changed values? And try to test the mail functionality locally first with a tool like this one: https://github.com/rnwood/smtp4dev

Regards,

Ronald

 

answered