Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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.
External DocumentationTo learn more, visit the Salesforce documentation.

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