Escalated Thread notification not generating thread title/URL
Hi,
I've been messing about with the escalation feature, looking at the viability of using this to automate the process of our superusers escalating threads.
When looking at the email notifications, the following context objects don't generate properly:
${thread.topicMessage.subject}
${thread.webUi.url}
The email message comes out (as you may see, the link is just the context object):
Thread Subject: ${thread.topicMessage.subject}
Any thoughts on how I can fix this?
Hi Kev_B
you can see the available context objects in below of email templates
Studio->Text Editor->Email Text->select Escalated thread from dropdown->Variables Used in this Template
Example:
${notification.message.discussion.topicMessage.subject}
${notification.message.discussion.webUi.url}