A tag allows you to label your contacts, companies, and conversations and list them using that tag.typestringvalue is "tag" Example: "tag"idstringThe id of the tag Example: "123456"namestringThe name of the tag Example: "Test tag"applied_atinteger(date-time)The time when the tag was applied to the object Example: 1663597223applied_byobject(Reference)reference to another object+Show 2 properties{ "type": "tag", "id": "123456", "name": "Test tag", "applied_at": 1663597223, "applied_by": { "type": "contact", "id": "1a2b3c" } }
You can tag a specific contact. This will return a tag object for the tag that was added to the contact.
You can remove tag from a specific contact. This will return a tag object for the tag that was removed from the contact.
You can tag a specific conversation. This will return a tag object for the tag that was added to the conversation.
You can remove tag from a specific conversation. This will return a tag object for the tag that was removed from the conversation.