From 39c80da5d43827d582a2be4f93695349c350e261 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:03:08 +0000 Subject: [PATCH] Docs update from Slack message --- docs/3.0/manage/cloud/connect-to-cloud.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/3.0/manage/cloud/connect-to-cloud.mdx b/docs/3.0/manage/cloud/connect-to-cloud.mdx index 5361d49f9dee..000946580bc7 100644 --- a/docs/3.0/manage/cloud/connect-to-cloud.mdx +++ b/docs/3.0/manage/cloud/connect-to-cloud.mdx @@ -102,3 +102,14 @@ for more information. In local and remote execution environments, such as VMs and containers, ensure that you've installed any flow requirements or dependencies before creating a flow run. + +## Slack Integration + +Prefect Cloud now supports integration with Slack to send notifications about flow runs. To enable Slack integration, follow these steps: + +1. Navigate to the Integrations section in your Prefect Cloud workspace settings. +2. Select Slack from the list of available integrations. +3. Follow the prompts to authenticate with your Slack account and select the channel where you want to receive notifications. +4. Configure notification preferences for different flow run states, such as success, failure, or late runs. + +Once configured, Prefect Cloud will send notifications to the specified Slack channel based on your preferences.