Sidebar
0 votes
823 views
by js-6370 (390 points)
How can I get the Message ID of a message that is being processed?

1 Answer

+1 vote
 
Best answer

The messageId can be accessed with the {MSGID} node tag.  It can be wrapped in a qie.evaluateTemplate() call like this:

qie.evaluateTemplate("{MSGID}");

by mike-r-7535 (13.7k points)
selected by js-6370
...