sitebay_wordpress_proxy
Proxy HTTP requests to WordPress REST API endpoints for SiteBay-hosted sites. Send GET, POST, PUT, or DELETE requests to interact with WordPress content programmatically.
Instructions
Proxy requests to a WordPress site's REST API.
Args: fqdn: The site domain path: WordPress API path (e.g., "/wp-json/wp/v2/posts") query_params_json: Optional JSON string for payload or query params method: HTTP method (get, post, put, delete)
Returns: WordPress API response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | Yes | ||
| path | No | /wp-json/wp/v2/ | |
| query_params_json | No | ||
| method | No | get |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |