ProductCRMIntegrationContactFromCustomFieldConfig
Defines how one CRM custom field is imported as a contact.
guess_contact_typeGuess Contact Type
Default value:
truecontact_type object
anyOf
- ContactType
- null
ContactType
Possible values: [phone, username, chat_id, email]
channel_type object
anyOf
- string
- null
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]
ext_channel_id object
anyOf
- string
- null
string
channel_vendor object
anyOf
- string
- null
string
Possible values: [wazzup24, self_wz, chatpush, greenapi, wappi, chatapp, yandex_messenger, salebot, bothelp, radist, fasttrack, usedesk, amocrm_salesbot, bitrix24_openlines, twilio, mail.ru, gmail, pinbox, unipile, voice]
channel_alias object
Optional exact name of another CRM field whose value selects the product channel for this chat-id contact. Supported only for chat_id contacts and mutually exclusive with ext_channel_id.
- string
- null
string
ProductCRMIntegrationContactFromCustomFieldConfig
{
"guess_contact_type": true,
"contact_type": "phone",
"channel_type": "telegram",
"ext_channel_id": "string",
"channel_vendor": "wazzup24",
"channel_alias": "string"
}