Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Setting up lead transfer to Google Sheets using make.com

Для регистрации в make перейдите по ссылкеTo register with make, follow the link: https://www.make.com/en/register

После регистрации вы попадете в личный кабинет, выберите пункт “scenarios

After registration you will be taken to your personal account, select “scenarios”

После нажмите Then click “New scenario” , в правом верхнем углу

Затем нажмите на “+” и найдите в выпадающем списке Webhook 

Image Removed

И далее выберите опцию Custom webhook 

Image Removed

Затем нажмите Show advanced settings и в поле введите значение 10000

...

Теперь нажмите in the upper right corner

Then click on “+” and find Webhook in the drop-down list

Image Added

Next, select the Custom webhook option

Image Added

Then click Show advanced settings and enter the value 10000 in the field

...

Now click Create a webhook

Получив ссылку для отправки вебхука, перейдем на платформу http://Leeloo.ai

И создадим в вашем туннеле красный блок действие с опцией “Отправка внешнего запроса”

В поле URL запроса выберите метод POST и вставьте ссылку вебхука из Make.com 

Image Removed

Во вкладке body добавьте .json который будет передавать значения полейHaving received a link to send a webhook, let's go to the platform Leeloo.ai

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 Make.com

Image Added

In the body tab, add .json that will transfer the field values:

{

"name": "NAME",

"email": "EMAIL",

"phone": "PHONE"

}

И соедините блок с ЛГТ входа в туннель.

Теперь вернемся к make и добавим связь с Google Sheets

Для этого нажмите “+” и введите в поле поиска google sheets

Image Removed

И выберите опцию Add a row

Image Removed

Затем подготовьте документ с нужными вам столбцами, напримерAnd connect the block to the LGT of the tunnel entrance.

Now let's go back to make and add a link to Google Sheets

To do this, click “+” and enter google sheets in the search field

Image Added

And select the Add a row option

Image Added

Then prepare a document with the columns you need, for example: name, email, phone

И выберите его по кнопке And select it using the “click here to choose file” button

Нажмите ок и затем “сохранить”

Image Removed

На предыдущем шаге нам удалось подключить документ в который будут передаваться данные, теперь нужно произвести несколько действий для корректной передачи данных в поля. Для этого активируйте опцию Scheduling

Image Removed

И нажмите Run once

...

А затем подпишитесь на туннель и дождитесь окончания процесса

Image Removed

Затем, перейдите к webhook и нажмите Click ok and then “save”

Image Added

In the previous step, we managed to connect the document into which the data will be transferred; now we need to perform several actions to correctly transfer data to the fields. To do this, activate the Scheduling option

Image Added

And click Run once

...

And then subscribe to the tunnel and wait for the process to finish

Image Added

Then, go to webhook and click Redetermine data structure

И перейдем к настройкам значений которые будут передаваться в таблицу, для этого нажмите на блок с гугл документом и назначьте соответствующие поля в нужные ячейки, например:

...