Typebot

T

Typebot

A place to connect with chatbot enthusiasts. Learn about bot building best practices and discover new content.

Join

Keeping data IN bot?

So my main bot pulls down redemption codes from a google sheet, but it has to each use. Is there any way to save the codes inside the bot, like as some sort of universal array and then just increment the pointer when one gets used and on the last value in the array, then it could go to the sheet and grab the next 100 or something codes? This way it only has to query the sheet once every 100 uses instead of every use. The problem I ran into is when a lot of instances are querying at once, it crashes the bot. Just for further info, the bots are querying the same sheet then putting the used codes back in to avoid duplicates. When the sheet makes new codes, it checks them against the used codes so it doesn't create duplicates. This takes a bit of time for each query and I set a cell in the sheet to busy with the bot for each bot to take and put the code one by one so that the codes don't get double pulled. So I guess just wondering if there are universal variables or data storage in the bot itself....

Using HTTP Request block successfully with imagga.com

Ok, looking for documentation or specific help. I want to use imagga.com api to analyze an image and then give me back the most common color or colors. Here is the documetation: https://docs.imagga.com/?shell#colors...

is it possible to create a bot programmatically without the builder?

I would like to know whether its possible to create a bot that the flow being generated by webhook/api that sends json with the blocks for next step instead of building a flow via the UI that follows a script, is it something this project supports/aims to support?...

How do I put my information in a text block?

Hi guys, I have a question. I have a customized endpoint in Typebot, and I receive some information through it. I would like to insert this information into a text block. Has anyone had to do this before?
No description

INTERNAL_SERVER_ERROR - RESPONSE 500

Hello, I am developing code in Python to pull results from a flow, but is being returned the response 500 - INTERNAL_SERVER_ERROR. Does anyone know how to fix this?

Read / scrap / understand website data

Is there any possible way for typebot or any other app that can integrate with typebot by reading / scrapping / understanding a website? I remember seeing a YouTube video with chatbase but it's no use now...

Text input retry message

Hey, guys! I've noticed that text input block doesn't have the "retry message" option as other blocks do. For example, when I set a text input to collect the user's name, if he doesn't type at the placeholder and try to send, he'll receive a message saying "Invalid message. Please, try again"....

placing typebot on the root domain

My server administrator is telling me that I can't have my full page typebot exist at the root .com domain, and that I have to have it installed in a folder like spreadfinder.com/index it seems like such a basic issue......
No description

how to pause typebot response and hand over to chatwoot

Hello team,I need some guidance on how I can pause the interaction with typebot for WhatsApp integration and handover the conversation to chatwoot for the customer to that with a human

chatBot Test/ Publish returns Error 404

I have self hosted the Typebot in my own server. Tried to test and publish a chatBot from the template but it returmns error 404.
No description

How to set ChatGPT respond to different or multiple chat bubble/block

Hi, i am new to typebot. I've tried that chatgpt block. However, I found out the output is in single bubble/block. How can i set the ChatGPT respond to different bubble. For example, i have 3 packages stored in NocoDB. When a user key-in an input which is asking for 2 different package details. Then the Chatgpt fetch their requirement and display the details to 2 different bubbles or blocks respectively. I've tried different prompt and save response to 2 diff variable. However, the ChatGPT disp...
No description

YouTube vídeo not loading

Does anyone know how to send video via WhatsApp via Api oficial - typebot?

How to get external results from 3rd party search engines?

@Baptiste Can we get additional results from the application itself and 3rd parties APIs like rapidAPI...

How to get files generated by OpenAI Assistant.

I'm creating a chatbotr with OpenAI assistant and Code Interpreter. This is capable of generating files for stuff like charts or csv tables, but as far as I can tell Typebot is not capable of displaying anything other than text. Is there a way to save the file_id of these generated files so I can use an http request to retrieve them?

Does self-hosted typebot provide unlimited chats/month and features?

Or even after self-hosting, there are any limitations in the number of chats/month?
No description

Text management

In the past i've asked how to manage date fileds and to change format from one to an other and @Baptiste has created a script for variable bubble with that has been possible: const inputDate = {{Date}}
const year = inputDate.substr(0, 4); const month = inputDate.substr(4, 2);...

Typebot bubbles cannot parse Markdown

What is the correct way to parse it? I want to display a table. Or is there any other way to display a table besides markdown?...
No description

Typebot has stopped working

Hello, how are you? I recently installed Typebot on a VPS and I don't know why, but my Typebot stopped working. I can't run a preview or copy and paste the link. It just doesn't work anymore. I'm not using the Evolucion API. I don't know what to do to get it working again. I've already updated the version and then reverted to previous versions, but the problem persists. Can anyone help me?...

Courses, tutorials, use cases

Hi, I'm brand new to Typebot, and I would like to learn in an ordered and logical way, in order to build a solid foundation and quickly evolve to be able to become and advanced user in the shortest possible time. I'm a visual learner, so I would rather prefer to learn from videos than from reading (I'm also a bit shortsighted, so reading too much becomes a bit difficult to me 🤓 ) So far I haven't found any course, free or paid, that really takes the thing from scratch and go to advanced, and cover more than really basic use cases....

Enums Typebot

How can I make an enumeration from Google Sheets to TypeBot with the data displayed in a single Text?