AsyncAPI channel · Postman · Postman Webhooks

/webhook/trigger

Channel for incoming webhook triggers that initiate collection runs. When an external system sends a POST request to the webhook URL, Postman triggers the associated collection run and passes the request payload as variables available during the run.

Provider: Postman AsyncAPI: v2.6.0 Spec: Postman Webhooks Operations: 1 Messages: 1

Channel address

/webhook/trigger

Operations

publish
triggerCollectionRun
Trigger a collection run via webhook

Messages

WebhookTriggerPayload
The payload sent to a Postman webhook URL to trigger a collection run. The payload contents are user-defined and become available as variables during the collection run.
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.