AsyncAPI channel · Cloudflare
· Cloudflare Notifications Webhooks
/webhook
Generic webhook channel that receives all notification events from Cloudflare. Each notification includes the alert type, alert data, and metadata about the notification policy that triggered it.
Channel address
/webhook
Operations
publish
onNotificationEvent
Receive Cloudflare notification webhook
Messages
DdosAttackL4Alert
Notification of a Layer 4 DDoS attack detected and mitigated
Content-Type:
application/jsonDdosAttackL7Alert
Notification of a Layer 7 DDoS attack detected
Content-Type:
application/jsonSslCertificateAlert
Notification about an SSL certificate status change or upcoming expiration
Content-Type:
application/jsonHealthCheckAlert
Notification of an origin health status change
Content-Type:
application/jsonWorkersAlert
Notification about Workers script performance or error thresholds
Content-Type:
application/jsonGenericNotification
A generic notification event for any alert type
Content-Type:
application/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.