apex_execute
Execute custom Apex REST endpoints in Salesforce orgs to perform org-specific operations and integrations.
Instructions
Call a custom Apex REST endpoint. These are org-specific REST services written in Apex by developers. The action is the URL path after /services/apexrest/.
This will return an error if no custom Apex REST endpoints exist in the org.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| method | No | GET | |
| data | No |