Для передачи лидов из We will use the Apix-Drive service to transfer leads from http://Leeloo.ai в to Google Sheets мы будем использовать сервис Apix-Drive.Первым шагом станет регистрация.
The first step is registration:
...
Введите свой Емейл, а так же Имя
Далее укажите пароль, роль в компании и приложения с какими вы хотите работать
После входа в Apix-Drive вы увидите зеленую кнопку “+ создать связь”
...
В окне “Связь“ выберите первой опцию Webhook
В открывшемся окне выберите опцию “Загрузить данные” и нажмите продолжить
На этапе настроек скопируйте URL для приема данных
Получив ссылку для отправки вебхука, перейдем на платформу
Enter your Email and Name
Next, specify your password, role in the company and the applications you want to work with
After logging into Apix-Drive, you will see a green “+ create connection” button
...
In the “Communication” window, select the Webhook option first
After logging into Apix-Drive, you will see a green “+ create connection” button
In the window that opens, select the “Download data” option and click continue
At the settings stage, copy the URL to receive data
Having received a link to send a webhook, let's go to the platform http://Leeloo.ai
И создадим в вашем туннеле красный блок действие с опцией “Отправка внешнего запроса”
В поле URL запроса выберите метод POST и вставьте ссылку вебхука из And create a red action block in your tunnel with the option “Send an external request”
In the request URL field, select the POST method and paste the webhook link from Apix-Drive
Во вкладке body добавьте .json который будет передавать значения полейIn the body tab, add .json that will transfer the field values:
{
"name": "NAME",
"email": "EMAIL",
"phone": "PHONE"
}
И соедините блок с ЛГТ входа в туннель. После подпишитесь на туннель чтобы отправить запрос и получить тестовые данные. В настройках вебхука проверьте работает ли передача данных на вкладке “Тест”
And connect the block to the LGT of the tunnel entrance. Then subscribe to the tunnel to send a request and receive test data. In the webhook settings, check if data transfer is working on the “Test” tab
Теперь вернемся к Now let's go back to Apix-Drive и добавим связь с and add a connection to Google Sheets
Для начала, подготовьте документ с нужными вам столбцами, напримерTo begin, prepare a document with the columns you need, for example: name, email, phone
...
Затем
перейдите в Then go to Apix-Drive. И нажмите “Начать настройку Приема данных”And click “Start setting up Data Reception”
...
В открывшемся окне найдите Google Sheets и нажмите продолжить
...
На следующем этапе необходимо выбрать опцию “Добавить строку”
...
Далее вам необходимо подключить свой аккаунт к системе:
...
Выбрать подготовленную заранее таблицу и указать с какого листа забирать данные. После. нужно назначить источник данных из вебхука для колонок в документе
. В нашем случае колонки In the window that opens, find Google Sheets and click continue
...
At the next stage, you need to select the “Add line” option
...
Next, you need to connect your account to the system:
...
Select a table prepared in advance and indicate which sheet to take data from. After. you need to assign a data source from the webhook for the columns in the document
. In our case, the columns Name, Email, Phone
...
В конце настройки вам будет предложено “включить автообновление”, необходимо согласиться. Поздравляем, вы завершили настройкуAt the end of the setup, you will be asked to “enable auto-update”; you must agree.
Congratulations, you have completed the setup.