====== TMSSSLACKURL ====== The [[variable:start|Environmental Variable]] ''TMSSSLACKURL'' sets the URL for a Slack message to be sent to detailing the result of a script running a command line executable on a remote server. ===== Example ===== ==== Windows Command Line ==== set TMSSSLACKURL=https://hooks.slack.com/services/your_unique_address_values ==== Windows PowerShell ==== $env:TMSSSLACKURL = "https://hooks.slack.com/services/your_unique_address_values" ==== Linux ==== export TMSSSLACKURL=https://hooks.slack.com/services/your_unique_address_value ==== Sample Output ==== {{slack_webhook.png}} ===== See Also ===== [[variable:tmssslackuser|TMSSSLACKUSER]] \\ [[variable:tmssslackicon|TMSSSLACKICON]] \\ [[variable:tmssslackonerror|TMSSSLACKONERROR]] \\ [[variable:tmssslacknotes|TMSSSLACKNOTES]] \\ [[technote:setting_environmental_variables|Setting Environmental Variables]] <- ^ variable:start |Introduction ^ -> {{tag>environmental_variables paths slack}}