Salesforce · Arazzo Workflow
Salesforce Create Account with Contact
Version 1.0.0
Create an Account and then create a Contact that belongs to it.
View Spec
View on GitHub
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
create-account-with-contact
Create an Account and a Contact linked to that Account.
Inserts an Account record, then creates a Contact whose AccountId points at the new Account so the Contact appears under the Account's related list.
1
createAccount
Insert a new Account record using the supplied field values. Returns the Id of the newly created Account.
2
createContact
Create a Contact whose AccountId references the newly created Account so the Contact is linked to the Account.
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.