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
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer 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
Insert a new Opportunity record using the supplied field values. Returns the Id of the newly created Opportunity.
2
createContactRole
Create an OpportunityContactRole that links the supplied Contact to the newly created Opportunity with the given role.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.