LaunchDarkly

Receive feature flag change notifications and log flag changes to correlate with incidents.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for LaunchDarkly.

Configure LaunchDarkly

Add the webhook URL in your LaunchDarkly settings.

Auto-Detected

Alert24 auto-detects LaunchDarkly payloads and maps them to incidents.

Step-by-Step Setup Instructions

LaunchDarkly Webhook Setup

1.In LaunchDarkly, go to Integrations → Webhooks
2.Click Add Webhook
3.Set the URL to the webhook URL shown above
4.Optionally add a Secret for signature verification (sent in x-ld-signature header)
5.Select which events to send (flag changes, environment changes, etc.)
6.Click Save

Example Webhook Payload

This is a sample payload that LaunchDarkly sends to Alert24 when an alert fires.

{
  "_id": "ld-evt-12345",
  "kind": "flag.updated",
  "titleVerb": "updated the feature flag [enable-new-checkout] in [Production]",
  "date": 1705312200000,
  "member": {
    "email": "dev@example.com"
  },
  "name": "enable-new-checkout",
  "currentVersion": {
    "key": "enable-new-checkout",
    "on": true
  },
  "previousVersion": {
    "key": "enable-new-checkout",
    "on": false
  }
}

How Alert24 Maps LaunchDarkly Data

Status Field

kind

Message Field

titleVerb

Auto-Create Incidents

No

Auto-Resolve Incidents

No

Status Mapping

Alert24 StatusLaunchDarkly Values
operational
flag.archived
degraded
flag.updated
down
flag.createdflag.deleted

Track Feature Flag Changes

Track changes for incident correlation and AI root cause analysis

  1. 1Go to LaunchDarkly → Integrations → Add → Webhooks
  2. 2Set the URL to your Alert24 Changes Webhook URL
  3. 3Select events: flag.updated, flag.created

Feature flag toggles are logged as changes so you can correlate flag changes with incidents.

Changes are logged per service. Copy the Changes Webhook URL from your service page in Alert24. When an incident occurs, recent changes are surfaced automatically with AI-powered root cause analysis. Learn more →

Connect LaunchDarkly to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More CI/CD & DevOps Integrations