SalesforceResourceClient provides access to Salesforce CRM data, allowing you to run SOQL queries and perform CRUD operations on sObjects.
Usage
Inputs
Theinvoke method accepts the following arguments:
The HTTP method to use:
"GET", "POST", "PUT", "PATCH", or "DELETE".The Salesforce REST API path (e.g.,
/services/data/v59.0/query).A unique identifier for this operation.
Optional configuration object.
Outputs
The output format is the same as the Custom API client.Discriminator for the response type.
The HTTP status code.
The response body (typically JSON).