diff --git a/Notifiers.md b/Notifiers.md index 0c3c071..0041caf 100644 --- a/Notifiers.md +++ b/Notifiers.md @@ -1,3 +1,7 @@ +

+ +

+ Statup includes multiple Notifiers to alert you when your services are offline. You can also create your own notifier and send a Push Request to this repo! Creating a custom notifier is pretty easy as long as you follow the requirements. A notifier will automatically be installed into the users Statup database, and form values will save without any hassles. 💃

@@ -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