http_http_request
Make HTTP requests to any URL for REST APIs, webhooks, form submissions, or HTTP endpoints. Returns JSON with status, headers, and body data.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| url | Yes | ||
| headers | No | ||
| body | No | ||
| body_text | No |