AsyncAPI channel · Honeybadger · Honeybadger Outbound Webhook Notifications

slack

Slack integration. Honeybadger delivers fault-lifecycle notifications (occurrence, resolution, reopening) to a Slack channel chosen during OAuth setup. Messages include interactive buttons that let recipients resolve or reopen the fault from Slack; Honeybadger's documentation does not publish a wire-level payload schema for this channel, so only the documented lifecycle events are listed.

Provider: Honeybadger AsyncAPI: v2.6.0 Spec: Honeybadger Outbound Webhook Notifications Operations: 1 Messages: 3

Channel address

slack

Operations

deliverHoneybadgerSlackNotification
Deliver fault lifecycle notifications to Slack.

Messages

slack.fault.occurred
Fault occurrence delivered to Slack with interactive resolve/reopen buttons.
Content-Type: application/json
slack.fault.resolved
Fault resolution delivered to Slack.
Content-Type: application/json
slack.fault.reopened
Previously resolved fault reopened, delivered to Slack.
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.