From 901a65dec857f0e766eb3435864d346b869161a0 Mon Sep 17 00:00:00 2001 From: Kevin KADOSH Date: Wed, 18 Jun 2025 16:46:19 +0200 Subject: [PATCH] Webhook documentation: inform that the integration is doing only POST request --- .../console/notification_integrations/webhook.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crowdsec-docs/unversioned/console/notification_integrations/webhook.mdx b/crowdsec-docs/unversioned/console/notification_integrations/webhook.mdx index c4dbdea09..d4db089c3 100644 --- a/crowdsec-docs/unversioned/console/notification_integrations/webhook.mdx +++ b/crowdsec-docs/unversioned/console/notification_integrations/webhook.mdx @@ -49,6 +49,12 @@ If the HTTPs endpoint certificate is not valid, you can choose to disable SSL ve ::: +:::info + +The webhook integration is doing POST request to the destination endpoint. + +::: + ![Webhook destination](/img/console/notification_integrations/webhook-destination.png)