Tag

A tag allows you to label your contacts, companies, and conversations and list them using that tag.

type
string

value is "tag"

id
string

The id of the tag

name
string

The name of the tag

applied_at
integer <date-time>

The time when the tag was applied to the object

object (Reference)

reference to another object

{ "type": "tag", "id": "123456", "name": "Test tag", "applied_at": 1663597223, "applied_by": { "type": "contact", "id": "1a2b3c" } }