Integrations Overview
OpsFusion accepts alerts from any tool that can send a customizable webhook payload, using the Push Alert endpoint. Each guide below shows how to configure a specific tool’s webhook to map onto OpsFusion’s alert schema (teamId, title, description, severity, status, labels).
If your tool isn’t listed here, check whether it supports a customizable outbound webhook — if so, the Send Alerts reference has everything needed to build your own integration.
Endpoint types
Section titled “Endpoint types”Most integrations below map a tool’s customizable webhook onto the shared Push Alert endpoint. A few tools only send a fixed, non-customizable payload — for those, OpsFusion provides a dedicated endpoint that parses the tool’s native format directly, rather than asking you to build a template it can’t produce.
Prometheus Alertmanager is the first integration built this way, using its own request format and endpoint (/push/alertmanager) instead of the shared one. As support is added for other tools with fixed payload formats, they’ll follow the same pattern — check each guide below for which endpoint it uses.
Guides
Section titled “Guides”Send CloudWatch alarm notifications via EventBridge and an Input Transformer.
Send Datadog Monitor alerts via the Webhooks integration.
Send Dynatrace problem notifications, with a dynamic-status option via Workflows.
Page your on-call team on new or escalated Freshservice incidents.
Send alerts from Grafana’s own webhook contact point (not Grafana OnCall).
Send New Relic alert notifications via a Handlebars-templated webhook.
Send Alertmanager notifications using its native webhook format — no code changes needed. Uses its own dedicated endpoint, not the shared Push Alert endpoint (see Endpoint types above).
Send alerts from SolarWinds’ monitoring product (not SolarWinds Incident Response).
Send Zabbix trigger notifications via a JavaScript webhook media type.
Support
Section titled “Support”For integration support:
- Email: support@opsfusion.cloud
- See Send Alerts for the full API reference