Close menu
Explore Plans
Mobile menu Close menu
HubSpot

Create deal

This action will create a new deal in your HubSpot CRM.

Developer info

API endpoint slug
hubspot.create_deal
Filter code method
Hubspot.createDeal.skip(string?: reason)
Runtime method
runAction("hubspot.create_deal", {})

Action fields

Deal name Text input > Other

Label
Deal name
Slug
deal_name
Required
true
Can have default value
true
Filter code method
Hubspot.createDeal.setDealName(string: deal_name)

Pipeline stage Nested dropdown list

Label
Pipeline and initial stage
Helper text
Pick the pipeline and initial stage for this deal.
Slug
pipeline_stage_id
Required
true
Can have default value
false

Amount Text input > Other

Label
Amount
Helper text
Numeric amount. Currency is determined by your HubSpot account settings.
Slug
amount
Required
false
Can have default value
true
Filter code method
Hubspot.createDeal.setAmount(string: amount)

Close date Text input > Other

Label
Close date
Helper text
ISO 8601 date (YYYY-MM-DD).
Slug
close_date
Required
false
Can have default value
true
Filter code method
Hubspot.createDeal.setCloseDate(string: close_date)

Associated contact email Text input > Other

Label
Associated contact email
Helper text
Optional. Email of an existing contact to associate with this deal.
Slug
associated_contact_email
Required
false
Can have default value
true
Filter code method
Hubspot.createDeal.setAssociatedContactEmail(string: associated_contact_email)