restful
Initiate direct REST API calls to Salesforce, enabling users to interact with endpoints, send data, and retrieve information using HTTP methods like GET, POST, PATCH, and DELETE.
Instructions
Makes a direct REST API call to Salesforce
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | No | Data for POST/PATCH requests | |
method | No | The HTTP method (default: 'GET') | GET |
params | No | Query parameters for the request | |
path | Yes | The path of the REST API endpoint (e.g., 'sobjects/Account/describe') |