Overview
The Slack integration enables automatic team notifications whenever changes occur within your applications. Users can customize which actions trigger Slack workspace messages.Step 1: Create a Slack App
Navigate to the Slack app creation page and build a new application from scratch. The app should be named “Qovery” and connected to the desired workspace.


You can customize your Slack app with an optional logo available from Qovery’s public resources repository.

Step 2: Configure Incoming Webhooks
Activate the Incoming Webhooks feature within your app, then add a new webhook to your workspace. Select the target notification channel and copy the generated webhook URL.



Multiple webhooks can target different channels. Specific events can be filtered (e.g.,
"events": ["DEPLOYMENT_FAILURE"]). Webhooks are manageable and deletable anytime.