Webhooks
NudgeBee supports inbound webhooks that allow external monitoring, alerting and automation tools to push events directly into NudgeBee. When an alert fires, NudgeBee automatically creates an enriched event.
Supported Webhook Integrations
Create any of these from Admin > Integrations > Webhooks.
Documented
| Integration | Description |
|---|---|
| Datadog Webhook | Receive Datadog monitor alert notifications enriched with related telemetry data. |
| Dynatrace Webhook | Receive Dynatrace problem notifications enriched with related logs and traces. |
| New Relic Webhook | Receive New Relic alert notifications enriched with logs, traces, and entity details. |
| SolarWinds Webhook | Receive SolarWinds alert notifications into NudgeBee. |
| PagerDuty Webhook | Receive PagerDuty incident notifications and trigger NudgeBee troubleshooting workflows. |
| ServiceNow Webhook | Receive ServiceNow incident notifications into NudgeBee. |
| GCP Cloud Monitoring Webhook | Receive GCP Cloud Monitoring alert notifications with metric details and resource context. |
| Automation Webhook | Trigger a NudgeBee workflow from any system that can send an HTTP request. |
| ZenDuty Webhook | Receive ZenDuty incident notifications into NudgeBee. |
| Azure Monitor Webhook | Receive Azure Monitor alert notifications with resource and metric context. |
| Elasticsearch Webhook | Receive alerts raised by Elasticsearch/Kibana rules and watchers. |
| OpenObserve Webhook | Receive OpenObserve alert notifications into NudgeBee. |
| Splunk Webhook | Receive Splunk alert notifications into NudgeBee. |
Also Available
These webhook types exist in the product and are configured the same way. Dedicated setup guides are not published yet — the configuration form documents each field inline.
| Integration | Description |
|---|---|
| Prometheus Alertmanager Webhook | Receive alerts forwarded from Alertmanager. See Alert forwarding for the Alertmanager-side configuration. |
| Grafana Webhook | Receive Grafana alerting notifications. See Connect Grafana for the Grafana-side setup. |
How It Works
- Create the webhook integration in NudgeBee under Admin > Integrations > Webhooks.
- Copy the generated webhook URL and configure it in your external tool.
- When your external tool fires an alert, it sends a payload to the NudgeBee webhook URL.
- NudgeBee parses the payload, creates an event, and enriches it with related telemetry data.