Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud Contact and Case Intake
Version 1.0.0
Create a Contact, then open a support Case linked to that Contact.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
contact-case-intake
Create a Contact and open a linked Case in one flow.
Creates a Contact, opens a Case referencing that Contact via ContactId, and reads the Case back to confirm it persisted.
1
createContact
createSObjectRecord
Create the Contact record that the Case will be linked to.
2
createCase
createSObjectRecord
Open a Case referencing the new Contact through the ContactId field.
3
getCase
getSObjectRecord
Read the Case back to confirm its status and case number.