mirror of https://github.com/caronc/apprise
Updated Notify_Custom_Form (markdown)
parent
e02fe6f278
commit
461c6c9cd3
|
@ -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.
|
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:
|
The *type* will be one of the following:
|
||||||
* **info**: An informative type message
|
* **info**: An informative type message
|
||||||
* **success**: A successful report
|
* **success**: A successful report
|
||||||
|
|
Loading…
Reference in New Issue