Skip to main content

Push Insights into Your Workflow

Causely helps you act faster by pushing insights, like root causes impacting service health, directly into the tools your team uses every day.

You can set up workflow integrations in two ways:

  • Webhooks: Send structured JSON payloads to tools like Alertmanager, Slack, Opsgenie, or your internal systems
  • Native integrations: Use our Grafana plugin today, and soon our Slack app, to receive insights without writing any code

Webhook-Based Integrations

Webhooks offer a flexible way to deliver Causely insights wherever you need them, whether it’s for alerting, ticketing, automation, or dashboards.

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

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

executor:
enabled: true

notifications:
webhook:
url: "https://webhook.example.com/notify" # Replace with your webhook URL
token: "your-secret-token" # Replace with your webhook token
enabled: true
info

For more details on webhook payload structure and field definitions, see the Notification Payload Format.

Make sure to replace the placeholder values with your actual webhook URL and token.

Click on an integration below to view setup instructions for receiving Causely alerts in your preferred tool.


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

Native Integrations

Native integrations offer a streamlined way to view Causely insights, like root causes and service impact, directly inside your preferred tools, without needing to manage webhooks.