Тёмный

Voiceflow + AirTable - store data from your AI bot 

Gregor Schafroth
Подписаться 466
Просмотров 1,6 тыс.
50% 1

💬 my VoiceFlow Videos: • How I draft AI Assista...
🌐 my website: swissaiautomation.com/
VoiceFlow: www.voiceflow.com/
AirTable: airtable.com/
Postman: www.postman.com/
Table of Contents:
00:00 - Intro
02:11 - Airtable introduction
04:52 - Postman introduction
07:25 - Public GET request on Postman
08:50 - AirTable GET request on Postman
12:24 - AirTable POST request on Postman
15:23 - AirTable PATCH request on Postman
20:10 - Public GET request on VoiceFlow
21:38 - AirTable GET request on VoiceFlow
23:45 - AirTable POST request on VoiceFlow
26:29 - AirTable POST from VoiceFlow ChatBot
28:59 - AirTable PATCH from VoiceFlow ChatBot
35:40 - Identifying users by VoiceFlow ID
39:36 - Outro

Наука

Опубликовано:

 

27 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@MaliRasko
@MaliRasko 3 месяца назад
great video Gregor.. so well explained, thank you. Would you maybe consider explaining, in similar manner, how Ai step can dynamically construct the Airtable Formula based on the user query. I think ..that use case deserves ...this kind of explanation
@GregorSchafrothAI
@GregorSchafrothAI 3 месяца назад
Thanks for the kind words, and thanks for the topic suggestion. I'll consider making a video about that in the future :)
@Umbral-AI
@Umbral-AI 4 месяца назад
Great Video Gregor!
@GregorSchafrothAI
@GregorSchafrothAI 4 месяца назад
Thanks my friend :)
@abeyvinay
@abeyvinay 21 день назад
Brooo in simple wayy you explainedd thanks a lottt
@GregorSchafrothAI
@GregorSchafrothAI 21 день назад
Thanks, glad it helps! Let me know if there are any other topic's you'd like to see videos about :)
@abeyvinay
@abeyvinay 21 день назад
@@GregorSchafrothAI Could you please make videos on complex stuff like connecting shopify to voiceflow where after customer verification they can cancel the order, return the order or modify and also they can shop directly from bot it self. It would be really helpful for me and people who are running an ai agency
@thompson9529
@thompson9529 3 месяца назад
Thanks for guiding us hand in hand
@GregorSchafrothAI
@GregorSchafrothAI 3 месяца назад
Glad if it's helpful, thanks for the comment :) Will make more content like this in the future, let me know if you'd like to see anything specific!
@steedamoussou1184
@steedamoussou1184 4 месяца назад
Thank you so much for this !
@GregorSchafrothAI
@GregorSchafrothAI 4 месяца назад
Very welcome, glad if this is useful 😊
@douglastelford2325
@douglastelford2325 2 месяца назад
Hi Gregor, thank you for such an informative video. I am trying to build an Alexa app using Voiceflow and Airtable so this video is perfect. The last step is to upload the Voiceflow to Amazon but there is a hitch. Voiceflow have deprecated their upload and have recommended a guide to a manual method. I have looked at it and it is beyond me. Would this subject be suitable for another of your videos?
@GregorSchafrothAI
@GregorSchafrothAI 2 месяца назад
Hi there Thanks for the topic suggestion. I'll add it on my list, but I will probably not be able to cover this, as it is a bit too specific and not related to the things I am working on myself. Best of luck tho, hope you can figure it out!
@user-jt7gz6df8t
@user-jt7gz6df8t 2 месяца назад
When the bot reply it only saves shot answers I air table not long answers
@PaddyPhil
@PaddyPhil Месяц назад
Hello Gregor im struggling to use the patch request in the chat bot the post request gets successfully triggered but the patch request doesn't work I'm thinking maybe is because of my record id i used. I got one from chat gpt but it seems is wrong i don't know maybe i didn't ask chat well in how to get it if u can please explain how u got yours or perhaps make a video about it then it'll be very helpful coz im sure a lot of ppl will also struggle with that part
@OnlyEthan5625
@OnlyEthan5625 3 месяца назад
This is super valuable, so if i want to update the knowledgebase i just need to add information in Airtable right ?
@GregorSchafrothAI
@GregorSchafrothAI 3 месяца назад
Thanks :) Well it depends what kind of knowledge base you are talking about. The most common type of knowledge base is probably still company documents, which you would most likely upload through the Voiceflow interface. But if you want to store data that is specific to a certain user, then Airtable is indeed a suitable solution.
@OnlyEthan5625
@OnlyEthan5625 3 месяца назад
Thank for the advice, hope you can make more valuable video
@GregorSchafrothAI
@GregorSchafrothAI 3 месяца назад
@@OnlyEthan5625 Thanks I will! Let me know if you have a topic you'd be specially interested in :)
@OnlyEthan5625
@OnlyEthan5625 3 месяца назад
​@@GregorSchafrothAI I would love to see you building a recommendation systems in voiceflow by using airtable. :)
@GregorSchafrothAI
@GregorSchafrothAI 3 месяца назад
@@OnlyEthan5625 Thanks, will consider making in the future
@paul7721
@paul7721 Месяц назад
You did a great job explaining this but I am getting an error for some reason even after trying many times to get the steps right. This is the error: { "error": { "type": "INVALID_REQUEST_MISSING_FIELDS", "message": "Could not find field \"fields\" in the request body" }, I went though the documentation with Airtable and Voiceflow but still keep getting the error. What could I be doing wrong? All fields are entered as you described...
@GregorSchafrothAI
@GregorSchafrothAI Месяц назад
just to clarify, did you get that issue when you tried to send a GET request on Postman?
@paul7721
@paul7721 Месяц назад
I was creating a new record so Post not Get
@GregorSchafrothAI
@GregorSchafrothAI Месяц назад
@@paul7721 I think most likely the issue comes up because you copy exactly my 'raw' text. Your AirTable might look a bit different, so what you need to do is go to your own API documentation in AirTable and copy the code from there. (this documentation is really smart, it adapts according to your table). I mention how to open the API documentation at 10:36 and then at 13:40 the exact place where you need to take the code from. Try that and let me know if it works :)
Далее
How to Scale Your AI Agent | Crawl, Walk, Run
14:25
Просмотров 2,8 тыс.