Skip to content

Contact Tag Updated

Fired when a tag is assigned or unassigned from a contact.

event_idstring (uuid) required
event_typestring required
serviceenum: general | call-center required
workspace_idstring (uuid) required
timestampstring (date-time) required
dataobject required
contact_idstring
tag_idstring
tag_namestring
workspace_idstring (uuid)
performed_byobject (PerformedBy) or null
idstring (uuid)
usernamestring
emailstring (email)
assigned_bystring (uuid) or null
Example
{
  "event_id": "123e4567-e89b-12d3-a456-426614174000",
  "event_type": "string",
  "service": "general",
  "workspace_id": "123e4567-e89b-12d3-a456-426614174000",
  "timestamp": "2024-01-01T12:00:00Z",
  "data": {
    "contact_id": "string",
    "tag_id": "string",
    "tag_name": "string",
    "workspace_id": "123e4567-e89b-12d3-a456-426614174000",
    "performed_by": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "username": "string",
      "email": "[email protected]"
    },
    "assigned_by": "123e4567-e89b-12d3-a456-426614174000"
  }
}