Typebot

T

Typebot

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

Join

"Read More" link or button inside a long text bubble

Hi there, I am looking for some guidance on how to implement "Read More" to give to the user the obvious option to read a bubble with more lines of text. In my case, my Typebot is for teens and I also use AI to generate some responses. Even reducing the tokens, sometimes the answers that are good has like 8-10 lines. I appreciate any help. Thanks!...

Is there any way to connect Typebot to instagram, Facebook or mensager?

I’m searching for ways to connect typebot to other channels like instagram, facebook and facebook mensager, if anyone knows how, please interact with this post really needing help in this 😅

Help Wiki

Can you make the code used to develop your wiki available? she is great

Help!!!

How to make this unlimited?
No description

Odd Error running locally maybe IPv6?

I was trying to make a web HTTP call. I am running everything local and I seen this error when trying to fetch a url. Any ideas? ``` TypeError: fetch failed at node:internal/deps/undici/undici:12618:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)...

Help

Can you make the code used to develop your wiki available? she is great

Is there a global observer in the typebot flow where it listens to all steps in the flow?

I need to check at any time in the flow if a condition is met to redirect to a specific block.

Error audio when is executed in mobile browser

Hello, everyone Someone could please answered why this happens? The same flow does works using a web browser from computer, but doen'ts when I open via mobile browser. Some advice to get logs about it? It's a self hosted typebot....
No description

Read Data from the Google Spreadsheet and reply accordingly

I want to read content from the Google spreadsheet. Actually, whenever a user will ask a question, I want to check and analyze the excel sheet and reply to the users queries accordingly. I want to use Excel sheet data to compare with user queries and reply answer added in the sheet....

Correct way to upload a block to official git

Hello, I have a CRM and I ended up developing an integration between it and typebot (lead creation and updating), and I would like to make it available to the public. Reading the documentation it says to open an issue first, to check if everything is correct, but I don't know exactly what I need to put in this issue, and I'm afraid of opening it wrong. What do I need to inform in the issue? Where do I put my code for evaluation? Do I do PR first?...

API Invalid option killing session

Hello everyone, I'm using the typebot api with my WhatsApp customer service platform, using it I create a service flow, sometimes when the flow doesn't have the "else" defined, when the user selects an invalid option it ends up informing that the option is invalid, but at the same time it ends up killing the session, so when the user sends a message again it ends up freezing the chat since the post to continue Chat ends up failing since the session no longer exists, how to solve it?

Supabase S3 - Error

how can i resolve this error to use supabase storage: I am using the following configuration in env S3_ACCESS_KEY=Key...
No description

How can generate a random number variable from 0.1 - 9.9?

Can I execute javascript in the set variable logic? Like: const randomValue = Math.random() * (9.9 - 0.1) + 0.1; console.log(randomValue);...

Random Text

I have a number of phrases (30-40), and I would like to include them randomly in a chat, so that each person receives one of the messages / texts randomly. Any suggestions on how to do this? Only one of the sentences should appear in each interaction

Dynamic Image is not loading the URL from the Make Webhook Response

Hi there, I am looking for some help with a variable that has an URL from a Webhook Response module, and I would like to load it inside an image bubble.  - I have tested the request and save the result in a variable...
No description

Typebot.io results question

I have 2 questions. The results tab (submissions & analytics) 1. Is there a way to access this database via an api? For example, to build a dashboard to display metrics to. 2. I am using a RAG+LLM system and the user may ask several questions and the LLM will respond several times so each time the bot replies the variable {{bot_response}} is overwritten and each time the variable {{user_response}} is overwritten. Is there a way to use the typebot database to store the whole conversation? I guess I could +1 to the variable name so it would be {{bot_response_1}}, {{bot_response2}}, etc. but this doesn't seem like a good solution....

Having issue to run the api on cluster-mode on typebot

I followed some processes to start pm2 in clustered mode only for the viewer API, but I'm receiving the error on the uploaded image, it works fine if I change it to 'fork' mode. It's an issue with the viewer application or it's an issue with next? If anyone could help me it would be great! Thanks in advance. my json -> { "apps": [...
No description

Troubleshooting Typebot Integration for GPT-4 Assistant

Hello, I've developed a chatbot using OpenAI's GPT-4 assistant. The flow appears to function flawlessly with appropriate responses in the playground. However, when I test it through Typebot, the chat history doesn't seem to carry over (nearly every 2-3 responses deviate). Additionally, the thread ID cannot be passed as a new conversation begins, and I'm unsure how to retrieve the thread ID and transfer it. Could you please assist me in resolving this issue?
No description

custom domains on self-hosted instance

Hello. Anyone got custom domains up and running on a self hosted instance? I can’t seem to get the drop-down to show up. I’ve set all environment variables correctly.