Contact tag object

Contact tags can be assigned to each contact in Ruddr. This allows you to define custom contact attributes. You can then filter reports using Contact Tags.

Example

{
  "id": "8670e0fd-bd7a-457e-bec9-eff2b1c12b78",
  "name": "Tier 1 Contact Tag",
  "isActive": true,
  "createdAt": "2021-11-13T12:31:22.762Z"
 }

Attributes

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