...
Данные которые необходимо передавать в Битрикс 24: Имя, почта, телефон и данные откуда появился лид (С Leeloo.ai)
Действия которые необходимо выполнить в Битрикс 24:
Зайти в меню “Для разработчиков”>>>”Интеграция с внешними системами” >>> “Добавить лиды”
Скопировать URL: как показано на скриншоте
...
Действия которые необходимо выполнить в Real case: there is a need to transfer lead data from the Leeloo.ai Tunnel to Bitrix24.
What problem are we solving: collecting all leads in Bitrix24, provided that the client uses Bitrix24 as a CRM.
Data that needs to be transferred to Bitrix 24: Name, email, phone number and data where the lead came from (From Leeloo.ai )
Actions that need to be performed in Bitrix 24:
Go to the “For Developers” menu>>>”Integration with external systems” >>> “Add leads”
Copy URL: As shown in the screenshot
...
Actions to be performed inLeeloo.ai:
1. Заходим в нужный Туннель.
2. Добавляем блок “Действие”>>> “Отправка внешнего запроса”
...
Заполняем данные как на скриншоте ниже, в поле URL втсавляем заготовленную ссылку с Битрикс24
...
Заполнение поля BODY
Поле BODY нужно заполнить в формате JSON
Пример заполненияWe go into the desired Tunnel.
Add the block “Action”>>> “Sending an external request”
...
Fill out the data as in the screenshot below, insert the prepared link from Bitrix24 into the URL field
...
Filling out the BODY field
The BODY field must be filled in JSON format
Filling example:
Code Block |
---|
{ "fields": { "NAME": "Глеб", "": "Егорович", "LAST_NAME": "Титов", "ASSIGNED_BY_ID": 1, "TYPE_ID": "CLIENT", "SOURCE_ID": "SELF", "PHONE": [ { "VALUE": "+77777777777", "VALUE_TYPE": "WORK" } ] } } |
В нужные поля вставляем переменные:
Имя, почта, телефон и данные откуда появился лидInsert variables into the required fields:
Name, email, phone number and data where the lead came from:
...
В Туннеле In the Leeloo.ai связываем нашу форму с блоком действия Tunnel we associate our form with an action block
Все
настройки завершены, можем проверять. После прохождения и заполнения формы, должен появиться новый лид в блоке CRM Битрикс 24 с предзаполненными полямиAll settings are completed, we can check. After completing and filling out the form, a new lead should appear in the Bitrix 24 CRM block with pre-filled fields.
...