diff --git a/Notifiers.md b/Notifiers.md index 0c3c071..0041caf 100644 --- a/Notifiers.md +++ b/Notifiers.md @@ -1,3 +1,7 @@ +
+
+
@@ -57,6 +61,12 @@ var example = &Example{¬ifier.Notification{ ## Notifier Form Include a form with your notifier so other users can save API keys, username, passwords, and other values. +- `Type` the HTML input type (text, password, number, or email) +- `Title` + + + + ### Accepted DbField Values The `notifier.NotificationForm` has a field called `DbField` which is the column to save the value into the database. Below are the acceptable DbField string names to include in your form. - `host` used for a URL or API endpoint