Discord

This output is used to write a Discord message to an existing Discord WebHook.

ParameterDefaultMeaning
urlThe Discord WebHook URL
messageA list of JSON parameters to set (using periods for dictionaries) that may include event substitutions

Example

[
   {
       "method": "discord",
       "url": "http://<mydiscordurl>",
       "message": { 
           "author.name": "Notifications",
           "footer.text": "@ %S",
           "title": "%M",
           "description": "This is to let you know that %M."
       }
   }
]

The above example would send a Discord notification with the message appearing in both the title and in the description...

Other Modules

Return to the list of output modules.