The APPROVAL_APPROVE action is used by the Salesforce connector to approve a Salesforce object that is awaiting approval.
The input parameters to approve an object awaiting approval are:
Parameter | Type | Required | Description |
---|---|---|---|
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 approving an object awaiting approval 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 |