The UPDATE action is used by the Salesforce connector to update a Salesforce object.
The input parameters to update an object are:
Parameter | Type | Required | Description |
---|---|---|---|
SObjectName | String | Required | The name of the Salesforce object to update, for example: Account |
SObjectId | String | Required | The Salesforce object ID, for example: accountId |
salesforcePayload | JSON | Required | The payload to send to Salesforce as a JSON map. See the Salesforce API documentation for valid fields to send. |
The output parameters from updating an object from Salesforce are:
Parameter | Type | Required | Description |
---|---|---|---|
salesforceStatus | String | Optional | The HTTP status code of the response |