Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud New Customer Onboarding
Version 1.0.0
Create an Account, attach a primary Contact, then open an Opportunity against it.
Provider
Workflows
new-customer-onboarding
Create Account, then Contact, then Opportunity in one chained flow.
Chains three create operations against the SObject Rows resource. Each create returns the new record id, which is fed forward so the Contact and Opportunity are correctly associated with the parent Account.
1
createAccount
createSObjectRecord
Create the Account record that anchors the customer relationship.
2
createContact
createSObjectRecord
Create the primary Contact and link it to the new Account.
3
createOpportunity
createSObjectRecord
Open an Opportunity against the new Account to track the deal.