Skip to content

Contact Created

Fired when a new contact is created.

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
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)
performed_byobject (PerformedBy) or null
idstring (uuid)
usernamestring
emailstring (email)
created_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": [],
    "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",
    "performed_by": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "username": "string",
      "email": "[email protected]"
    },
    "created_by": "123e4567-e89b-12d3-a456-426614174000"
  }
}