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
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:
Slack
Send root cause alerts directly to your team’s Slack channels, so critical issues are seen and acted on immediately.
Prometheus Alertmanager
Push root cause alerts into your existing Prometheus Alertmanager pipeline.
Grafana Alertmanager
Send root cause alerts to Grafana Alertmanager without additional configuration.
Splunk On-Call
Deliver real-time root cause alerts into Splunk On-Call with service-level impact and ownership metadata.
Microsoft Teams
Post root cause alerts into Microsoft Teams to keep dev and ops teams aligned.
Opsgenie
Route Causely root cause alerts through Opsgenie with the context your team needs..
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.