Skip to content

Commit

Permalink
add description on how to trigger webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Jul 16, 2024
1 parent 3b4c6cf commit 1f961c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vinywaji/gui/templates/views/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ <h5 class="text-2xl leading-normal">Webhooks</h5>
This gives you the ability to call them from custom clients e.g. in a smart home integration.
</p>

<p class="mt-4">
Webhookes can be triggered by issuing an HTTP-<code>GET</code> request to its url.
</p>

{% include "components/forms/add_webhook.html" %}

<hr class="border-gray-500 my-4">
Expand Down

0 comments on commit 1f961c4

Please sign in to comment.