Opportunity tag object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the opportunity tag.
isActivebooleanA flag to indicate if the opportunity tag is active in the system.
createdAttimestampThe timestamp when the object was created.