{
    "id_contact": "f4e1ff72-e727-409a-8935-a63a63d4891e",
    "first_name": "John",
    "last_name": "Doe",
    "email_addresses": [
        {
            "email_address": "johndoe@work.com",
            "email_address_type": "work"
        },
        {
            "email_address": "johndoe@personal.com",
            "email_address_type": "phone"
        }
    ],
    "phone_numbers": [
        {
            "phone_number": "01982833",
            "phone_type": "primary"
        }
    ],
    "field_mappings": [
        {
            "hair_color": "black"
        }
    ],
    "remote_data": {
    }
}

The Unified contact Object

The contact object is used to represent an existing point of contact at a company in a CRM system.

Properties

{
    "id_contact": "f4e1ff72-e727-409a-8935-a63a63d4891e",
    "first_name": "John",
    "last_name": "Doe",
    "email_addresses": [
        {
            "email_address": "johndoe@work.com",
            "email_address_type": "work"
        },
        {
            "email_address": "johndoe@personal.com",
            "email_address_type": "phone"
        }
    ],
    "phone_numbers": [
        {
            "phone_number": "01982833",
            "phone_type": "primary"
        }
    ],
    "field_mappings": [
        {
            "hair_color": "black"
        }
    ],
    "remote_data": {
    }
}
contact
Contact Object
id_contact
uuid

Panora Defined UUID for this contact

first_name
string
required

The full name of the contact

last_name
string
required

The last name of this contact

field_mappings
array

Array containing all the non-standard data points for this contact. Requires mapping.

remote_data
json

Original data, as provided by the source CRM

Supported Features for each CRM Contact Object:

PanoraUnified WritePassthrough RequestsRemote DataManaged WebhooksWebhooks Unified
Hubspot✔️✔️✔️
Zoho✔️✔️✔️
Zendesk✔️✔️✔️
Pipedrive✔️✔️✔️
Freshsales✔️✔️✔️