Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Как работать с телефонами и e-mail адресами? #6

Open
alex-msk opened this issue Oct 27, 2020 · 0 comments

Comments

@alex-msk
Copy link

Вот такой код:

                new_lead=bx24.call('crm.lead.add',
                    {'FIELDS': 
                        {
                            'TITLE': 'Заказ из интернет-магазина № %s' % ol['order_id'],
                            'NAME': ol['firstname'],
                            'EMAIL': [{'VALUE': ol['email'], 'VALUE_TYPE': 'WORK' }],
                            'PHONE': [{'VALUE': ol['telephone'], 'VALUE_TYPE': 'WORK' }],
                            'ADDRESS': ol['shipping_address_1'],
                            'OPPORTUNITY': ol['total'],
                        }
                    }
                )

При этом лид корректно создается за исключением одного момента: в нем нет e-mail и телефона.
Скажите пожалуйста, как правильно работать с e-mail и телефонами?

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant