mirror of https://github.com/caronc/apprise
Updated Notify_flock (markdown)
parent
085446456b
commit
45a1361555
|
@ -43,9 +43,9 @@ Valid syntaxes with an *application / bot* are:
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
| token | Yes | The first part of 3 tokens provided to you after creating a *incoming-webhook* and or an *application/bot*
|
| token | Yes | The first part of 3 tokens provided to you after creating a *incoming-webhook* and or an *application/bot*
|
||||||
|
| botname | No | Identify the name of the bot that should issue the message. If one isn't specified then the default is to just use your account (associated with the *incoming-webhook*).
|
||||||
| channel | No | Channels must be prefixed with a hash tag **#** or **g:**. They must represent the encoded id of the channel name (not the human readable reference) You can specify as many channels as you want by delimiting each of them by a forward slash (/) in the url.
|
| channel | No | Channels must be prefixed with a hash tag **#** or **g:**. They must represent the encoded id of the channel name (not the human readable reference) You can specify as many channels as you want by delimiting each of them by a forward slash (/) in the url.
|
||||||
| user | No | Users must be prefixed with an at symbol **@** or **u:**! They must represent the encoded id of the user name (not the human readable reference) You can specify as many users as you want by delimiting each of them by a forward slash (/) in the url.
|
| user | No | Users must be prefixed with an at symbol **@** or **u:**! They must represent the encoded id of the user name (not the human readable reference) You can specify as many users as you want by delimiting each of them by a forward slash (/) in the url.
|
||||||
| botname | No | Identify the name of the bot that should issue the message. If one isn't specified then the default is to just use your account (associated with the *incoming-webhook*).
|
|
||||||
| image | No | Associate an image with the message. By default this is enabled.
|
| image | No | Associate an image with the message. By default this is enabled.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
Loading…
Reference in New Issue