HubSpot fields
Base deal properties + contact/company associations. The full list of properties is pulled from the HubSpot API (excluding sensitive / highly_sensitive).
Field list
| Ключ | Название | Тип | Сущность | Фильтруемый | Сортируемый | Описание |
|---|---|---|---|---|---|---|
deal.hs_object_id | ID сделки | string | deal | Да | Нет | hs_object_id |
deal.dealname | Название | string | deal | Да | Да | dealname |
deal.amount | Сумма | currency | deal | Да | Да | amount |
deal.createdate | Дата создания | date | deal | Да | Да | createdate (search filter BETWEEN) |
deal.pipeline | Воронка | string | deal | Да | Нет | pipeline id/label |
deal.dealstage | Стадия | string | deal | Да | Нет | dealstage |
deal.closedate | Дата закрытия | date | deal | Да | Да | closedate |
deal.hubspot_owner_id | Owner | string | deal | Да | Нет | hubspot_owner_id |
deal.* | Свойство сделки | string | deal | Да | Нет | Любое deal property из /crm/properties (кроме sensitive/highly_sensitive) |
contact.firstname | Имя контакта | string | contact | Да | Да | contact.firstname |
contact.lastname | Фамилия | string | contact | Да | Да | contact.lastname |
contact.email | string | contact | Да | Нет | contact.email | |
contact.phone | Телефон | string | contact | Да | Нет | contact.phone |
contact.* | Свойство контакта | string | contact | Да | Нет | Properties contacts (filtered by dataSensitivity) |
company.name | Компания | string | company | Да | Да | company.name |
company.domain | Домен | string | company | Да | Нет | company.domain |
company.* | Свойство компании | string | company | Да | Нет | Properties companies |
Field types
| Type | Description | Example |
|---|---|---|
string | Text | deal.dealname, contact.email |
number | Number | counters |
currency | Money | deal.amount |
date | Date/time | deal.createdate |
Full reference: Field types.