AWS CodePipeline

Receive execution state notifications and log deployments as changes for incident correlation.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

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

Configure AWS CodePipeline

Add the webhook URL in your AWS CodePipeline settings.

Auto-Detected

Alert24 auto-detects AWS CodePipeline payloads and maps them to incidents.

Step-by-Step Setup Instructions

AWS CodePipeline Webhook Setup

1.Create an SNS Topic and subscribe the webhook URL shown above
2.In EventBridge, create a rule matching CodePipeline events:
{
  "source": ["aws.codepipeline"],
  "detail-type": ["CodePipeline Pipeline Execution State Change"]
}
3.Set the target to the SNS Topic
4.Confirm the SNS subscription via the confirmation URL sent to the webhook

Example Webhook Payload

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

{
  "source": "aws.codepipeline",
  "detail-type": "CodePipeline Pipeline Execution State Change",
  "detail": {
    "pipeline": "production-deploy",
    "state": "FAILED",
    "execution-id": "abc-123"
  }
}

How Alert24 Maps AWS CodePipeline Data

Status Field

detail.state

Message Field

detail.pipeline

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusAWS CodePipeline Values
operational
SUCCEEDED
down
FAILED

Connect AWS CodePipeline to Alert24 in minutes

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

More CI/CD & DevOps Integrations