Skip to main content
The SalesforceResourceClient provides access to Salesforce CRM data, allowing you to run SOQL queries and perform CRUD operations on sObjects.

Usage

Inputs

The invoke method accepts the following arguments:
string
required
The HTTP method to use: "GET", "POST", "PUT", "PATCH", or "DELETE".
string
required
The Salesforce REST API path (e.g., /services/data/v59.0/query).
string
required
A unique identifier for this operation.
object
Optional configuration object.

Outputs

The output format is the same as the Custom API client.
"api"
Discriminator for the response type.
number
The HTTP status code.
ResponseBody
The response body (typically JSON).