This action will create a new deal in your HubSpot CRM.
- API endpoint slug
- hubspot.create_deal
- Filter code method
- Hubspot.createDeal.skip(string?: reason)
- Runtime method
- runAction("hubspot.create_deal", {})
Action fields
- Label
- Deal name
- Slug
- deal_name
- Required
- true
- Can have default value
- true
- Filter code method
- Hubspot.createDeal.setDealName(string: deal_name)
- 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
- 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)
- 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)
- 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)