apex_execute
Execute Apex REST requests by specifying the endpoint and HTTP method. Optionally include data for POST/PATCH requests.
Instructions
Executes an Apex REST request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The Apex REST endpoint to call (e.g., '/MyApexClass') | |
| method | No | The HTTP method (default: 'GET') | GET |
| data | No | Data for POST/PATCH requests |