Typebot

T

Typebot

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

Join

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

pdf

PDF Files: In my flow I make a request to HTTP server (API) and get back a JSON File. In this JSON there are many Base64 encoded string fields of pdf. I need to extract these PDF Files and send to the final user. I can extract the information (blob), but how can I send all these generated pdfs file (via javascript code) to the user? Can a variable in Typebot flow keep more than one information (e.g. 2, 3 or 5 pdf files) and send one by one to the user?

Bot is not responding to whatsapp

I have created a WhatsApp Business API integration on my self-hosted Typebot via Docker on a Coolify instance. Everything works fine, as I tested directly from the Meta Cloud API and received the message. However, when I test the bot on the viewer or send a message directly to a random number (which is mine), the bot does not respond. Is there any additional configuration needed?

Which typebot version has invite members to workspace option?

I've seen some versions in which the admin can invite other users in the same company to work together in the same flow but the version I'm using right now does not allow me to do so. I'm afraid of compatibility problems with other apps I've created so I'd like to maintain the version as low as possible. In which versions this functionality was introduced?

Error integrating make with api

I'm getting an error when trying to connect typebot to make.com using the API KEY created in my settings and members. The error displayed by make is "[404]: User not found". I've attached some example images. Can you help me identify what might be causing this error?
No description

Error with filter component

I modified some connections in a flow that I had already created, but I did not publish it. After a while, I realized that there was a problem that prevented the entire flow. After debugging, I discovered that the problem was the filter component that was not filtering. What I did to solve it was to recreate exactly the same decisions that existed in this filter and it worked again. I don't have any examples because it was literally the exact creation of the same component, with the same decisions Is this expected behavior? Has anyone experienced this?...

Is it possible to import only one flow from an existing Typebot?

That means modifying only the flow without losing the results, parameters, etc.

Pass auth parameters to Typebot

Hey @Anthony , I'm embedding my typebot inside a webapp that has login access, I'd like the bot to get access to the connected user's info (name,email,etc),do you know if it's possible? When the user logs in, there's an /authenticate endpoint that returns the user's info as well as jwt token, could this be used? I also thought of passing parameters into the Typebot.initBubble() function (or even url) by self hosting, but how would I access it in the viewer? This is a make-or-break requirement for me, and I'd hate to leave such a good platform (Typebot🥰 , Merci) because of it....

card

how to use cards in typebot 3.6?

Too many Open AI requests, crashes Typebot

I've been creating a bot, and i need multiple Open Ai blocks to complete it. But i've been experiencing crashes in the bot, it doesn't return anything and show "failed to fetch message". As for my tests, the number of OpenAi i can use subsequently is 6, anything above this number shuts down the bot and returns this message. I've tried splitting blocks, inserting "wait", and nothing works. Does typebot has a limitation in the Open ai?