Unified.to · Schema

CrmLead

IntegrationsUnified API

Properties

Name Type Description
address object
company_id string
company_name string
contact_id string
created_at string
creator_user_id string
emails object
first_name string
id string
is_active boolean
last_name string
link_urls object
metadata object
name string
raw object
source string
status string
telephones object
updated_at string
user_id string
View JSON Schema on GitHub

JSON Schema

unified-to-crmlead-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CrmLead",
  "title": "CrmLead",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/property_CrmLead_address"
    },
    "company_id": {
      "type": "string"
    },
    "company_name": {
      "type": "string"
    },
    "contact_id": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "creator_user_id": {
      "type": "string"
    },
    "emails": {
      "$ref": "#/components/schemas/property_CrmLead_emails"
    },
    "first_name": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "is_active": {
      "type": "boolean"
    },
    "last_name": {
      "type": "string"
    },
    "link_urls": {
      "$ref": "#/components/schemas/property_CrmLead_link_urls"
    },
    "metadata": {
      "$ref": "#/components/schemas/property_CrmLead_metadata"
    },
    "name": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "source": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "telephones": {
      "$ref": "#/components/schemas/property_CrmLead_telephones"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "user_id": {
      "type": "string"
    }
  },
  "type": "object"
}