Updated Notify_Custom_Form (markdown)

master
Chris Caron 2022-01-04 11:52:44 -05:00
parent e02fe6f278
commit 461c6c9cd3
1 changed files with 2 additions and 0 deletions

@ -7,6 +7,8 @@
This is just a custom Notification that allows you to have this tool post to a web server as a simple FORM (`application/x-www-form-urlencoded`). This is useful for those who want to be notified via their own custom methods.
The payload will include a `body`, `title`, `version`, and `type` in it's response. You can add more (see below for details).
The *type* will be one of the following:
* **info**: An informative type message
* **success**: A successful report