Damn! Well done man. Genius move with the API GET Request!
@FarthinkAI9 ай бұрын
Thank you for your support!
@franknillard9 ай бұрын
@@FarthinkAI I need some help in one of the steps. I am not able to showcase the objects,I try to filter through and do JSON.stringify and even the methods you show, but I get a "0". Can we go in detail through the process?
@FarthinkAI9 ай бұрын
You may check if the API call has returned the expected data.
@izielisakov326410 ай бұрын
Thank you!
@FarthinkAI10 ай бұрын
Thank you, too!
@e-Course.9 ай бұрын
@@FarthinkAI may I have that file please ,
@FarthinkAI9 ай бұрын
@@e-Course. All the requested templates have been sent. If you have not requested the template, please go to: forms.gle/8E7xfqccKvVPQxnr9
@e-Course.9 ай бұрын
@@FarthinkAI I did dear , but not recieve anything
@FarthinkAI9 ай бұрын
Just received your request, and the template has been sent to you.
@e-Course.9 ай бұрын
You are amazing
@FarthinkAI9 ай бұрын
Thank you very much!
@MaliRasko Жыл бұрын
thank you very much for this. Appreciate it
@FarthinkAI Жыл бұрын
You're very welcome!
@ehoh16 Жыл бұрын
Hi, there, is it possible to send several variables in the "parameters" section of the API block? It works for 1 variable but when I send 2, the 2nd variable doesn't appear in the JSON response. Can you please help me? Thanks
@FarthinkAI Жыл бұрын
I am not sure if the API can take more than one parameter, because it then would return two or more different responses. To solve your problem, I would take a big trunk of the response, and use two local variables to save the data you need. This may give you a large response data including those you do not want, but I think it would work.
@ehoh16 Жыл бұрын
@@FarthinkAI Thank you for your reply, ill test it
@ArmandJensen-Bennet2 ай бұрын
Amazing video! BTW, I've filled in the form, but I didn't receive any template. Thanks
@FarthinkAI2 ай бұрын
Sent.
@ArmandJensen-Bennet2 ай бұрын
@@FarthinkAI Thank you very much!
@heshamhosny35494 ай бұрын
hi can i make the reverse ? send data from voice flow to sheet? like if i want to collect name and some data from user and send it to sheet can you guide me how ? i want to collect data on the block for example block 1 i asked for name and user replied , it automatic being send to sheet , i dont want the user to end the chat with chatbot to send all data
@FarthinkAI4 ай бұрын
You may use a form to collect the user information as shown in this video: kzbin.info/www/bejne/ppSwiqWihcZ8l5o
@eeling92129 ай бұрын
what is the variable should i put for the order button, in order to save the pizza type to google sheet?
@FarthinkAI9 ай бұрын
You may create a variable to save the pizza type when clicking on the button. On your google sheet, you may have a column with the name of PizzaType, and in the API, you can pass the variable to save to the Google sheet.
@ehoh16 Жыл бұрын
Hi, how do you get the GET URL on the dynamic cards first API call ?
@FarthinkAI Жыл бұрын
It looks like it is no longer available in their docs. But the GET URL still works.
@SyedBukhari-n3o5 ай бұрын
@@FarthinkAI It doesnt work for me, I get the message that I need to provide a sheet Id?
@nagamanu42468 ай бұрын
Is it possible to use the get command and link it to the sheet and use a search function in the chat instead of pressing next and cycling along.
@FarthinkAI8 ай бұрын
Yes. After fetching the data, you may filter the data and display the related products.
@gtxprime10 ай бұрын
Is there any way to only fetch items which have 'money' word in description in Google sheets? Like only those types of items that user have searched for but not all
@FarthinkAI10 ай бұрын
Not sure. Will look into it.
@gtxprime10 ай бұрын
@@FarthinkAI please check it would be really helpful for me
@FarthinkAI Жыл бұрын
To get the free Voiceflow template, please click: forms.gle/8E7xfqccKvVPQxnr9
@e-Course.8 ай бұрын
I could make it work , same as you said
@FarthinkAI8 ай бұрын
Glad to hear that!
@e-Course.8 ай бұрын
@@FarthinkAI Hope to meet you in discord
@mohdfaizankhan40004 күн бұрын
I don't understand API url? Please can you tell me about this.
@FarthinkAI3 күн бұрын
You may learn API from this webpage: docs.voiceflow.com/reference/api-overview
@arsviedma11 ай бұрын
❤
@FarthinkAI11 ай бұрын
Thank you! ❤
@nagamanu42468 ай бұрын
Can qe use captia so that its not spammed for lead generation
@FarthinkAI8 ай бұрын
Yes, I think so. Good idea!
@MaliRasko Жыл бұрын
Could you make a video and show how to connect Voiceflow to Notion table/ database? that would be a bomb
@FarthinkAI Жыл бұрын
Yes. We will make more videos of this kind. Thanks very much!
@eeling92129 ай бұрын
I have filled in the form request for templates. But I did not receive it.
@FarthinkAI9 ай бұрын
Did you use the same email? If yes, already sent.
@sabrybelal6954 ай бұрын
how can i get the api get link ? where do i get it from i can just get the primary key from integration step
@FarthinkAI4 ай бұрын
The GS "GET" API link was provided by Voiceflow. But it has been removed from their docs, and can not be found any more.
@sabrybelal6954 ай бұрын
@@FarthinkAI so there is no alternative to get a result like in the video
@FarthinkAI4 ай бұрын
I think the "get API" link still works, and it is very convenient. If you want, you may use the webhook to fetch data, too.
@aimattant10 ай бұрын
Great Video. Can I do this with BotPress?
@FarthinkAI10 ай бұрын
I am not familiar with BotPress. But I think if BotPress can make API call to a Google sheet, the data can be updated there, and BotPress may have similar card blocks to show products.