apex_execute
Execute Apex REST requests to interact with Salesforce data by specifying endpoints, HTTP methods, and data payloads for streamlined integration and automation.
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 |