From 461c6c9cd32dfbfc57bd75e2e057650ac1729df1 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 4 Jan 2022 11:52:44 -0500 Subject: [PATCH] Updated Notify_Custom_Form (markdown) --- Notify_Custom_Form.md | 2 ++ 1 file changed, 2 insertions(+) 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