====== TMSSSLACKICON ====== The [[variable:start|Environmental Variable]] ''TMSSSLACKICON'' specifies the location of an icon to add to the Slack message. ===== Example ===== ==== Windows Command Line ==== set TMSSSLACKICON=https://a.slack-edge.com/80588/img/icons/app-57.png ==== Windows PowerShell ==== $env:TMSSSLACKICON = "https://a.slack-edge.com/80588/img/icons/app-57.png" ==== Linux ==== export TMSSSLACKICON=https://a.slack-edge.com/80588/img/icons/app-57.png ==== Sample Output ==== {{slack_webhook.png}} ===== See Also ===== [[variable:tmssslackurl|TMSSSLACKURL]] \\ [[variable:tmssslackuser|TMSSSLACKUSER]] \\ [[variable:tmssslackonerror|TMSSSLACKONERROR]] \\ [[variable:tmssslacknotes|TMSSSLACKNOTES]] \\ [[technote:setting_environmental_variables|Setting Environmental Variables]] <- ^ variable:start |Introduction ^ -> {{tag>environmental_variables paths slack}}