HubSpot · Arazzo Workflow
HubSpot Advance a Deal Stage
Version 1.0.0
Find a deal by name and move it to a new pipeline stage.
View Spec
View on GitHub
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSalesArazzoWorkflows
Provider
Workflows
advance-deal-stage
Search a deal by name and update its dealstage property.
Resolves a deal by matching the dealname property, then performs a partial update that sets the dealstage to the supplied value.
1
findDeal
searchDeals
Search the deals object for a record whose dealname equals the supplied value, returning at most one match.
2
advanceStage
updateDeal
Patch the matched deal to set its dealstage to the supplied pipeline stage. Only the dealstage property is changed.