apex_execute
Execute Apex REST endpoints in Salesforce for custom backend operations.
Instructions
Executes an Apex REST request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data for POST/PATCH requests | |
| action | Yes | The Apex REST endpoint to call (e.g., '/MyApexClass') | |
| method | No | The HTTP method (default: 'GET') | GET |