mirror of https://github.com/caronc/apprise
Updated Notify_discord (markdown)
parent
b4daf4739a
commit
f51cf97f67
|
@ -13,7 +13,7 @@ The webhook will end up looking something like this:
|
||||||
This effectively equates to:
|
This effectively equates to:
|
||||||
```https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}```
|
```https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}```
|
||||||
|
|
||||||
The last part of the URL you're given make up the 2 tokens you need to send notifications with It's very important to pay attention. In the above example the tokens are as follows:
|
The last part of the URL you're given make up the 2 tokens you need to send notifications with. It's very important to pay attention. In the above example the tokens are as follows:
|
||||||
1. **WebhookID** is ```4174216298```
|
1. **WebhookID** is ```4174216298```
|
||||||
2. **WebhookToken** is ```JHMHI8qBe7bk2ZwO5U711o3dV_js```
|
2. **WebhookToken** is ```JHMHI8qBe7bk2ZwO5U711o3dV_js```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue