Add user_real_name to outgoing slash commands or webhooks
An outgoing /slash command from mattermost sends information including the token, userid and username in the POST.
We would also like to see userrealname in the POST, without having to do another API call.
For example:
channelid=cniah6qa73bjjjan6mzn11f4ie&
channelname=town-square&
command=/somecommand&
responseurl=not+supported+yet&
teamdomain=someteam&
teamid=rdc9bgriktyx9p4kowh3dmgqyc&
text=hello+world&
token=xr3j5x3p4pfk7kk6ck7b4e6ghh&
userid=c3a4cqe3dfy6dgopqt8ai3hydh&
username=freddy
userreal_name=Fred+Smith
1
vote
Steve Murphy
shared this idea