Salesforce Create sObject
Creates a new record for a specified Salesforce object using the Salesforce REST API
Action Inputs
Name | Type | Description |
---|---|---|
Object Name | String | Salesforce API name of the object to create |
Fields | Object | Key-value pairs representing the field data |
Action Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether or not the record was created |
ID | String | Salesforce ID of the newly created record |
References
Updated about 10 hours ago