diff --git a/Notify_Custom_Form.md b/Notify_Custom_Form.md index 36145d8..e080fea 100644 --- a/Notify_Custom_Form.md +++ b/Notify_Custom_Form.md @@ -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