postman-mcp-server

create_webhook

Creates webhook that triggers collection with custom payload

Input Schema

NameRequiredDescriptionDefault
webhookYes
workspaceYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "webhook": { "properties": { "collection": { "description": "Collection ID to trigger", "type": "string" }, "description": { "description": "Webhook description", "type": "string" }, "events": { "description": "Array of events to trigger on", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Webhook name", "type": "string" } }, "required": [ "name", "collection" ], "type": "object" }, "workspace": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspace", "webhook" ], "type": "object" }

You must be authenticated.

Other Tools