keshavkelkar
8 years agoAce
REST call for context object ${env.context.message.id} ?
Can anyone please tell me the REST call to or alternative way to get ${env.context.message.id} ?
I am getting freemarker error when I try to access ${env.context.message.id}, so I need some alternative way such as REST call or any other so that I could get the same value as I am getting by ${env.context.message.id} .
cike The problem is solved. I used "page.context.message.id" in place of "env.context.message.id". Thanks for your efforts.