====== TMSSSLACKUSER ======
The [[variable:start|Environmental Variable]] ''TMSSSLACKUSER'' allows you to add a user name or company description to the top of the Slack message to better differentiate the message origin if you have several different users set up.
===== Example =====
==== Windows Command Line ====
set TMSSSLACKUSER=GazillaByte
==== Windows PowerShell ====
$env:TMSSSLACKUSER = "GazillaByte"
==== Linux ====
export TMSSSLACKURL=GazillaByte
==== Sample Output ====
{{slack_webhook.png}}
===== See Also =====
[[variable:tmssslackurl|TMSSSLACKURL]] \\
[[variable:tmssslackicon|TMSSSLACKICON]] \\
[[variable:tmssslackonerror|TMSSSLACKONERROR]] \\
[[variable:tmssslacknotes|TMSSSLACKNOTES]] \\
[[technote:setting_environmental_variables|Setting Environmental Variables]]
<- ^ variable:start |Introduction ^ ->
{{tag>environmental_variables paths slack}}