====Discord==== This output is used to write a Discord message to an existing Discord WebHook. ^Parameter^Default^Meaning^ |**url**||The Discord WebHook URL| |**message**||A list of JSON parameters to set (using periods for dictionaries) that may include [[event_codes|event substitutions]]| ===Example=== [ { "method": "discord", "url": "http://", "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 [[event_methods|list of output modules]].