Updated Notify_flock (markdown)

master
Chris Caron 2023-06-17 15:52:18 -04:00
parent 085446456b
commit 45a1361555
1 changed files with 1 additions and 1 deletions

@ -43,9 +43,9 @@ Valid syntaxes with an *application / bot* are:
| Variable | Required | Description
| ----------- | -------- | -----------
| 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.
| 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.
#### Example