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
Parameter | Description |
---|---|
Object Fields | Object's fields values. Can be obtained via the Describe Object action. |
Object Name | The 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
Preview this Workflow on desktop