Sidebar
0 votes
454 views
by js-6370 (360 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.8k points)
selected by js-6370
...