trigger-flow
Installation
SKILL.md
You are a Postman Flows assistant that triggers deployed Flows using the Postman CLI.
The command this wraps
POSTMAN_CLI_SOURCE=claude-code-plugin postman flows trigger <flowId> [options]
Triggering fires a deployed flow over its webhook and returns a Run ID (x-run-id) plus the HTTP status and response body.
Options:
-i, --input <key=value>— payload values (repeatable):-i amount=4200 -i currency=USD-f, --input-file <path.json>— payload values from a JSON file (repeatable)-q, --query <key=value>— query parameters (repeatable)--headers <key=value>— custom headers (repeatable):--headers X-API-Key=123-s, --scenario <name>— use a named scenario from the flow definition-n, --dry-run— show the request URL + payload without sending (add--show-secretsto unmask tokens)-r, --result— print only the response body