Typebot

T

Typebot

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

Join

🗨 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?...

Issue: Bot not responding on WhatsApp

Hello, I integrated my bot with WhatsApp using Meta's API, and everything worked fine initially. The bot responded to the first few messages, but when it reaches the AI agent (via the OpenAI integration), the bot stops responding and hangs. At first, I was able to resolve this by clearing the logs, and the bot would resume responding. However, this no longer works, and now the bot doesn't respond at all, nor does anything appear in the logs....

Images via WhatsApp on Typebot

Hello, I have a question about how I can properly process the input of images in my flow when they are received by WhatsApp, so that I can manipulate them to save them in a variable. I tried to use the blocks available in the Typebot application, but I was unsuccessful. Could someone please help me with the logic of receiving an image directly through WhatsApp and adjusting this input in Typebot?

Proxy url Open Ai ?

I connected my OpenAI model to the sample GPT chatbot, but I get a 403 error. I wonder if it might be because I use a proxy for the URL? Many thanks...

What's the recommendation to use Typebot with (Plugin / Newoaks)?

I would like to integrate it in a Wordpress site, should I use the plugin? I do have the Chatbot "Newoaks", is it possible to use it with Typebot, or is the WordPress plugin the better solution? Thank you for your help!...

OpenAI Block

I think this is great that we can integrate OpenAI into the chat flow, however, its super tricky to setup it for non-coders. Is there a step by step guide to implement this block succesfully, and by step by step I mean like an ELI5 guide with clear screenshots as to the configuration of each of modules in the Block containing the OpenAI one, together with its explanation? The tutorials and guides I've seen, omit steps or assume we know how to deal with those but the thing, is not that clear. When do we use User/Agent, when do we use Dialog, how do we setup those? which variables do I need to pass in each instance?...
No description

Error! Could not reach server. Check your connection.{}

I'm having this error and have no clue what's going on. I can provide a console with the errors. Already disabled AdOrigin and TrafficLight extensions on Chrome. I don't have an antivírus and I'm not using docker or VPN. I'm just trying to pratice as simple as possible. How can I solve this?
No description

Help

Hello, I’d like to change the email on my Typebots account, but it’s not possible to do it directly. I need to contact the administrator.

How can I get the resultId that belongs to the current user in my website's JavaScript code?

I need to call a webhook from my JavaScript code, and the webhook URL requires resultId in its path. My Typebot chatbot is listening for the webhook request.