Push Insights into Your Workflow
Causely accelerates response by delivering model-driven explanations like service health changes right into your existing workflows.
You can set up workflow integrations in two ways:
- Native integrations: Use our Grafana plugin today, and soon our Slack app, to receive insights without writing any code
- Webhooks: Send structured JSON payloads to tools like Alertmanager, Slack, Opsgenie, or your internal systems
Native Integrations​
Native integrations offer a streamlined way to view Causely insights, like causes and service impact, directly inside your preferred tools, without needing to manage webhooks.
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
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.