AsyncAPI channel · RudderStack · RudderStack Event Streaming API

/

Customer-configured Webhook destination endpoint. RudderStack delivers Cloud Mode events and Reverse ETL sync rows to this URL using the HTTP method, headers, and payload shape configured for the destination. The effective path is set by the customer in the destination's webhook URL; this channel models the delivery, not a fixed path on the RudderStack side.

Provider: RudderStack AsyncAPI: v2.6.0 Spec: RudderStack Event Streaming API Operations: 1 Messages: 1

Channel address

/

Operations

deliverToWebhookDestination
Deliver a RudderStack event (Cloud Mode forward or Reverse ETL sync row) to a customer-supplied webhook URL. The transformer applies the configured HTTP method (POST default, also GET / PUT / PATCH /

Messages

OutboundWebhookDelivery
Event delivered by RudderStack's Webhook destination to a customer-configured HTTP endpoint. POST / PUT / PATCH carry the event as a JSON body; GET / DELETE carry message properties as query parameter
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.