Typebot

T

Typebot

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

Join

Functions with Assistant OpenAi

Does anyone have any material explaining how to make OpenAi assistants perform Functions using Typebot? I need it to be in the "Ask Assistant" function in Typebot. Tkss

Can Typebot Route User Questions Based on Intent Using AI Models and Pass Key Parameters?

Hi, I have a requirement where I'd like to know if Typebot can achieve the following functionality: A user inputs their question....

Problem with a script

Hello, I would like to make a script that calculates the age of a person from his date of birth, using the "Date" module, I’m not an expert in JavaScript code but I had help from Microsoft’s Copilot. Unfortunately it doesn’t really work here’s my code: ```javascript...
No description

Error! Could not reach server.

hello, can anyone help me? I'm encountering an issue when trying to publish, test... The error message I receive is: "Error! Could not reach server. Check your connection." I have already checked the network settings, firewall, and logs, but I still haven't resolved the issue. The Typebot is installed via EasyPanel....

cal.com

Is the cal.com api working?

Difficulty placing script

Hi everyone, everything fine ? I hope so I'm having difficulty running a script so that the bot understands the opening hours, I'm new to typebot so I may have missed something, can you help me please? Follow the printout of the flow below:...
No description

Ngrok

Hello, I've installed typebot by a docker-compose.yml file, and I'm trying to use Ngrok to make my development environment public to test, but when I sign-in, the application stops to use the public url created by Ngrok and uses the localhost url instead. Can someone help me?...

How to use a URL in a variable to make a clickable link?

This doesn't work. No error message, no warning. It accepts the input, but when you reload the page the link has disappeared. How to make a clickable link from a URL stored in a variable?...
No description

I couldn't replicate the Vision demo

Was anyone able to replicate the Vision demo that @baptiste announced yesterday with OpenAI? I was able to replicate with the Anthropic block, but not with the OpenAI block. I attached screenshots of for both examples. ...
No description

Variable

I'm not able to use my variable in my HTTP, I want to use it as {{instance}}, and change the value according to my needs, Would you help me ?

Edit answers

Is there an option so that users could change their answers? One GitHub Post said it was possible if users click on their bubble, but I don’t see that working.

Cant mount the chatbot (initBubble) after unmounting

As the title says, i cant mount the chatbot as an initBubble from a custom script after the bot has been unmounted. The code basically listens to a button click, and if the user has a localStorage key, it should close the current bot, unmount it, and open another different chatbot, i'll leave the code so you can see what im talking about ``` let chatBotUserName; let chatBotUserMail; document.querySelector('.triggerBot').addEventListener('click', (e) => { ...

Mysql node

Is is possible use a node to get records from a Mysql database?

Email + QRCode + Attached Files

Hello Everyone, I hope everyone is doing well! I have a flow that will automatically generate a QR-Code based on some information that I need to send by email (attachment). So far, everything is working. In the perfect world, I wanted the person to be able to choose between 3 image options, and the QR-Code was already being generated within this image in a specific position, I even managed to do this with GPT, but I couldn't integrate it with Typebot and automate it that. For now, I have inserted an option for the person to select one of the 3 images they will use, and I would like to send it together in the same email as the QRCode. In the Email integration, there is an option to Attach files (I understand that it can be more than 1), but I was unable to select the variables (more than one) to include the files....
No description

Optional input

Hello everyone, is there a way for me to make an input optional? For example, for the person filling it out to leave the input blank and confirm?

How to change the default placeholder when collecting values?

Right now when the placeholder attribute is empty, a default placeholder is set in English. My user base is French and my typebot has a lot of steps, how can I change the default placeholder value without having to set a default value on every single input? Thanks...

Alibaba Store Storage for self hosted

Hi, I wan to add OSS from alibaba for self hosted but have error. So who can help me?

How to wait between requests?

Is is possible to wait between requests? As described in the docs, since all blocks are computed on the server one after the other, then I can't actually do that I guess? Thanks!...