Codefresh

Receive pipeline notifications and log deployments as 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 Codefresh.

Configure Codefresh

Add the webhook URL in your Codefresh settings.

Auto-Detected

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

Step-by-Step Setup Instructions

Codefresh Webhook Setup

1.In Codefresh, go to Account Settings → Pipeline Integrations
2.Add a notification integration or use a pipeline step:
steps:
  notify:
    type: webhook
    arguments:
      url: '<WEBHOOK_URL>'
3.Configure triggers for pipeline completion

Example Webhook Payload

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

{
  "build": {
    "status": "error",
    "pipeline_name": "production-deploy",
    "build_id": "build-42"
  }
}

How Alert24 Maps Codefresh Data

Status Field

build.status

Message Field

build.pipeline_name

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusCodefresh Values
operational
success
down
errorterminated

Connect Codefresh to Alert24 in minutes

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

More CI/CD & DevOps Integrations