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