Skip to content

Contact Updated

Fired when a contact's details are updated.

event_idstring (uuid) required
event_typestring required
serviceenum: general | call-center required
workspace_idstring (uuid) required
timestampstring (date-time) required
dataobject required
idstring
full_namestring
emailstring or null
workspace_idstring (uuid)
phone_numberstring
sourcestring
typestring
custom_attributesarray
tagsarray
additional_attributesobject
company_namestring or null
country_namestring or null
city_namestring or null
biostring or null
is_blockedboolean
avatarstring or null
created_atstring (date-time)
updated_atstring
action_typestring
update_columnsarray[string] or null
performed_byobject (PerformedBy) or null
idstring (uuid)
usernamestring
emailstring (email)
updated_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": {
    "id": "string",
    "full_name": "string",
    "email": "string",
    "workspace_id": "123e4567-e89b-12d3-a456-426614174000",
    "phone_number": "string",
    "source": "string",
    "type": "string",
    "custom_attributes": [],
    "tags": [],
    "additional_attributes": {},
    "company_name": "string",
    "country_name": "string",
    "city_name": "string",
    "bio": "string",
    "is_blocked": true,
    "avatar": "string",
    "created_at": "2024-01-01T12:00:00Z",
    "updated_at": "string",
    "action_type": "string",
    "update_columns": [],
    "performed_by": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "username": "string",
      "email": "[email protected]"
    },
    "updated_by": "123e4567-e89b-12d3-a456-426614174000"
  }
}