Skip to main content

Create Record

Creates a new record for a specified object based on field values in the request body. You must specify values for required fields in the request body. Specifying values for other fields is optional.

Parameters

ParameterDescription
Object FieldsObject's fields values. Can be obtained via the Describe Object action.
Object NameThe name of the object.
For example: Account.

Example Output

{
"id": "001D000000IqhSLIAZ",
"errors": [],
"success": true
}

Workflow Library Example

Create Record with Salesforce and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop