Explore Plans
Mobile menu Close menu
Copper

Opportunity status changed

This trigger fires when an opportunity's status changes, for example when a deal is marked won, lost, or abandoned. Other edits to an opportunity don't fire it.

Developer info

API endpoint slug
copper.opportunity_status_changed

Trigger fields

Status to watch Dropdown list

Label
Status to watch
Helper text
Pick the status that should fire this trigger, or Any status to fire on every transition.
Slug
status_to_watch
Required
true
Can have default value
true

Ingredients

Opportunity

Slug
opportunity_id
Filter code
Copper.opportunityStatusChanged.OpportunityId
Type
String
Example
34567890

Opportunity name

Slug
opportunity_name
Filter code
Copper.opportunityStatusChanged.OpportunityName
Type
String
Example
Acme Corp - Website redesign

Old status

Slug
old_status
Filter code
Copper.opportunityStatusChanged.OldStatus
Type
String
Example
Open

New status

Slug
new_status
Filter code
Copper.opportunityStatusChanged.NewStatus
Type
String
Example
Won

Monetary value

Slug
monetary_value
Filter code
Copper.opportunityStatusChanged.MonetaryValue
Type
String
Example
25000

Close date

Slug
close_date
Filter code
Copper.opportunityStatusChanged.CloseDate
Type
Date (ISO8601)
Example
2020-07-07

Company name

Slug
company_name
Filter code
Copper.opportunityStatusChanged.CompanyName
Type
String
Example
Acme Corp

Changed at

Slug
changed_at
Filter code
Copper.opportunityStatusChanged.ChangedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00