Answer the question
In order to leave comments, you need to log in
How to add products to a lead during creation?
Based on the structure specified here: https://dev.1c-bitrix.ru/community/blogs/chaos/crm... I create a lead in Bitrix24 from a third-party site. The code is something like this to add in the end and it perfectly creates a lead:
$lead->add(array(
'TITLE' => 'Лид с сайта',
'NAME' => 'Иван',
'LAST_NAME' => 'Иванов',
'PHONE_WORK' => '+7 (999) 999-99-99',
'EMAIL_WORK' => '[email protected]',
'ASSIGNED_BY_ID' => 999,
'STATUS_ID' => 'NEW',
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question