Skip to main content

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

IntegrationDescription
Datadog WebhookReceive Datadog monitor alert notifications enriched with related telemetry data.
Dynatrace WebhookReceive Dynatrace problem notifications enriched with related logs and traces.
New Relic WebhookReceive New Relic alert notifications enriched with logs, traces, and entity details.
SolarWinds WebhookReceive SolarWinds alert notifications into NudgeBee.
PagerDuty WebhookReceive PagerDuty incident notifications and trigger NudgeBee troubleshooting workflows.
ServiceNow WebhookReceive ServiceNow incident notifications into NudgeBee.
GCP Cloud Monitoring WebhookReceive GCP Cloud Monitoring alert notifications with metric details and resource context.
Automation WebhookTrigger a NudgeBee workflow from any system that can send an HTTP request.
ZenDuty WebhookReceive ZenDuty incident notifications into NudgeBee.
Azure Monitor WebhookReceive Azure Monitor alert notifications with resource and metric context.
Elasticsearch WebhookReceive alerts raised by Elasticsearch/Kibana rules and watchers.
OpenObserve WebhookReceive OpenObserve alert notifications into NudgeBee.
Splunk WebhookReceive 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.

IntegrationDescription
Prometheus Alertmanager WebhookReceive alerts forwarded from Alertmanager. See Alert forwarding for the Alertmanager-side configuration.
Grafana WebhookReceive Grafana alerting notifications. See Connect Grafana for the Grafana-side setup.

How It Works

  1. Create the webhook integration in NudgeBee under Admin > Integrations > Webhooks.
  2. Copy the generated webhook URL and configure it in your external tool.
  3. When your external tool fires an alert, it sends a payload to the NudgeBee webhook URL.
  4. NudgeBee parses the payload, creates an event, and enriches it with related telemetry data.