diff --git a/public/index.html b/public/index.html index eb51e33..0624bd3 100644 --- a/public/index.html +++ b/public/index.html @@ -211,25 +211,35 @@
Forward SMS events to external services
+Receive alerts from external apps (uptime-kuma, etc.) and send SMS
+ Each webhook has a unique URL. Configure your external app to POST JSON to that URL and this gateway will send an SMS. +
+POST /api/hooks/<token> — no auth required, the token is the secret
+
+ The message template supports {{key}} placeholders resolved from the JSON body.
+ For uptime-kuma the top-level msg field contains the full alert text.
+
| Name | -Phone filter | -URL | -Events | +Send SMS to | +Webhook URL | Status | Actions |
|---|---|---|---|---|---|---|---|
{{key}} or {{key.subkey}} — resolved from the incoming JSON body.
+ Default: {{msg}} (works for uptime-kuma).
+