apex_execute
Execute Apex REST requests to interact with Salesforce data by specifying endpoints, HTTP methods, and input data. Integrate API operations like retrieving, creating, updating, or deleting records efficiently.
Instructions
Executes an Apex REST request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The Apex REST endpoint to call (e.g., '/MyApexClass') | |
data | No | Data for POST/PATCH requests | |
method | No | The HTTP method (default: 'GET') | GET |