restful
Execute custom REST API calls to Salesforce for data retrieval or modification. Specify path and method to interact with any Salesforce endpoint.
Instructions
Makes a direct REST API call to Salesforce
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the REST API endpoint (e.g., 'sobjects/Account/describe') | |
| method | No | The HTTP method (default: 'GET') | GET |
| params | No | Query parameters for the request | |
| data | No | Data for POST/PATCH requests |