Salesforce Create sObject

Creates a new record for a specified Salesforce object using the Salesforce REST API

Action Inputs

NameTypeDescription
Object NameStringSalesforce API name of the object to create
FieldsObjectKey-value pairs representing the field data

Action Outputs

NameTypeDescription
SuccessBooleanWhether or not the record was created
IDStringSalesforce ID of the newly created record

References