Typebot

T

Typebot

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

Join

Frequent Disconnection Issue with Google Sheets Integration

Hello, I am experiencing difficulties with the Google Sheets integration. I have created an API key for Google Picker without any issues. However, I am encountering a problem with the OAuth client ID for Google Sheets, as I am facing disconnection issues approximately every hour. I have already deployed my OAuth screen to production. What more can I do to resolve this problem?...
No description

Bytestring Conversion Error?

I am trying to use the OpenAI block to generate variables based on my users message. This has previously worked with no issues, however, now when I use it I get this error: "Cannot convert argument to a ByteString because the character at index 178 has a value of 8594 which is greater than 255." This is how I prompted the AI: "Based on the user's response, extract the most relevant type of cybercrime from the following categories:...
No description

After upgrading to version 3.6 from 3.5 login through GitHub is not working

I have only login through GitHub enabled on my self-hosted Typebot. After upgrading to version 3.6 from 3.5, I am not able to login any longer. The moment I click the Continue with GitHub button I see a Try signing with a different account message under the button and I am not redirected to GitHub for the sign-in. I can see the following errors displayed in my Docker logs: 2025-04-19T09:21:34.214718141Z The column User.preferredLanguage does not exist in the current database. 2025-04-19T09:21:34.214721151Z at In.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:122:6854) 2025-04-19T09:21:34.214724181Z at In.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:122:6188)...

does typebot supports list messages / interactive / dropdown style choices?

i just want to insert a dropdown choice options for some questions

GPT Chat Assistant not loading

Good morning, I created my assistant in gpt chat, but it is not listed when adding the openAI block in typebot. How can I solve this?...
No description

Integration Sheety and others.

Good afternoon. I already have several APIs on the Sheetfy website to connect to Google Sheets. Is there any way for TypeBoot to run this API for connection? If not, in addition to Google Cloud, is there another service that performs this integration in TypeBot installed on a VPS?...

How to set up a custom landing page on root domain when self-hosting Typebot with EasyPanel?

Hey everyone! I'm self-hosting Typebot using EasyPanel (likely with Docker) on my custom domain: https://domain.online. Right now, when someone visits just the root domain (e.g., https://domain.online/), they see an error saying the bot doesn't exist — which makes sense since bots are only available at paths like /botdeexemplo....
No description

Typebot is too slow today

Hi I have been trying to load typebot for last one hour. It just shows this and content doesn't appear. ...
No description

I'm in Eternal Loop on Whatsapp

IDK what happened, out of the blue, all day my typebot was normal, but at 3:17 PM, the type entered an infinite loop with my clients, but I didn't move anything in my flow. I tried to recreate the flow and test some blocks, but in the initial flow the loop already starts I'm using the official API to send some messages, i really don't know, it never happened....
No description

Bug in Typebot after using two 'jumps'

After using two "jump", the number input collector doesn't work, returning a 408 "TIMEOUT" error. flow: https://app.typebot.io/typebots/c0wb2e33z1hlzrryz6zqhahk/edit...
No description

500 Internal Server Error when enabling "Execute on client" in Set variable blocks

"I'm experiencing a '500 Internal Server Error' when using the 'Execute on client' option in a Set variable block. The flow stops completely when this option is enabled. The error appears to be coming from the endpoint 'POST https://typebot.co/api/v1/sessions/[session-id]/continueChat'. Has anyone else encountered this issue, and is there a workaround or solution? Any help would be greatly appreciated."

Whatsapp integration flow

Hello, - I created a flow that works perfectly on the web (without any issues). - I wanted to test this flow on WhatsApp (to see if it's really what I need). - In the test tab, there's an option to select "WhatsApp" and send it to the desired number....
No description

I have some doubts to be cleared

does the typebot has any sdk supported to Android for react native?

anti-scam

Hi! I'm making a workflow for my office and when I went to publish the project the following message appeared: "hi I also had this problem, how do I solve it?" Can someone help me? Here is the project URL https://app.typebot.io/typebots/pl8c25lhm3szmdlbswf8vjct/edit...
No description

Automatically expanding an Embed block's height to fit its content

Hello everyone. I am wanting to display different pieces of HTML content retrieved using API calls, in Embed blocks. All of these HTML pieces are dynamically generated and there is no way to know in advance the size of the returned content. I want that the Embed block should automatically expand its height to fit its content so that no vertical scrollbar appears. The embed block has a Height parameter and I thought leaving this blank will result in what I want but this parameter requires a value. I also tried setting the Height parameter using a variable set to 'Auto' but this is not an accepted value and this causes the iframe in the embed block to be set to a default height of 400px. Is there some solution for what I want? Maybe some custom CSS targeting the iframes created by the Embed block can help or maybe some JavaScript in a Script block can adjust the height of all existing iframes on the page. I am not able to figure this out and would really appreciate some help with this matter for which I thank you in advance....

Input-box - Custom css

Does anyone know how I can make the input box take up the entire width of the screen?
No description

lost access to an automation

Good morning everyone, I lost access to an automation. I don't know which account it was created in. How do I recover it?

how to recuperate actual years

i want to recuperate actual years automaticaly for replace 2025 by actual years : 2025-{{anne_naissance_enfant_1_1}}...

Card Block Internal Value for Dynamic Data

Reproduction 1. Set some variables that are arrays of strings, such as teamsIds, teamsNames and teamsCities 2. Connect a Card block, with dynamic data: {{teamsNames}} as its Title, {{teamsCities}} as its Description, and an arbitrary string for the button such as Check Team Matches 3. Try to put {{teamsIds}} as the Card's Internal value 4. Preview the bot...
No description

Another Whatsapp query. - Bot not starting in live setting - OK in test to my number

My bot works fine on web, fine by whatsapp test environment but when I try and do it IRL it doesnt work, Ive been thorugh the setup steps multiple times but my "start" promp will just not start the bot. There are no logs because my trigger word isnt starting the bot. The Whatsapp account is linked to a CRM system and that works as expected. ...