Dedicated CRM

Copper

CRM

Every verdict, with its evidence

Core objects

In full

Copper carries separate Person, Company, Opportunity and Task record types, alongside Leads and Projects. The Opportunity entity exposes `company_id` and `primary_contact_id` association fields, and a task can be related to a lead, person, company or opportunity record. Records can also be linked through a Related section on each profile. Only `name` is required by the API when creating an opportunity, so company association is possible rather than compulsory, although the guidance for creating an opportunity in the interface describes a primary contact as a required field.

Source: https://developer.copper.com/opportunities/create-a-new-opportunity.html, https://developer.copper.com/opportunities/fetch-an-opportunity-by-id.html, https://support.copper.com/en/articles/8823248-relating-records, https://support.copper.com/en/articles/8823266-working-with-tasks, https://support.copper.com/en/articles/8823260-working-with-opportunities

Verification: Verified

Pipeline stages

In full

An opportunity sits in a pipeline and moves through that pipeline's ordered stages, carrying `pipeline_id` and `pipeline_stage_id`. Stages are defined by the account, can be renamed, reordered and deleted, and each stage carries its own win probability.

Source: https://developer.copper.com/opportunities/list-pipeline-stages.html, https://support.copper.com/en/articles/9533612-working-with-new-pipelines, https://developer.copper.com/opportunities/fetch-an-opportunity-by-id.html

Verification: Verified

Status

In full

The Opportunity object carries its own status attribute whose documented values are Open, Won, Lost and Abandoned, held separately from pipeline_stage_id. Open versus settled is therefore readable from the opportunity itself with no stage lookup.

Source: https://developer.copper.com/opportunities/overview.html

Verification: Verified

Resolution

In part

The same status attribute carries Won and Lost as distinct values, so the outcome is an attribute of the opportunity rather than something inferred from the stage it ended in. Copper's help center describes Won, Lost and Abandoned as the closing statuses a user applies.

Source: https://developer.copper.com/opportunities/overview.html

Verification: Verified

Value

In full

monetary_value ships on the Opportunity, surfaced as projected revenue.

Source: https://developer.copper.com/opportunities/overview.html, https://support.copper.com/en/articles/8823260-working-with-opportunities

Verification: Verified

Scope of work

In part

Only details, documented as a description, with no products or line-items facility.

Source: https://developer.copper.com/opportunities/overview.html, https://support.copper.com/en/articles/8823260-working-with-opportunities

Verification: Verified

Expected close date

In full

close_date ships, documented as the expected close date.

Source: https://developer.copper.com/opportunities/overview.html, https://support.copper.com/en/articles/8823260-working-with-opportunities

Verification: Verified

Actual close date

In full

Copper ships one close_date field, documented in the API reference as the expected close date, and there is no second field for the date an opportunity actually settled. The vendor's help center instructs the user to set that same field when closing: to add a closing date showing when the deal was completed on a win, and to change the close date to today on a loss. No vendor documentation states that Copper stamps the date itself when status changes.

Source: https://support.copper.com/en/articles/8823260-working-with-opportunities

Verification: Verified

Opportunity owner

In full

Linked buyer

In full

primary_contact_id is a required link to a Person, alongside the separate company_id.

Source: https://developer.copper.com/opportunities/overview.html, https://support.copper.com/en/articles/8823260-working-with-opportunities

Verification: Verified

Record preservation

In full

Closed opportunities stay in the account and stay measurable. Copper's custom report metric list includes separate record counts and value sums for won, lost and open opportunities, win rate metrics, and a running sum of won value ordered by the opportunity close date, all of which require the closed records to persist and remain queryable.

Source: https://support.copper.com/en/articles/8823394-custom-reports-reference-documents-metrics

Verification: Verified

Structured lost reasons

In full

Marking an opportunity Lost prompts for a Loss Reason chosen from a defined list, stored on the record as `loss_reason_id`. Administrators can add, rename, reorder and delete the options, and the values feed a Loss Reasons report, so the field is structured and reportable rather than free text.

Source: https://support.copper.com/en/articles/8823335-understand-and-customize-loss-reasons-field, https://developer.copper.com/opportunities/fetch-an-opportunity-by-id.html

Verification: Verified

Email sync

In full

With a connected Google account, mail sent and received in Gmail syncs automatically onto the matching Copper records, and the Send and Reply from Copper setting lets users compose and reply from inside Copper with delivery through their Gmail address, so the flow runs both ways. The capability is constrained to Google mailboxes: vendor documentation names no Microsoft 365 or Outlook mailbox connection, and directs users of other clients to a BCC address instead. Mail between users on the account's own domain is excluded from sync.

Source: https://support.copper.com/en/articles/8823339-email-settings, https://support.copper.com/en/articles/8823283-working-with-the-gmail-integration, https://support.copper.com/en/articles/8823340-send-and-reply-from-copper-setting, https://support.copper.com/en/articles/8823268-how-emails-and-logged-activities-sync-between-records

Verification: Verified

Calendar sync

In full

Calendar events are a two-way sync with Google Calendar: an event created on a Copper record is issued as a Google Calendar invitation, existing Google Calendar events are pulled into Copper against recognized record email addresses and logged in the activity log, and an update on either side is mirrored on the other. Two constraints apply. Tasks sync to Google Calendar in one direction only, into a Copper Reminders calendar carrying name, due date and due time, and vendor documentation describes no equivalent Outlook or Microsoft 365 calendar sync.

Source: https://support.copper.com/en/articles/8823250-creating-and-syncing-events-to-google-calendar, https://support.copper.com/en/articles/8823267-syncing-tasks-to-google-calendar, https://support.copper.com/en/articles/8823337-google-sync-settings

Verification: Verified

Schedulable activity types

In full

Tasks are created inside Copper with a due date, reminder, assignee, priority, status, a related record and an Activity Type, and can be single or recurring with subtasks. Activity types ship with Phone Call, Meeting and To-do, and administrators can create custom types, up to thirty enabled at a time, optionally counting as interactions for reporting. Calendar events for meetings can also be created directly from a record.

Source: https://support.copper.com/en/articles/8823266-working-with-tasks, https://support.copper.com/en/articles/8823328-create-and-edit-activity-types, https://support.copper.com/en/articles/8823250-creating-and-syncing-events-to-google-calendar

Verification: Verified

Opportunity reporting

In part

Two of the three required reports are native. Overall win and loss rate is available as the custom report metrics Opp Record Count Win Rate % and Opp Value Win Rate %, supported by won, lost and open counts and values, and by a Sales by Owner view showing win rate per teammate. Forecasting is native through the Pipeline Projection Total and Pipeline Projection Weighted reports, which group open opportunities by expected close date and weight value by the win probability attached to the stage. Stage-to-stage conversion rate is the gap: the pipeline summary reports show value, count and average days per stage rather than the proportion advancing, the days-in-stage custom report covers duration only, and requests for a funnel conversion report appear as open questions in the vendor community. A Looker Studio connector exists for reporting outside the product, which does not count toward this dimension.

Source: https://support.copper.com/en/articles/8823394-custom-reports-reference-documents-metrics, https://support.copper.com/en/articles/8823412-pipeline-reports-forecast, https://support.copper.com/en/articles/8823409-pipeline-reports-pipeline-summary, https://support.copper.com/en/articles/8823379-custom-reports-sales-cycle-length-and-days-in-stage, https://support.copper.com/en/articles/15016872-6-pipeline-reviews-and-forecasting, https://community.copper.com/ask-a-question-or-share-an-idea-33/opportunity-conversion-rate-between-stages-1359

Verification: Verified