Adding properties to Advanced Send Email template
For refrence:
<a href="https://XXXX/Incident/Edit/$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$">Add Comment to Action Log</a>
Best Answers
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭The emails from Advanced email are not sent thru the engine, just straight SMTP. Therefore no dynamic references will work.5
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭@Robert_Osterberg - If you're using 8.2+ there are properties you can use in emails by wrapping them in double curly braces {{}}.
https://support.cireson.com/KnowledgeBase/View/2405#/
I hope this helps.5 -
Robert_Osterberg Customer Advanced IT Monkey ✭✭✭Yes but in this case it was the advenced send email app in the console. But we will use it as is and not put in more time on0
Answers
Portal - Admin - Settings - NotificationTemplatePrefix
Set the value what you want This example = Email
Then in the console create a new template with title
Email-HelpDeskResponse
Then that will be on only available template in the dialog box.
HTH
https://support.cireson.com/KnowledgeBase/View/2405#/
I hope this helps.
I copied the template from the Action Log Mentions Notification setting, which has been tested and does work, and pasted that into the Body Template for the Send Email Task. When the email is received the property values are not substituted, it just displays exactly as entered i.e. {{Id : WorkItem}}
The portal version tested in is 8.12.9.2016. Thanks!
This is the email template for the @mention notification that is sent out not for the send email task. so no these {{properties does not work}} in sendemail task.