Updated Notify_slack (markdown)

Chris Caron 2019-08-10 15:39:46 -04:00
parent fa2405ac5f
commit 8ebdc5eeb0

@ -14,10 +14,10 @@ First off, Slack notifications require an *incoming-webhook* it can connect to.
* You must **Activate** the **Incoming Webhook** _Feature_ if not already.
* On this same configuration screen, you can create a webhook and assign it to a channel/user.
Regardless of what option you choose (above), both will result in giving you a webhook URL that looks something like this:
Regardless of what option you choose (above), both will result in giving you a webhook URL that looks something like this:<br/>
```https://hooks.slack.com/services/T1JJ3T3L2/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F```
Apprise supports this URL _as-is_ (_as of v0.7.7_), you no longer need to parse the URL any further. However there is slightly less overhead (internally) if you do.
**Note:** Apprise supports this URL _as-is_ (_as of v0.7.7_); you no longer need to parse the URL any further. However there is slightly less overhead (internally) if you do.
This URL effectively equates to:
```https://hooks.slack.com/services/{tokenA}/{tokenB}/{tokenC}```