AsyncAPI channel · bugsnag · Bugsnag Webhook Events

/webhook

Receives Bugsnag event notifications. The webhook sends a JSON payload via HTTP POST when a configured trigger condition is met. Supported triggers include new errors, frequent errors, error milestones, every error occurrence, and auto-reopened errors.

Provider: bugsnag AsyncAPI: v2.6.0 Spec: Bugsnag Webhook Events Operations: 1 Messages: 5

Channel address

/webhook

Operations

publish
receiveWebhookNotification
Receive a Bugsnag webhook notification

Messages

newError
Sent when the first event of an error is received for a release stage.
Content-Type: application/json
frequentError
Sent when an error occurs frequently within a time window.
Content-Type: application/json
errorMilestone
Sent when an error reaches an event count milestone.
Content-Type: application/json
everyError
Sent every time an error event occurs.
Content-Type: application/json
errorReopened
Sent when a fixed or snoozed error is automatically reopened.
Content-Type: application/json

About 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 Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.