The CUSTOM_OBJECT_CREATE action is used by the Salesforce connector to create a custom Salesforce object definition.
The input parameters to create a custom object definition 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 creating an object definition 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 |