Typebot

T

Typebot

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

Join

Displaying OpenAI Search Results as Buttons in Typebot Without Showing Text

I'm building a chatbot in Typebot using the OpenAI integration. In one of the prompts, I ask the assistant to provide some options based on the defined knowledge base. The user needs to choose one of these options. However, I don't know how many options might be returned. I managed to create dynamic buttons using the options given by OpenAI, but I had to add a text field before the button component. This causes the options to be displayed as text before the buttons. Does anyone have any tips on...

Does SMTP integration also works on WhatsApp Bot?

SMTP integration is working fine with web bot but when I tried it on WhatsApp I didn't receive any confirmation email. Is there anyway to configure that for WhatsApp if someone completes the Lead form on WhatsApp they will receive the confirmation email....

question: how do add basic auth in typebot

Hello dear, we know that in Postman we have the option to enter username and password through the authorization tab where we enter the name of the user variable and password and their values ​​I tried to do the same in the type both in the query params field and also in the headers but it doesn't work anyone can you help me?

How can I get WhatsApp message Full Payload data?

I need to get Referal when message starts from an AD, to get CTWA_CLID to allow manage free 72h Message window from Ads.

human takeover

Hi, how to implement human takeover when the bot completes its flow. It is like every time a user sends any query, it triggers the bot flow.

Is it possible to display a second button alongside a text input?

I'd like something like this: ``` [text input here] [send button here] [additional button here]...

Nocodb updating ALL records in column if selection logic is not matched

I love nocoDB, it is so fast. But I just noticed a bug and it seems significant- If there are no matches for the "Select Records" logic in the block, instead of not writing any data to the database, it writes the update to EVERY cell in the column. This seems like a HUGE bug. I can put the update inside of typebot logic but that will just make it all more complex since it is NOT working in the NocoDB block....

Whatsapp Audio

Hey guys, how can I use the file block to upload a whatsapp audio? What I am trying to achieve here is this: The user sent an audio using whatsapp (I am using the official whatsapp integration in typebot) I upload this audio to N8N using a webhook. In N8N I am making the transcription of the audio. I already tested and everything is working, but now I need to find a way to differentiate the text that user sent from audio. How can I do that?...

ERR_SSL_PROTOCOL_ERROR

Hello everybody i got following error when I try to access my typerbot: Diese Website kann keine sichere Verbindung bereitstellentypebot.co hat eine ungültige Antwort gesendet. ERR_SSL_PROTOCOL_ERROR ...

Are the office hours set to be in our local timezones?

It shows 9:30 AM August 15th, is that in my timezone or @Baptiste 's timezone? Just want to confirm as I want to try to attend these when possible....

Bug with using inline evaluation of javascript in text string

Ok, so I found a weird bug. I wanted to display a number that was one higher than the current number (as an option for the minimum amount a user can enter to increase the number) Intead of precalculating that number and storing in another variable before the text, I used the inline format of {{={{MyVar}}+1=}}....

whatsapp keeps using deleted flow

Hi all, I've started with the demo flow in order to test the whats app integration. Now I've created a new custom flow. Deleted the old flow. Update on my facebook app the web hook and the token for the integration but when sharing the new flow, it keeps using the demo flow that does not even exist anymore 😢 what i'm doing wrong? i deleted the whats app integration and recreated it while sharring. the only thing that is the same is the phone id from whats app...
No description

FEATCH USE VARIABLES

I'm using a fetch that makes a request to fill in an options, but I need to have access to the variables as is done on the run server. how do I do this?

about scripts

I wanted to know how to pull a variable out of the script, if it is possible to do this? Because I have a variable that is an array, but I need to treat it as a string so that I can make another request.
No description

Options defaultvalue

Hi guys I'm setting the defaultvalue in options.string.layout but when I go to options.name it's coming up undefined, how do I set a value in a text field without it coming up undefined? ```conversationId: option.string.layout({ label: 'Conversation ID', defaultValue: '37',...

Chat URL

Hi, Is it possible to access chat from viewer url directly, without extension/subpage ? Something like bot.com instead of bot.com/chatbot-123...

TRPCError: Output validation failed when trying to add recorder input in typebot

I was trying to add recorder input in typebot but when test bot shows the following error. can anyone help me or guide me how to add custom input in typebot? { "status": 500, "body": {...
No description

Iframe

Guys, a lead wants the Typebot page inside another site. So I'm trying to use Iframe to do this, but it says that it's not possible, I receive the following message in console: in a frame because it set 'X-Frame-Options' to 'sameorigin'. Does someone knows how to solve this?...

Can't Embed voice recorder webpage inside Typebot via iFrame Tag

Hi there, I'm new to Typebot I'm embedding an HTML/Js/FastAPI website that records user voice. When we embed it inside Typebot using an iframe tag(url included) the website loads fine, but voice recording feature doesn't work. It also doesn't prompt for microphone permission even though I've added the permission attribute in the iframe tag Could anyone here point out what is causing this issue? Not sure if it's a bug or I'm missing some Typebot permissions? Any assistance or concrete resources would be greatly appreciated. Thank you...

Variable to integration

Hey everyone, I am creating an integration where I will make a POST request, but I need to use a variable from Typebot. How do I retrieve a variable to use in my integration code?