Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Current »

We will use Zapier to transfer leads from http://Leeloo.ai to Google Sheets.

The first step is registration:

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

image-20240209-061526.png

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

In the window that opens, click on the webhook and copy the link

image-20240229-062213.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 Zapier

image-20240229-062456.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

 

image-20240229-063035.png

 

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 tab, connect your Google account, then go to the Action tab

image-20240229-062611.png

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

image-20240229-063242.png

  • No labels