This action will create a new opportunity (deal) in your Copper account from the details you provide.
- API endpoint slug
- copper.create_an_opportunity
- Filter code method
- Copper.createAnOpportunity.skip(string?: reason)
- Runtime method
- runAction("copper.create_an_opportunity", {})
Action fields
- Label
- Name
- Helper text
- A name for the deal (for example, 'Acme Corp - Website redesign').
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Copper.createAnOpportunity.setName(string: name)
- Label
- Pipeline
- Helper text
- The pipeline this deal belongs to.
- Slug
- pipeline
- Required
- true
- Can have default value
- false
- Label
- Primary contact email
- Helper text
- The email address of the main contact for this deal; Copper links the opportunity to that person.
- Slug
- primary_contact_email
- Required
- false
- Can have default value
- true
- Filter code method
- Copper.createAnOpportunity.setPrimaryContactEmail(string: primary_contact_email)
- Label
- Value
- Helper text
- The deal's monetary value.
- Slug
- value
- Required
- false
- Can have default value
- true
- Filter code method
- Copper.createAnOpportunity.setValue(string: value)
- Label
- Close date
- Helper text
- The date you expect the deal to close.
- Slug
- close_date
- Required
- false
- Can have default value
- true
- Filter code method
- Copper.createAnOpportunity.setCloseDate(string: close_date)