From d715fc6aadc2495ca339c5fe771dda001c852e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Wed, 29 Oct 2025 13:48:06 +0100 Subject: [PATCH] fix(docs): Slack webhook URL documentation link (#10887) Updated the Slack webhook URL documentation link to the latest Slack API documentation. Fixes: #10731 https://api.slack.com/incoming-webhooks is redirected to https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/ --- website/docs/reference/integrations/slack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/integrations/slack.md b/website/docs/reference/integrations/slack.md index 3f554a2451..9b8c93417b 100644 --- a/website/docs/reference/integrations/slack.md +++ b/website/docs/reference/integrations/slack.md @@ -20,7 +20,7 @@ This Slack integration is deprecated and will be removed in a future release. We ::: -The Slack integration allows Unleash to post Updates when a feature flag is updated. To set up Slack, you need to configure an incoming Slack webhook URL. You can follow [Sending messages using Incoming Webhooks](https://api.slack.com/incoming-webhooks) on how to do that. You can also choose to [create a slack app for Unleash](https://api.slack.com/apps), which will provide you with additional functionality to control how Unleash communicates messages on your Slack workspace. +The Slack integration allows Unleash to post Updates when a feature flag is updated. To set up Slack, you need to configure an incoming Slack webhook URL. You can follow [Sending messages using Incoming Webhooks](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/) on how to do that. You can also choose to [create a slack app for Unleash](https://api.slack.com/apps), which will provide you with additional functionality to control how Unleash communicates messages on your Slack workspace. The Slack integration will perform a single retry if the HTTP POST against the Slack Webhook URL fails (either a 50x or network error). Duplicate events may happen. You should never assume events always comes in order.