Heroku

Receive Heroku dyno and release events and log deployments as changes for incident correlation.

InboundCloud Platforms
Start Free Trial

Quick Setup

Copy Webhook URL

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

Configure Heroku

Add the webhook URL in your Heroku settings.

Auto-Detected

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

Step-by-Step Setup Instructions

Heroku Webhook Setup

1.Use the Heroku CLI:
heroku webhooks:add \
  --include api:release \
  --level sync \
  --url <WEBHOOK_URL> \
  --app your-app-name
2.Or go to Dashboard → App → More → Webhooks and add the URL

Example Webhook Payload

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

{
  "action": "update",
  "resource": "release",
  "data": {
    "description": "Deploy abc1234",
    "status": "failed",
    "app": {
      "name": "production-app"
    }
  }
}

How Alert24 Maps Heroku Data

Status Field

action

Message Field

data.description

Auto-Create Incidents

No

Auto-Resolve Incidents

No

Status Mapping

Alert24 StatusHeroku Values
operational
create
down
destroyupdate

Connect Heroku to Alert24 in minutes

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

More Cloud Platforms Integrations