Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Create And Convert Lead
Version 1.0.0
Capture a Lead, then realize the conversion by creating Account, Contact, and Opportunity records.
Provider
Workflows
create-and-convert-lead
Create a Lead, then create the Account/Contact/Opportunity it converts into.
Adapts Lead conversion by chaining record creates. The Lead is captured first; its details seed an Account, Contact, and Opportunity, then the Lead record is updated to a converted Status to close the loop.
1
createLead
createSObjectRecord
Capture the inbound Lead record.
2
createAccount
createSObjectRecord
Create the Account the Lead converts into, named after the Lead company.
3
createContact
createSObjectRecord
Create the converted Contact linked to the new Account.
4
createOpportunity
createSObjectRecord
Open the Opportunity that the converted Lead produces.
5
markLeadConverted
updateSObjectRecord
Update the Lead Status to a converted value to close the loop.