Opportunity tags can be assigned to each opportunity in Ruddr. This allows you to define custom opportunity attributes. You can then filter reports using opportunities tags.
Opportunity tags are only available in the pro plan and require the pipeline feature to be turned on in your workspace.
Example
{
"id": "33e3993e-f3a4-4067-9304-925ced92b3f2",
"name": "Tier 3",
"isActive": true,
"createdAt": "2024-03-18T17:03:32.204Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the opportunity tag. |
isActive | boolean | A flag to indicate if the opportunity tag is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |