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
AIAnalyticsCloudCommerceCRMCustomer 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
createRecord
Insert a new Account record using the supplied field values. Returns the Id of the newly created Account.
2
createContact
createRecord
Create a Contact whose AccountId references the newly created Account so the Contact is linked to the Account.