Typebot

T

Typebot

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

Join

Quiz with score, Embedding, Result Pages, Systeme.io

Hi all, I'm a complete newbie with no coding experience and I was looking for a Typeform alternative. That's how I found Typebot. Here's what I'd like to do: 1. Collect first name and email address; 2. Build a 'quiz-like' questionnaire (20 questions, 3 possible answers each, scoring of 3-4-5 for answers, 3 result categories and texts depending on score count - all done); 3. Embedd questionnaire on my website (site is hosted on Systeme.io SAAS);...

Cannot Running Preview for Test

Hi! I'm experiencing a critical JavaScript error in Typebot.io that's completely blocking my bot functionality for preview. Getting "NotSupportedError: Failed to execute 'createElement' on 'Document': The result must not have attributes" When the error occurs: - Bot loads fine when first opened...
No description

after displaying the button, Typebot does not continue

Hello friends, I need help. I have a flow and when it displays the button: ok,eu quero agora, the flow to stop and wait for the user to click on the button. I would like that if the user does not click on the button, the typebot continues and shows another menu. I don't know if I'm using the right button.
No description

I lost my email, now I can't login to my account... What can I do?

I created my Typebot account using a professional email powered by google workspace (not a regular gmail acc) and now tha email is gone. A former partner took over the entire workspace account and deleted my email and won't bring it back. I need an alternative way to acess my account and change the main email so I don't lose it again. Im pretty desperated, so I hope you guys can help me....

OpenAI block - streaming support

I'm trying to use Create chat completions instead of ask assistant - is streaming not supported in the OpenAI block for chat completions? Does streaming only work with the ask assistant action?...

Adding PartyKit to a self hosted Typebot on docker.

i have a typebot self hosted on docker i want to have webhook functionalit so i read that i need to install partykit. i read the official documentations, but i dont understand waht exactly i need to do in order to link typebot to that, and have option for recieving webhook calls on typebot instances....

Typebot remember user

I embed typebot on my website that has login authentication. I use “remember user” on typebot which will remember the state of the chatbot unless I close the browser. To access my website and chatbot, a user has to login to the website using his username and password. However when this user chats on typebot and logs out and then someone else logs back in with another username on the same browser, the chat session state from the previous user remains. Currently I use JS to embed typebot with pre-filled user specific variables as well. ...

Fresh Install can not use template : Access denied

On a new vps installed with docker i can create new bots from scratch, and works fine But importing from template or uploading JSON says: Access denied Also when i change some setting appears this message: ...

http request data

Hi, I am testing the HTTP Request Block. When I used test variables for a GET api from Botpress, I got this output: ===========...
No description

How to get and store output from a script block?

Hi, I have this botpress listenConversation script entered into a script block. How do I store and view the output of it please? ============...

Whatsapp start condition not triggered

I'm sending through meta whatsapp API an interactive message: https://developers.facebook.com/docs/whatsapp/guides/interactive-messages/ I have a chatbot set with whatsapp and I've tried several start conditions: Starts with "Start"...

Custom Domains?

Hi, when you add a custom domain in the share section of a bot does that same domain become available to choose from in the other bots? When a bot is running on a custom domain are all the API calls made to the custom domain or to typebot.co?...

Preview WhatsApp fail

Hi, I've configured the WhatsApp API from Facebook. I've put all the constants in the typebot env, but when I try to run a WhatsApp test for a flow, it sends me this message. Can anyone help me? Thanks a million. Error message: Request failed with status code 401 Unauthorized Details {...

Standard Blocks

Hi, i use Landbot and Typebot. What I miss here in Typebot is the fact that i can't create Bricks (A single block with multiple blocks in it). To me is really usefull because I can create bricks with specific functions and then use them in other projects with just a few changes (text or variable names usually). Is there something like that here in typebot that i'm missing?

continueChat with specific blockId

My typebot flux has a lot of HTTP requests and sometimes a request takes too long to resolve and my API request to continueChat timeout, is there a way to retry the request to this specific stage/blockId and guarantee idempotency, and be able to continue the flux after the retry on this specific portion?

Can I format phone numbers as users type using Script blocks?

I'm trying to auto-format phone numbers (like 1234567890 → (123) 456-7890) while users type in a Phone input field. My Script block detects the typing and formats the number correctly in the console, but the formatted text doesn't show up in the actual input field that users see. Is it possible to change what appears in Typebot input fields using client-side JavaScript? If so, how?...

Is there no way to login from typebot.io?

Perhaps I'm just missing it, but I don't see any obvious Login on the homepage.

Question about the official PRO plan

I'd like to know if, on the PRO plan, the source IP for HTTP requests can be made from only one IP and not from a CloudFlare proxy, since I can't allow CloudFlare's full IP range. Does anyone know?

Hi there,I'm having an issue with my Typebot setup. When I try to manipulate the variables

Hi there, i'm having an issue with my Typebot setup. When I try to manipulate the remoteJid variable from my EvolutionAPI and use it within the flow, the bot seems to ignore it and doesn't respond. If I just type "Hi" in a text box, the bot renders the text as expected. However, when I introduce the remoteJid variable into the text (e.g., "Hi {{remoteJid}}"), it neither shows the "Hi" message nor the variable. As a result, when I try to compare something from my API with the remoteJid variable, it always goes wrong, because it's comparing my API result with "nothing."...

URL variables not updating consistently

We're running into an issue wherein we are passing a variable via URL (?hostname=whatever.com) but the flow seems stuck with the first instance of the variable. Our flow is set to remember the user because we ask for their email address. So if a user is directed to the flow, the hostname is set, but if they are directed a second time, the hostname is still set to the first value. The user visits with ?hostname=whatever.com and then some time later they come back with ?hostname=something.com, the...