cakemail_call_api
Execute any Cakemail API operation by specifying the endpoint path, HTTP method, and optional parameters. Supports GET, POST, PUT, PATCH, DELETE requests.
Instructions
Execute a Cakemail API call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional request body for POST/PUT/PATCH requests | |
| path | Yes | API endpoint path (e.g., "/campaigns/{id}"). Use actual values for path parameters. | |
| method | Yes | HTTP method (GET, POST, PUT, PATCH, DELETE) | |
| headers | No | Optional HTTP headers (e.g., {"Authorization": "Bearer token"}) | |
| query_params | No | Optional query parameters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||