Перейти к основному содержимому

CRMIntegrationSafeUpdate

name object
anyOf
string
is_active object
anyOf
boolean
lead_mode object
anyOf
string

Possible values: [lead, deal]

google_sheets object
anyOf
sheet_url object
anyOf
string
sheet_name object
anyOf
string
pipeline_idPipeline Id
Default value: google_sheets_pipeline
mapping object
crm_id_column object
anyOf
string
name_column object
anyOf
string
contact_column object
anyOf
string
contact_type_column object
anyOf
ContactType

Possible values: [phone, username, chat_id, email]

contact_platform_column object
anyOf
string
contact_type_defaultContactType

Possible values: [phone, username, chat_id, email]

Default value: phone
contact_platform_default object
anyOf
string

Possible values: [telegram, whatsapp, waba, max, viber, instagram, fasttrack, usedesk, salebot, avito, vk, yandex_messenger, email, sms, pinbox, linkedin, amocrm_salesbot, bitrix24_openlines, sip, webrtc, bothelp]

stage_columnStage Column
Default value: stage
crm_fields_columnsstring[]
document_columnsstring[]
dialogue_history_column object
anyOf
string
crm_fields_dump_column object
anyOf
string
summary_column object
anyOf
string
rate_limit_requests object
anyOf
integer
rate_limit_period object
anyOf
number
CRMIntegrationSafeUpdate
{
"name": "string",
"is_active": true,
"lead_mode": "lead",
"google_sheets": {
"sheet_url": "string",
"sheet_name": "string",
"pipeline_id": "google_sheets_pipeline",
"mapping": {
"crm_id_column": "string",
"name_column": "string",
"contact_column": "string",
"contact_type_column": "phone",
"contact_platform_column": "string",
"contact_type_default": "phone",
"contact_platform_default": "telegram",
"stage_column": "stage",
"crm_fields_columns": [
"string"
],
"document_columns": [
"string"
],
"dialogue_history_column": "string",
"crm_fields_dump_column": "string",
"summary_column": "string"
}
},
"rate_limit_requests": 0,
"rate_limit_period": 0
}