The GET action is used by the Salesforce connector to retrieve a Salesforce object.
The input parameters to get an object are:
Parameter | Type | Required | Description |
---|---|---|---|
SObjectName | String | Required | The name of the Salesforce object to get, for example: Account |
SObjectId | String | Required | The Salesforce object ID, for example: accountId |
The output parameters from getting an object from Salesforce are:
Parameter | Type | Required | Description |
---|---|---|---|
salesforceResult | String | Optional | The result from the REST or SOAP call from Salesforce |
salesforceStatus | String | Optional | The HTTP status code of the response |