Feature/webhook get method support (#6194)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
aruj0
2025-10-27 22:19:05 +01:00
committed by GitHub
co-authored by Frank Elsinga
parent 38ec3bc432
commit 19c2bbd586
3 changed files with 45 additions and 2 deletions
+3
View File
@@ -926,6 +926,9 @@
"noGroupMonitorMsg": "Not Available. Create a Group Monitor First.",
"Close": "Close",
"Request Body": "Request Body",
"HTTP Method": "HTTP Method",
"webhookPostMethodDesc": "POST is good for most modern HTTP servers.",
"webhookGetMethodDesc": "GET sends data as query parameters and does not allow configuring a body. Useful for triggering Uptime Kuma Push monitors.",
"wayToGetFlashDutyKey": "To integrate Uptime Kuma with Flashduty: Go to Channels > Select a channel > Integrations > Add a new integration, choose Uptime Kuma, and copy the Push URL.",
"FlashDuty Severity": "Severity",
"FlashDuty Push URL": "Push URL",