Skip to main content

Slack Webhook

Slack Webhook Integration

Causely can send root cause alerts directly to your team’s Slack channels, giving you real-time visibility into incidents without needing to switch tools. By piping high-signal diagnostics into Slack, your team can take action faster and collaborate with full context.


Configuration

If you would like to configure the Slack webhook integration, you can do so by enabling the executor and specifying your Slack webhook URL in the values.yaml file.

Add the following under the notifications section of your causely-values.yaml:

executor:
enabled: true

notifications:
slack:
enabled: true
url: 'https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX' # Replace with your actual Slack incoming webhook URL
note

Replace the placeholder URL with your actual Slack Incoming Webhook URL. Make sure the webhook is configured to post to the correct channel.

To install the Causely agent with the Slack integration enabled, run:

causely agent install --cluster-name <cluster-name> --values ./causely-values.yaml

Notification Payload Format

For details on the structure and fields included in Causely webhook alerts, including what will be sent to Slack—refer to the Notification Payload Format page.

It includes a sample payload and field-by-field breakdown to help you parse and route alerts as needed.