flowker-execute
Execute Flowker API actions for workflows, executions, and webhooks, with required headers and mutation confirmations for live operations.
Instructions
Execute Flowker API actions. Use flowker-discover first to inspect auth expectations, Idempotency-Key requirements for workflow execution start, provider and executor configuration payloads, and webhook method/path behavior.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for create/update/validate actions, workflow execution start, and webhook payloads. | |
| action | Yes | Flowker action to perform (e.g. "create", "start", "validateConfig", "verifyHashChain", "post"). | |
| headers | No | Optional allowlisted headers from the action contract, such as Idempotency-Key or X-Webhook-Token. | |
| resource | Yes | Flowker resource name (e.g. "workflows", "executions", "provider-configurations", "webhooks"). | |
| pathParams | No | Path parameters as key-value pairs. For webhooks, path can include nested segments like "payments/kyc/callback". | |
| queryParams | No | Query parameters for list/filter actions. | |
| mutationReason | No | Human-readable audit reason required for mutating live API actions. | |
| confirmMutation | No | Required as true for POST, PUT, PATCH, or DELETE live API actions. |