Opportunity Types are used to categorize Opportunities.
Opportunity types are only available in the pro plan and require the pipeline feature to be turned on in your workspace.
Example
{
"id": "4c56e319-f819-41c7-9308-da53d9937beb",
"name": "Referral",
"description": "Business coming from referrals, which could involve less effort in convincing the client due to the trust already established through the referrer.",
"isActive": true,
"createdAt": "2024-03-21T13:42:10.503Z"
},
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the opportunity type. |
description | string | The description of the opportunity type. |
isActive | boolean | A flag to indicate if the opportunity type is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |