> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Slack destination plugin

export const entity_0 = "Slack destination plugin"

export const plugin_0 = "Slack destination plugin"

The Slack [destination plugin](/ingest/pipeline/plugins/destination-plugins)
(name: `slack`) lets you configure your telemetry pipeline to send specific
types of data or events to your Slack channels, such as error alerts, system
status updates, or performance metrics.

## Supported telemetry types

The {plugin_0} for Chronosphere Telemetry Pipeline supports these telemetry types:

|                    Logs                    |             Metrics             |              Traces             |
| :----------------------------------------: | :-----------------------------: | :-----------------------------: |
| <Icon icon="circle-check" color="green" /> | <Icon icon="ban" color="red" /> | <Icon icon="ban" color="red" /> |

## Configuration parameters

Use the parameters in this section to configure the {entity_0}. The
Telemetry Pipeline web interface uses the items in the **Name** column to
describe these parameters. [Pipeline configuration files](/ingest/pipeline/v2/configure/config-files)
use the items in the **Key** column as YAML keys.

### General

| Name                      | Key       | Description                                        | Default                                                                         |
| ------------------------- | --------- | -------------------------------------------------- | ------------------------------------------------------------------------------- |
| **Slack Webhook Address** | `webhook` | Absolute address of the webhook provided by Slack. | `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX` |
