Create Apollo deals from Google Chat messages
This action will create a new deal in your Apollo account.
Developer info
- API endpoint slug
- apollo.create_deal
- Filter code method
- Apollo.createDeal.skip(string?: reason)
- Runtime method
- runAction("apollo.create_deal", {})
Action fields
Name Text input > Other
- Label
- Deal name
- Helper text
- The name of the deal.
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Apollo.createDeal.setName(string: name)
Amount Text input > Other
- Label
- Deal amount
- Helper text
- The monetary value of the deal.
- Slug
- amount
- Required
- false
- Can have default value
- true
- Filter code method
- Apollo.createDeal.setAmount(string: amount)
Deal stage Dropdown list
- Label
- Deal stage
- Helper text
- Choose the stage for the new deal.
- Slug
- deal_stage
- Required
- false
- Can have default value
- false
