execute-external-api
Call non-Amazon REST APIs by specifying URL, method, headers, query parameters, body, and timeout for external HTTP requests.
Instructions
Execute HTTP requests to external REST APIs (non-Amazon APIs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the external API endpoint (required) | |
| body | No | Request body (for POST, PUT, PATCH) | |
| method | No | HTTP method | GET |
| headers | No | Request headers | |
| timeout | No | Request timeout in milliseconds (default: 30000) | |
| queryParams | No | Query parameters to append to URL |