AsyncAPI channel · segment · Segment Webhook Events

/webhook

The webhook endpoint that receives Segment events. Segment sends each event as an HTTP POST request with a JSON body.

Provider: segment AsyncAPI: v2.6.0 Spec: Segment Webhook Events Operations: 1 Messages: 6

Channel address

/webhook

Operations

publish
receiveSegmentEvent
Receive Segment event

Messages

IdentifyEvent
An identify event that associates a user with their traits.
Content-Type: application/json
TrackEvent
A track event that records an action performed by a user.
Content-Type: application/json
PageEvent
A page event that records a page view on a website.
Content-Type: application/json
ScreenEvent
A screen event that records a screen view in a mobile app.
Content-Type: application/json
GroupEvent
A group event that associates a user with a group or account.
Content-Type: application/json
AliasEvent
An alias event that merges two user identities.
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.