Shivshankar
8 years agoAce
Retrieving the message/user in event subscription
<#assign userNode = http.request.parameters.name.get("user","") />
Want to get all details of userNode for UserCreate, UserSignOn, UserSignOff, UserUpdate ,UpdateMessage, DeleteMessage.. Like in documentation we have a complete "message" xml format for CreateMessage , want to retrieve xml body for "user" as well as "message" xml for
It would be helpful if there is some documentation link which specifies the xml format .