> For the complete documentation index, see [llms.txt](https://docs.steadybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.steadybit.com/integrate-with-steadybit/slack-notifications.md).

# Slack Notifications

You want to receive a Slack message whenever an experiment has started or failed? This can be achieve via `Settings` -> `Integrations` -> `Slack`.

> If you use an on-prem installation make sure to set the `STEADYBIT_WEB_PUBLIC_URL`, so we can add links to open Steadybit via links in the message.

|              |                                                                                                                                                             |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**     | The name for this integration will not show up in the message.                                                                                              |
| **URL**      | The Slack webhook URL, which you can create in Slack by navigating `Manage apps` -> `Custom Integrations` -> `Incoming Webhooks`.                           |
| **Channel**  | <p>The Slack channel which receives the message. If omitted the default from the Slack Webhook configuration will be used.<br><strong>optional</strong></p> |
| **Icon Url** | <p>You may specify a different icon to be used for the message.<br><strong>optional</strong></p>                                                            |
| **Team**     | If no team is specified, you'll receieve all events. If you do specify a team you'll only receive notifications relevant for this team                      |
| **Events**   | You may select the events you want to recieve.                                                                                                              |

If you want, you can also use a [custom Webhook ](/integrate-with-steadybit/webhooks/custom-webhooks.md)to further customize Slack message or integrate with other chat applications.
