Versions Compared

Key

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

Для передачи лидов из We will use Zapier to transfer leads from http://Leeloo.ai в to Google Sheets мы будем использовать сервис Zapier.

Первым шагом станет регистрацияThe first step is registration:

  1. https://zapier.com/sign-up/

...

Введите свой Емейл, а так же Имя и Фамилию

...

Далее укажите пароль, роль в компании и приложения с какими вы хотите работать

...

После входа в Zapier вы увидите оранжевую кнопку “+ create”, Далее выберите опцию “Zaps“ и нажмите её.

...

Enter your Email, First and Last Name

Next, specify your password, role in the company and the applications you want to work with

After logging into Zapier, you will see an orange “+ create” button. Next, select the “Zaps” option and click it.

In the “What do you want to automate“

...

window write webhook to google sheets

...

and click Try it

image-20240229-061756.png

В открывшемся окне нажмите на вебхук и скопируйте ссылку

image-20240229-062213.pngImage Removed

Получив ссылку для отправки вебхука, перейдем на платформу In the window that opens, click on the webhook and copy the link

image-20240229-062213.pngImage Added

Having received a link to send a webhook, let's go to the platform http://Leeloo.ai

 

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

 

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

image-20240229-062456.pngImage Removed

Во вкладке body добавьте .json который будет передавать значения полей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 Zapier

image-20240229-062456.pngImage Added

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

 

...

 

Теперь вернемся к Zapier и добавим связь с Now let's go back to Zapier 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 Zapier. Во вкладке In the Account , подключите свой аккаунт гугл, после перейдите к вкладке Action

...

В поля подставьте значения переданные из платформы leeloo.ai и нажмите tab, connect your Google account, then go to the Action tab

...

Enter the values sent from the http://leeloo.ai platform into the fields and click Continue

...