Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

We will use the Apix-Drive service to transfer leads from http://Leeloo.ai to Google Sheets.

The first step is registration:

  1. https://apix-drive.com/ru

image-20240229-064125.png

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

image-20240229-064453.png
  • In the “Communication” window, select the Webhook option first
    After logging into Apix-Drive, you will see a green “+ create connection” button

image-20240229-064548.png

In the window that opens, select the “Download data” option and click continue

image-20240229-064711.png

At the settings stage, copy the URL to receive data

image-20240229-064859.png

Having received a link to send a webhook, let's go to the platform http://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 Apix-Drive

image-20240229-064933.png

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

image-20240229-065849.png

 

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

image-20240229-063539.png

Then go to Apix-Drive. And click “Start setting up Data Reception”

image-20240229-065107.png

In the window that opens, find Google Sheets and click continue

image-20240229-065332.png

At the next stage, you need to select the “Add line” option

image-20240229-065423.png

Next, you need to connect your account to the system:

image-20240229-065501.png

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

image-20240229-065940.png

At the end of the setup, you will be asked to “enable auto-update”; you must agree.

Congratulations, you have completed the setup.

  • No labels