http_http_request
Make HTTP requests to any URL for REST APIs, webhooks, or form submissions. Returns a JSON object with status, headers, and body.
Instructions
[http] Make an HTTP request to any URL. Use for REST APIs, webhooks, form submissions, or any HTTP endpoint. Returns a JSON object with 'status', 'headers', and 'body'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| url | Yes | ||
| headers | No | ||
| body | No | ||
| body_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |