From 1f961c451c1f7c766566265f8d33a6943c8b98b8 Mon Sep 17 00:00:00 2001
From: ftsell
Date: Tue, 16 Jul 2024 20:14:34 +0200
Subject: [PATCH] add description on how to trigger webhooks
---
src/vinywaji/gui/templates/views/profile.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/vinywaji/gui/templates/views/profile.html b/src/vinywaji/gui/templates/views/profile.html
index 98d1edd..f41648b 100644
--- a/src/vinywaji/gui/templates/views/profile.html
+++ b/src/vinywaji/gui/templates/views/profile.html
@@ -27,6 +27,10 @@ Webhooks
This gives you the ability to call them from custom clients e.g. in a smart home integration.
+
+ Webhookes can be triggered by issuing an HTTP-GET
request to its url.
+
+
{% include "components/forms/add_webhook.html" %}