flow_create
Create and store an HTTP request flow without sending it. Configure method, URL, headers, and body for later use.
Instructions
Create a new request flow and store it (without sending).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| url | Yes | ||
| headers | No | ||
| body | No | ||
| body_encoding | No | text | |
| comment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||