Typebot

T

Typebot

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

Join

Which typebot version has invite members to workspace option?

I've seen some versions in which the admin can invite other users in the same company to work together in the same flow but the version I'm using right now does not allow me to do so. I'm afraid of compatibility problems with other apps I've created so I'd like to maintain the version as low as possible. In which versions this functionality was introduced?

Error integrating make with api

I'm getting an error when trying to connect typebot to make.com using the API KEY created in my settings and members. The error displayed by make is "[404]: User not found". I've attached some example images. Can you help me identify what might be causing this error?
No description

Error with filter component

I modified some connections in a flow that I had already created, but I did not publish it. After a while, I realized that there was a problem that prevented the entire flow. After debugging, I discovered that the problem was the filter component that was not filtering. What I did to solve it was to recreate exactly the same decisions that existed in this filter and it worked again. I don't have any examples because it was literally the exact creation of the same component, with the same decisions Is this expected behavior? Has anyone experienced this?...

Is it possible to import only one flow from an existing Typebot?

That means modifying only the flow without losing the results, parameters, etc.

Pass auth parameters to Typebot

Hey @Anthony , I'm embedding my typebot inside a webapp that has login access, I'd like the bot to get access to the connected user's info (name,email,etc),do you know if it's possible? When the user logs in, there's an /authenticate endpoint that returns the user's info as well as jwt token, could this be used? I also thought of passing parameters into the Typebot.initBubble() function (or even url) by self hosting, but how would I access it in the viewer? This is a make-or-break requirement for me, and I'd hate to leave such a good platform (Typebot🥰 , Merci) because of it....

card

how to use cards in typebot 3.6?

Too many Open AI requests, crashes Typebot

I've been creating a bot, and i need multiple Open Ai blocks to complete it. But i've been experiencing crashes in the bot, it doesn't return anything and show "failed to fetch message". As for my tests, the number of OpenAi i can use subsequently is 6, anything above this number shuts down the bot and returns this message. I've tried splitting blocks, inserting "wait", and nothing works. Does typebot has a limitation in the Open ai?

Convert date into age

Possible to convert a date to age with card script ? with that :...
No description

🗨 How can I display the results of my script in the Typebot chat?

✅ Step-by-step guide 1. ✅ Save the result as a variable in Typebot In your script block, make sure you're using the Typebot function setVariable() correctly: llamarAPI()...

Question about input block

Is there a way to have another exit to a input block if the user doesn´t input anything in a certain amount of time?

🎯 Question about using variables in Script block

Hi everyone! I'm working with a Script block in Typebot and I need to use some variables previously collected in the flow, like numeroInterno and codigoPago. I'm trying to access them in the script like this: console.log("Internal Number:", numeroInterno); console.log("Payment Code:", codigoPago);...

Typebot with google analytics

has anyone managed to set up a feed with google analystic? I have the impression that the task is very complicated...

Dify integration

Are some of you using Dify ? This seems to be a great product but I am not sure if it would fit my need. I am building a custom chatbot for french students to help them prepare a specific exam. What's the advantage of using Dify integration with Typebot over classical OpenAI, Claude, etc ?
No description

how to make the two figures after the decimal point stand out

I have this function: {{age_prix_decou}}+{{result}} only for certain results it brings out something like its 66.82000000000001 and I would like to bring out that 66.82 Thank you for your help!...

Chatbase integration

Hey guys i just started with the no code AI chatbot assistant. I am trying to integrate my chatbase bots and use typebot as the front end to my website. In the typebot editor, i was able to successfully do the HTTP integration block as I got the status 200 after I tested it. The problem is when I do the Web Test and try to communicate with the bots, I only see a blank response. I sought help from chatgpt, claude and manus to identify the issue and was given multiple solutions like adding a set v...

Self Hosting Minio error

Hi I have a problem with minio and typebot, when I try to upload a file the process will be stuck I have precise the public URL for s3...
No description

Triggering a Block Based on URL and storing it in a variable in Typebot

Can Typebot trigger a block based on the loaded page's URL and, when it starts, store that URL in a variable?

Command not working well ?

Hello, I am testing the new COMMAND block. But I have many problems, when I combine it with jump block or event something else, it stops working...
Is it a bug or am I doing something wrong ?...

Unable login and password in Chatbot to retrieve variables.

I would like the chatbot user to be able to enter a login and password to retrieve their variables when they reconnect to the chatbot. Is this possible? The variables are saved in Google Sheets (simpler for me)....

Can I use multiple intelligences together in the type bot (Open.ai, Deepseek, Grok) to respond in a

Can I use multiple intelligences together in the type bot (Open.ai, Deepseek, Grok) to respond in a unified way? If so, can someone tell me how? How to use multiple AI to answer questions or actions?...