Typebot

T

Typebot

Join the community to ask questions about Typebot and get answers from other members.

Join

file upload

Flows that used to work stopped without any changes in the bot. In the last few days our bot stopped working normally. There wasn't any change in the bot that explain this behavior. We have a self-hosted Typebot, version 2.28.2, same version since September and we observe that the filter component, in some tasks, stopped working and the flow "dies" when arrives in this specific component. I can send you a DM with a video attached showing step by step of a flow that was working since September. We have noticed this behavior in two cases, onde critical happened today, where created an incident where the bot stopped working for all customers. We didn't have any changes in the bot, one flow stopped to work properly and impacted many customers. We had to disconnect the entire flow to keep the bot available for customers, but we still haven't found any explanation for this specific behavior and error. ...

Update Value Variables On ContinueChat API

Its possible update more than 1 variables value on continuechat endpoint?

How to optimize flow?

Hello everyone, I am working on an A.I project(https://content.butchi.ai/) to create multilingual content and I have chosen Typebot for implementation. I'm facing a small issue; currently, I have managed to create 5 languages, but my flow is too complicated, and I want to optimize it because I plan to support over 100 languages. What should I do? Please help me, if there are any articles or anything else, please share. I would greatly appreciate it.
No description

Does typebot runs on path other than root?

Hi folks, I'd like to have typebot builder and viewer running under a different path other than root. I've tried to set NEXTAUTH_URL=https://typebot.mydomain.com/builder and NEXT_PUBLIC_VIEWER_URL=https://typebot.mydomain.com/viewer. Should this work? When I try to access this kind of url I'm always being redirect to root , for example to https://typebot.mydomain.com/signin instead of https://typebot.mydomain.com/builder/signin. Am I missing something or typebot requires to run on the root folder of the domain?...

Hebrew alignment right to left

When our bot answers in Hebrew it's aligned left to right when it should be aligned right to left. Is there an easy fix for this? 🙏

Viewer 404

Hello folks, I am trying to deploy typebot first time. I have everything set up. I want to deploy it locally on the docker, having it on localhost. ...

Put typebot on coolify [SOLVED]

I'm trying to self-host Typebot on a self-hosted instance of Coolify on my VPS, but I'm having problems with the domain of the viewer. Has anyone already done that?

Error 500 New Update Remove NEXTAUTH_URL_INTERNAL (FIXED)

Any solution for this? Its effect on startchat endpoint on my typebot so i cant receive the response but bot still started...
No description

VERCEL BUG?

Hi, It seems to me that there is some problem now with the implementation of the new version in vercel. With the previous ones there were no problems - now errors such as:
Error: x could not find task db:migrate in project...
No description

auto reminder message

Hi, How can I automate or configure the WhatsApp chatbot to send a reminder to user after 20-30 minutes of inactivity asking if he is still with us or no. Thanks....

Stream OpenAI

There is no information on how to handle the stream response from OpenAI via the API. Can you shed some light on it? I am completely stuck because I received the following response: { "messages": [], "clientSideActions": [...

Hello,I would like to know if it's possible to break lines in Typebot?

Hello, I would like to know if it's possible to break lines in Typebot?For example, when generating text using an AI, it would be sent to the user with line breaks, like we do when chatting via SMS or Messenger. Example:Text generated by the LLM:"Hello, how are you? Welcome to our store. My name is Maykon, and I am here to help you." ...

Dollar sign is not printed in text block - ${{variable_name}}

Why aren't the dollar signs being displayed in the text block when I use the following ${{variable_name}}?
No description

is there a way to receive attachments formated ? (filenames)

hi there . Does anyone know if this new attachment option can rename the attachment ? Example: someone send a PDF blabla03.pdf but i need it formated to date-name-password. So, the attachment comes to me like: 2024-09-10-filename-password.pdf ? Thanks!...

Open API audio transcription not working

Typebot Open API transcription service seems to be not working. I tried and the model always hallucinate. So I downloaded the audio file from S3 and tried it on my postman and showing same result "MBC 뉴스 이덕영입니다."
No description

Whatsapp Images | Upload

Hey everyone, I am unsure how to collect images from users with the whatsapp integration.

Automatically identify sender from WhatsApp Oficial API

Hey guys! There is a way to automatically identify sender from WhatsApp Oficial API? I didn't want to ask the phone number each time......

Create custom 404 page for typebot - Can't find pages/404.js in docker

I running my typebot in docker composer of portainer. I did some research and found out that I can customize 404 page by creating pages/404.js. But I don't know how and where to put that file in docker. Please give me some hints thanks !

No global transcription of a discussion with an AI

I want to "record" all the questions and answers of a discussion with an AI (can be OpenAI, or else). I created a test flow here https://typebot.memoways.com/transcript-test, but i get only the first answer saved into my nocoDB base. How would it be possible to saved the whole discussion (a loop) into my database ? Here is the view to the nocoDB base where i save the answer https://nocodb.memoways.com/dashboard/#/nc/view/0729ef97-2b02-4fce-9ee3-9f975837ce1a Thanks ! @Baptiste...