Codefresh
Receive pipeline notifications and log deployments as changes to correlate with incidents.
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
steps:
notify:
type: webhook
arguments:
url: '<WEBHOOK_URL>'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 Status | Codefresh 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
GitHub
InboundLog pull request merges, pushes, and releases as changes for incident correlation.
GitHub Actions
InboundReceive workflow run notifications and log deployments as changes to correlate with incidents.
GitLab CI
InboundReceive pipeline notifications and log deployments as changes to correlate with incidents.
CircleCI
InboundReceive job notifications and log deployments as changes to correlate with incidents.
Terraform Cloud
InboundReceive run notifications and log infrastructure changes to correlate with incidents.
Jenkins
InboundReceive build notifications and log deployments as changes to correlate with incidents.