CodingDecay
CodingDecay
  • 19
  • 16 204
Generate & Upload CSV Files in Botpress with AI | Excel-Compatible Export Tutorial
Learn how to create a powerful CSV generation and export system in Botpress that creates Excel-compatible files from conversations. This tutorial shows you how to set up an autonomous node that can automatically create downloadable CSV files for your users from a conversation.
✨ What you'll learn:
Set up CSV generation in Botpress
Create Excel-compatible files
Handle dynamic data structures
Implement secure file uploads
Configure the Botpress Client
Add hyperlink downloads to chat
🔧 Prerequisites:
Botpress installed
Client enabled in bot settings
💡 Get the workflow/code:
Find this workflow in the Botpress Hub by searching for "CSV Generator and Uploader for Botpress" or here studio.botpress.cloud/6c7a16f9-660c-4adb-8f68-3ef4330cc38d/flows/wf-913e0572a7?exploreHub=true&hubItemId=hsk-afcddb55d0
⌨️ Created by Hans-Christian Rørby (Decay)
TIMESTAMPS
00:00 Introduction and Overview
00:41 Using AI to Generate Data
01:23 Workflow Structure Explanation
02:30 Autonomous Node Configuration
03:13 Important Note About Async Queues
05:13 Instructions and Data Structure
07:03 Code Workflow Explanation
08:44 Client Configuration
09:53 Testing the System
11:13 Example Use Cases
12:02 Finding the Workflow in Botpress Hub
12:40 Important: Enabling the Client
#botpress #csv #excel #ai #artificialintelligence #chatbot #chatgpt
มุมมอง: 209

วีดีโอ

Build a Botpress Integration Easily: Flowise Example
มุมมอง 6509 หลายเดือนก่อน
In this beginner-friendly tutorial, I’ll guide you through the process of building a custom integration with Botpress, using Flowise as our example. Whether you're new to Botpress or looking to enhance your skills, this video will provide you with easy-to-follow steps and essential tips. We'll cover everything from setting up your environment to writing your first lines of TypeScript, all aimed...
Sync Your Google Sheets Data to Botpress in One Click!
มุมมอง 7709 หลายเดือนก่อน
Learn how to effortlessly synchronize your Google Sheets data with a Botpress table using a simple button click. This tutorial covers everything from setting up your Google Script to executing table updates without needing complex integrations. Perfect for those looking to automate their workflows and enhance data management in Botpress. No prior coding experience required! Code stored here: di...
How to Access and Utilize userData in Botpress Web Chat
มุมมอง 5769 หลายเดือนก่อน
In this tutorial, I'll show you how to access and utilize userData in the Botpress web chat. We'll create a new bot and learn how to retrieve the user's data, such as language preference, using the Get User Data card in Botpress. I'll demonstrate how to display this data in the chat window and how to use it in an execute code card to set the translator agent's language based on the user's prefe...
How to Instantly Sync Google Sheets Changes to Your Botpress Bot
มุมมอง 1.8K10 หลายเดือนก่อน
In this video, we dive into the process of setting up a watch for changes in Google Sheets and instantly updating those changes in your Botpress bot. We start with a simple Google Sheet, explore the use of the "Watch Changes" module, and guide you through the process of creating a webhook to sync changes. Key highlights of this tutorial include: -Setting up the "Watch Changes" module in Google ...
Integrate Make.com for Dynamic Google Sheets Searches
มุมมอง 93510 หลายเดือนก่อน
Join me in this comprehensive tutorial as I guide you through the process of enhancing your Botpress chatbot with Make.com integration. Whether you're new to bot development or looking to expand your chatbot's capabilities, this video is your go-to resource for incorporating dynamic searches within Google Sheets. Discover how to create a new chatbot, enable Make.com integration, and build a cus...
Botpress Make.com integration setup
มุมมอง 1.6K10 หลายเดือนก่อน
This video covers the basics of the new Make.com integration in Botpress. Discord post about the tutorials, you can find the bots, and more information here: try.botpress.com/maketutorials
Integrating Webhooks in Botpress for Real-Time Data Updates
มุมมอง 1.7K10 หลายเดือนก่อน
In this tutorial, we explore the powerful Webhook integration in Botpress, which allows you to send data from external sources to your Botpress bot in real-time. We cover the essential steps to set up the Webhook integration, including creating a new bot, installing the integration, and configuring the necessary settings. We demonstrate how to send data to your Webhook using JavaScript and the ...
Mastering Cloud 3 AI Models: Opus, Sonnet, and the Awaited Haiku in Botpress
มุมมอง 25810 หลายเดือนก่อน
Dive into the world of Cloud 3's latest AI models with this comprehensive tutorial! We explore the features, strengths, and recommended uses of Opus, Sonnet, and the much-anticipated Haiku model. Whether you're tackling complex tasks or need speedy responses, this guide will help you decide which model fits your needs best. Discover the nuances of each model's performance, from Opus's depth of ...
Transforming Chatbot Citations: A Guide to Markdown Hyperlinks in Botpress
มุมมอง 50410 หลายเดือนก่อน
Dive into this comprehensive tutorial where we unlock the potential of enhancing chatbot responses in Botpress by converting citation strings into interactive markdown hyperlinks. Whether you're looking to boost user engagement or streamline information presentation, this guide has got you covered. We start by understanding the challenge at hand, followed by a detailed walkthrough of the JavaSc...
How to Use Other LLMs in Botpress
มุมมอง 73911 หลายเดือนก่อน
This is a comprehensive guide on integrating and utilizing various Large Language Models (LLMs) within Botpress,. In this tutorial, we dive deep into how you can enhance your Botpress chatbots by incorporating powerful LLMs, expanding the capabilities and intelligence of your bots. What You'll Learn: - Step-by-step instructions on configuring Botpress to work with different LLMs, ensuring a sea...
Using Calendly with Botpress
มุมมอง 1.3Kปีที่แล้ว
This video shows you how to use Calendly with Botpress. JSFiddle: jsfiddle.net/Decay15/3ah6ek4c/16/ Calendly: calendly.com Botpress: botpress.com
Add voice to your Botpress chatbot
มุมมอง 3.2Kปีที่แล้ว
Hi there This tutorial will show you how to implement voice to your Botpress chatbot. Run these in the terminal of your project: npm init -y npm install express openai cors dotenv Add your API key in the .env file. Add your own bot instead of mine in the index.js file. Add "type": "module", between description and main in the package.json file. Start the server by typing node server.js in the t...
TTS
มุมมอง 156ปีที่แล้ว
You can find all of the files here: discord.com/channels/1108396290624213082/1197296902052515981
Workaround for transcript max lines
มุมมอง 87ปีที่แล้ว
Workaround for transcript max lines
Botpress OpenAI API Template (GPT Vision)
มุมมอง 230ปีที่แล้ว
Botpress OpenAI API Template (GPT Vision)
Botpress OpenAI API Template (Moderations)
มุมมอง 90ปีที่แล้ว
Botpress OpenAI API Template (Moderations)
Botpress OpenAI API Template (GPT-3.5-Turbo and GPT-4)
มุมมอง 243ปีที่แล้ว
Botpress OpenAI API Template (GPT-3.5-Turbo and GPT-4)
Botpress OpenAI API Template (Setup)
มุมมอง 1.1Kปีที่แล้ว
Botpress OpenAI API Template (Setup)

ความคิดเห็น

  • @pulendlovu1187
    @pulendlovu1187 หลายเดือนก่อน

    great video, love the content, is there a way to display that update info on the chatbot it self

  • @reemaburajab8413
    @reemaburajab8413 หลายเดือนก่อน

    I used the same code and flow but doesn't work , how to get this template?!

  • @romanbotnaru5507
    @romanbotnaru5507 หลายเดือนก่อน

    It didn't work, I followed the same steps but it keeps showing me the error "Collection can't be converted to text for parameter '1'".

  • @jaredsmith8003
    @jaredsmith8003 2 หลายเดือนก่อน

    Your mic is way to quiet

  • @MaxWeir75
    @MaxWeir75 3 หลายเดือนก่อน

    hmm I might be doing it wrong somewhere, but cant get the Calendly modal to spawn. Has the method or integration changed

  • @hanzo_process
    @hanzo_process 3 หลายเดือนก่อน

    Great work 🤩🤩🤩

  • @hanzo_process
    @hanzo_process 3 หลายเดือนก่อน

    🤩🤩🤩

  • @bahloulkheiro730
    @bahloulkheiro730 3 หลายเดือนก่อน

    hello and thank you for your videos. I'm a fan! can you help me: I have a botpress chatbot and the user sends this information (first and last name..) and a file. I created a webhook on make to do an automation and enter the data on Notion, but the file does not arrive there is a problem: url. I used as you said (workflow.File). Everything that is in text data works but the file or photo does not work. do you have a solution?

    • @CodingDecay
      @CodingDecay 3 หลายเดือนก่อน

      Hey there, Can you reach out via a post in #help here discord.gg/botpress and make sure to @Decay there. It will be much easier for me to help you there :)

  • @adamludolph
    @adamludolph 3 หลายเดือนก่อน

    "Insert" is the tab

  • @mateusfonseca2082
    @mateusfonseca2082 3 หลายเดือนก่อน

    bro, thank you so much for this tutorial, will always be greatful fot this!

  • @maximiliengenbrugge9670
    @maximiliengenbrugge9670 3 หลายเดือนก่อน

    Hi CodingClay, do you also sell custom AI chatbot services? If yes, I will be interested to work with you!

    • @CodingDecay
      @CodingDecay 3 หลายเดือนก่อน

      Hey there, Sorry for the late reply. I do also sell chatbots. If you are still interested you can reach me on mail at hcai@outlook.dk or on Discord: decay15

  • @muhammadjunaid3193
    @muhammadjunaid3193 4 หลายเดือนก่อน

    Thankyou

  • @1castelle
    @1castelle 5 หลายเดือนก่อน

    Can you do one with the new autonomous mode and google sheets integration in BP

    • @CodingDecay
      @CodingDecay 3 หลายเดือนก่อน

      Hey there, I will look into. From previous experience the Google Sheets integration isn't stable yet, but I will check again :)

  • @CmpLnz
    @CmpLnz 5 หลายเดือนก่อน

    Hello CodingDecay, you know how to insert the webhook response json into separate variables inside botpress? when the data return to botpress i don't know to take all the key/value of the json responses

    • @Emanueltb179
      @Emanueltb179 ชั่วโมงที่ผ่านมา

      did you get the answer

  • @AminGoooo
    @AminGoooo 5 หลายเดือนก่อน

    Bonjour, merci pour le tuto. Je galère depuis à pouvoir intégrer une API de paiement mobile. J'y arrive toujours pas. Le site c'est kkiapay c'est un moyen de paiement en Afrique. Si tu peux vraiment me jeter un coup d'œil ça me soulagera beaucoup. Merci !

  • @jyotirmoysen1857
    @jyotirmoysen1857 6 หลายเดือนก่อน

    can u show tutorial of building the bot? please

  • @ThePierantotv
    @ThePierantotv 6 หลายเดือนก่อน

    Thx a lot, i love your work !!! you're very helpful ! I get a question, I have a large base of real estate leads with names and phone numbers. Do you think it's possible to launch conversations via whatsapp with a bot to qualify leads? And, for example, send the conversations automatically via a table?

  • @reyescfd
    @reyescfd 6 หลายเดือนก่อน

    Thanks for the video, I've tried your solution, but in my bot press studio, I have to go inside the studio and add the integration and then the web hook address. Though doing it like this is hitting me with a non success send of info. Could you assist, is there an update or how to do it the way you did?

  • @IsmaelDembele-ne3uw
    @IsmaelDembele-ne3uw 6 หลายเดือนก่อน

    you are the best

  • @IsmaelDembele-ne3uw
    @IsmaelDembele-ne3uw 6 หลายเดือนก่อน

    great

  • @tharunrokzz3080
    @tharunrokzz3080 6 หลายเดือนก่อน

    Sir, make a video on how to integrate stripe or razorpay webhooks to botpress when a payment is captured

  • @tharunrokzz3080
    @tharunrokzz3080 7 หลายเดือนก่อน

    its amazing, i have a query if i want to limit my table rows for 10, after if i want to try to enter a 11th row from botpress it should display a message in botpress "sorry table is filled". here when users is trying to enter a info it should store up to 10rows, but if an user who is trying to give info for 11th time(11th row) it should display "sorry table is filled". can we build a chatbot like that? Thankyou Sir..

  • @KID2487
    @KID2487 7 หลายเดือนก่อน

    Hi Decay! Thanks for the video. I wanted to know, does the Calendly could be executed through an execute code in Botpress so i can make it popup just using Botpress Cloud instead of JFiddle? Thank you

  • @ConversationDesign
    @ConversationDesign 7 หลายเดือนก่อน

    looks cool. is it going to work for whatsapp integration?

  • @rodrigomonteiro2524
    @rodrigomonteiro2524 7 หลายเดือนก่อน

    My friend, is it possible to connect whatsapp and botpress using a not official API?

  • @MRaiweb3
    @MRaiweb3 7 หลายเดือนก่อน

    thank you ✌

  • @dalepurdon8948
    @dalepurdon8948 7 หลายเดือนก่อน

    Thanks mate this was super helpful! Put the puzzle pieces together for me. I have one small challenge, when I create a trigger in botpress studio I don't get the option for Webhook Event? (only 'Conversation Started' and 'Custom Trigger' ?)

  • @unknownbay706
    @unknownbay706 7 หลายเดือนก่อน

    Can I Get your E-mail for asking some doubts regarding this

  • @abarbeito80
    @abarbeito80 7 หลายเดือนก่อน

    this is awesome ... thanks!! how will you do it if at a specific time you want to load the full excel file into the botpress table?

  • @RolandoLopezNieto
    @RolandoLopezNieto 7 หลายเดือนก่อน

    Buddy, just a kind suggestion, please increase the quality and volume of your videos. You create great content but it's a little hard to listen. Thanks anyways.

  • @manta1390
    @manta1390 7 หลายเดือนก่อน

    How could you use the two to update somebody’s order status on shopify?

  • @ConversationDesign
    @ConversationDesign 7 หลายเดือนก่อน

    What exactly the role of server here? Do you run bot from server instead of Botpress UI?

  • @aimattant
    @aimattant 7 หลายเดือนก่อน

    How would bring this into a business-ready bot to answer in English only on the website? Where it will answer in voice straight away? Can a voice agent like Air be added to Botpress yet? Or is it only Voiceflow? Been busy these days building a huge website and I have missed all of the updates from Botpress.

  • @ThiagoOliveiraCeconelo
    @ThiagoOliveiraCeconelo 8 หลายเดือนก่อน

    For me in the body attributes only appears text and type. Any suggestion to solve this?

  • @FirasTelmoudi
    @FirasTelmoudi 8 หลายเดือนก่อน

    Hi there I just want to find a way to make audio files by the chatbot to play automatically so it would seems like a virtual assistant

  • @peter_home
    @peter_home 8 หลายเดือนก่อน

  • @GoldS33
    @GoldS33 8 หลายเดือนก่อน

    shout out lowe for showing me this awesome channel! Thanks for the good knowledge!

  • @niklausmikaelson7970
    @niklausmikaelson7970 9 หลายเดือนก่อน

    It's really helpful. Thanks for the video.

    • @CodingDecay
      @CodingDecay 8 หลายเดือนก่อน

      Thank you, and you are very welcome!

  • @hanzo_process
    @hanzo_process 9 หลายเดือนก่อน

    ❤❤❤

  • @hanzo_process
    @hanzo_process 9 หลายเดือนก่อน

    😍😍😍

  • @andredeklerk3909
    @andredeklerk3909 9 หลายเดือนก่อน

    For some reason I am having problems accessing your Discord link. Do you have a channel I can join?

    • @CodingDecay
      @CodingDecay 8 หลายเดือนก่อน

      Hey there, You can try this link discord.gg/botpress

  • @andredeklerk3909
    @andredeklerk3909 9 หลายเดือนก่อน

    Thank you! This is a great help! How scalable is this with having to delete all rows on every edit? Will that not cause problems with large spreadsheets? Also is there any other way to do this without having to delete all the rows every time?

    • @CodingDecay
      @CodingDecay 8 หลายเดือนก่อน

      Hey there, There are tons of ways to do it. This is just one way that I needed for my use case. Feel free to make a post in #help here discord.gg/botpress and explain your use case and tag me with @decay. Then we can try and come up with another solution that is even better!

  • @RolandoLopezNieto
    @RolandoLopezNieto 9 หลายเดือนก่อน

    Subscribed!

  • @benoitseon5571
    @benoitseon5571 9 หลายเดือนก่อน

    the video is superb, is it possible to have the google sheet code to try

    • @CodingDecay
      @CodingDecay 8 หลายเดือนก่อน

      Thank you and it is. All of the code is available in the Discord post discord.com/channels/1108396290624213082/1228087340321214654

  • @AiBotYou
    @AiBotYou 9 หลายเดือนก่อน

    Hi Decay! Do you know how well this approach works when using different integrations like whatsapp or instagram?

    • @CodingDecay
      @CodingDecay 8 หลายเดือนก่อน

      Hey there, It won't work and its build for just the webchat. Those integrations doesn't allow for this. I would recommend you to just send a link in those use cases.

  • @mardini777
    @mardini777 9 หลายเดือนก่อน

    Cool bro

  • @AI-ECO
    @AI-ECO 9 หลายเดือนก่อน

    thanks for efforts

  • @AI-ECO
    @AI-ECO 9 หลายเดือนก่อน

    what is the best way to build a login system for our clients in chatbot.

    • @CodingDecay
      @CodingDecay 8 หลายเดือนก่อน

      Hey there, There are a lot of great tutorials in the Botpress Discord. Here is one of them discord.com/channels/1108396290624213082/1158476253117038622

  • @abedmalak_
    @abedmalak_ 9 หลายเดือนก่อน

    this is amazing how can we make this FULLY v2v

    • @CodingDecay
      @CodingDecay 9 หลายเดือนก่อน

      You got a few options. Feel free to reach out to me on Discord decay15 :)

  • @Botpress
    @Botpress 9 หลายเดือนก่อน

    Great work @Decay! 🔥🔥🔥