Salesforce · Arazzo Workflow
Salesforce Create Opportunity with Contact Role
Version 1.0.0
Create an Opportunity and then attach an OpportunityContactRole linking a Contact to the deal.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
create-opportunity-with-contact-role
Create an Opportunity and link a Contact to it via an OpportunityContactRole.
Inserts an Opportunity record, then creates an OpportunityContactRole that associates a supplied Contact with the new Opportunity in a named role.
1
createOpportunity
createRecord
Insert a new Opportunity record using the supplied field values. Returns the Id of the newly created Opportunity.
2
createContactRole
createRecord
Create an OpportunityContactRole that links the supplied Contact to the newly created Opportunity with the given role.