http_request
Send HTTP requests to test APIs and prototype connectors. Customize method, headers, and JSON body to receive the response.
Instructions
Make an HTTP request and return the response body (truncated).
Use for quick API calls and connector prototyping. json_body is sent
as a JSON payload for POST/PUT/PATCH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | No | GET | |
| headers | No | ||
| json_body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |