PaginatedResponse[CRMIntegrationSafeRead]
items object[]required
Unique numeric identifier of the record.
ID of the owning company (the top-level tenant account).
name objectrequired
Optional human-readable integration name.
- string
- null
The CRM system — amocrm, kommo, bitrix24, fasttrack, usedesk, or google_sheets.
Possible values: [amocrm, bitrix24, fasttrack, kommo, usedesk, google_sheets]
Whether the integration is active.
Creation time (UTC, ISO 8601).
config objectrequired
Non-secret CRM configuration (e.g. pipeline mapping, rate limits).
Possible values: [lead, deal]
dealgoogle_sheets object
- GoogleSheetsConfig
- null
sheet_url object
- string
- null
sheet_name object
- string
- null
google_sheets_pipelinemapping object
crm_id_column object
- string
- null
name_column object
- string
- null
contact_column object
- string
- null
contact_type_column object
- ContactType
- null
Possible values: [phone, username, chat_id, email]
contact_platform_column object
- string
- null
Possible values: [phone, username, chat_id, email]
phonecontact_platform_default object
- string
- null
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]
stagedialogue_history_column object
- string
- null
crm_fields_dump_column object
- string
- null
summary_column object
- string
- null
71falsefalsefalse72{
"items": [
{
"id": 0,
"company_id": 0,
"name": "string",
"crm_type": "amocrm",
"is_active": true,
"created_at": "2024-07-29T15:51:28.071Z",
"config": {
"lead_mode": "deal",
"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": 7,
"rate_limit_period": 1,
"responsible_whitelist_enabled": false,
"responsible_whitelist": [
"string"
],
"crm_id_whitelist": [
"string"
],
"crm_id_whitelist_enabled": false,
"skip_if_multiple_recent_tickets": false,
"skip_if_multiple_recent_tickets_threshold_hours": 72
}
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}