diff --git a/Notify_flock.md b/Notify_flock.md index 912be33..342a54c 100644 --- a/Notify_flock.md +++ b/Notify_flock.md @@ -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