Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation updates from Slack #23

Open
wants to merge 1 commit into
base: frances/test_promptless5
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/3.0/manage/cloud/connect-to-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading