AsyncAPI channel · Axiom · Axiom Custom Webhook Notifier

/webhook

Outbound delivery channel. Axiom POSTs a JSON body rendered from the notifier's template to the configured URL whenever a monitor fires or (for threshold monitors) resolves. The default template emits an envelope with an action field and an event object; operators may customise this template using Go template syntax, so receivers should treat the schema below as the default contract.

Provider: Axiom AsyncAPI: v2.6.0 Spec: Axiom Custom Webhook Notifier Operations: 1 Messages: 2

Channel address

/webhook

Operations

publish
receiveAxiomNotification
Receive a monitor notification from Axiom

Messages

monitorOpen
Sent when a match monitor matches an event, when a threshold monitor enters its alert state, or when an anomaly monitor detects a deviation. The default template sets action to "Open".
Content-Type: application/json
monitorClosed
Sent when a threshold monitor exits its alert state. The default template sets action to "Closed".
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.