Salesforce · Arazzo Workflow
Salesforce Create Record
Version 1.0.0
Create an SObject record then retrieve it by its newly assigned record id.
View Spec
View on GitHub
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
create-record
Create a single Salesforce SObject record and retrieve it by id.
Creates a new record of the given SObject type from the supplied field map, then fetches the newly created record by id to verify the persisted state.
1
createRecord
Create a new record of the requested SObject type using the supplied field values. Returns the id of the newly created record.
2
getRecord
Retrieve the record just created, by SObject type and id, to confirm the write succeeded and inspect the persisted field values.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.