Slow Api responses
I'm using n8n to automate a support agent, and I noticed that the nodes of typebot are taking longer for very small tasks like
- update typebot
- continuechat with a simple condition that check if the message is "go" then respond with "what's your name?"...

Create build and viewer with dockerfile and not docker.yml
How can I create build and viewer with dockerfile and not docker.yml? Specific to Azure
Carousel
Hi, can we create a carousel like this or similar in typebot? May be by using picture or text block or something? So user can swipe and look at different options.

Associating and collecting the values with numerical variable
I want to collect the information that is associated with the numbers. Like 1 = under 20 years.
Right now, it is collecting 1,2,3,4 but not the values represented with these numbers....

Any chance to make Jump Block as ID Variables?
The idea is to build more natural transition for chatbot with AI to handle error input message rather than ask user to back on main menu or build a complex flow, so we can define each node group ID and blocks ID on AI and write the description to handle user query chat then jump on relevan groups or block node on typebot
I saw each block and node group has the ID on API response, just curious how to make a natural chatbot with that logic...
Customization Questions
Great work, truly an impressive application. Couple of configuration questions that I was curious of (promise, I tried to search the docs and the discord before asking):
1) Is there a setting that allows for the previous step to be cleared from the user's view? eg a step form appearance rather than the chat appearance.
2) Within the Date Block, is there a way to pre-fill the date with today's date?...
Struggling with the Loops
Hey!
Everything okay? Guys, I'm struggling with my tentative to make a flow that doesn't loop requests in Typebot or in WhatsApp (Via Evolution API/Evolution Manager). I've tried a lot of flows but any of those really works. Basically the Request is a chatflow in Flowise and the bot need to works like a conversation (Chat Model -> Gemini 1,5 PRO). Can anyone help, pls? ❤️...
Everything okay? Guys, I'm struggling with my tentative to make a flow that doesn't loop requests in Typebot or in WhatsApp (Via Evolution API/Evolution Manager). I've tried a lot of flows but any of those really works. Basically the Request is a chatflow in Flowise and the bot need to works like a conversation (Chat Model -> Gemini 1,5 PRO). Can anyone help, pls? ❤️...

Help pls!
{
"response": {
"statusCode": 500,
"data": {
"message": "Error from Typebot server: TypeError: fetch failed"...
Fail to run typebot locally
Hi, I'm trying to follow the doc to run typebot locally I wanna create some packages, but when I run
pnpm i
I received the error:
``` │ │ ├── ✕ missing peer react-dom@>=16.8.0
│ │ └─┬ @radix-ui/react-slot 1.1.0
│ │ ├── ✕ missing peer react@"^16.8 ^17.0 ^18.0 ^19.0 ^19.0.0-rc"...hosting in docker
Hey I am new to this... I am planning to self host typebot using docker. Wondering what would be the embed url to use it in html ?
Below snippet I found in docs but this is using cloud's url( https://cdn.jsdelivr.net/npm/@typebot.io/js@0.3/dist/web.js) since I deployed typebot in docker in local, what would be the new localhost url ?
```<script type="module">...
Question about SSO & Granular access rights
In the Typebot Enterprise tier, what exactly does "SSO & Granular access rights" mean? Does it mean:
- SSO and granular access for members of a workspace in Typebot?,
- SSO and granular access for users of the bot?, or
- Something else?...
[Whatsapp] Input after webhook not working
Hello! I'm creating a typebot flow to send WhatsApp list messages and get response in input block, but when I use webhook it doesn't work properly, if I remove webhook from flow, connect last message to input, flow works!
I think after webhook, it's like session is over, in viewer docker log: Chat doesn't start: message didn't match any condition, and if i send start msg, bot start to begin...
Any idea how fix this? i try wait block with pause the flow, not work too......

WhatsApp Auto-Fetch Name & Number
Hi, how can I auto-fetch the name and number of the user communicating with the chatbot on WhatsApp?
Return string from async function in script logic node
Hi @Baptiste in a script node I have console.log('postAgentMessageToUser content:', content); and i can see the string that exists within 'content' in the console.
I want to display this string back to the user as a typebot message but not sure how to do so. I've tried to set variables within the script node and using a set variable node but haven't gotten anything to work. Any help appreciated...
Buttons doesn't work in Wordpress Integration (standard mode)
Hello, i use TypeBot since few months, but today, i've a problem.
When i add a button on my TypeBot Flow, and i add the bot to Wordpress page with shortcode, the button has no effect.
There is my flow in attached image bellow.
The bot page can be viewed here : https://spotiflix.abhd.fr/?page_id=32
...

Help with bot usage limits
I'd like to restrict usage for each user so that they don't abuse bots, especially ones that use pay-as-you-go APIs, like OpenAI.
To address that, I've set up a bot to allow users to ask five questions. Then, after the fifth question, the user gets a message that they've exceeded the limit and must wait X number of minutes before they can interact with the bot again. Obviously, this can be bypassed by the user going to a different browser or using private browsing to continue interacting with the bot.
Question...
LONG post/questions about WAIT, what gets processed between User Inputs and what is a user input.
Videos attached for better explination. Curious about how & why typebot works certain ways & if some improvements can be made.
I have learned that if there is number of things to be done in the background, typebot does it all, THEN prints to the screen all at once and AFTER it finishes the processing on the back end along with displaying the request for user input.
This is annoying because I sometimes I want to give the user a headsup such as "Ok, now processing your entry, this may take a mintue so please be patient" - but I'll put that in BEFORE a long flow of tasks to do. It process and hang only to send that message to the user seconds or a minute later and right before it asks the user for input....
Help with script in typebot
I have a problem with scripts in typebot, basically i have a variable equal to 2 and i made a script to return variable-1, after the script runs i puted a block with que variable and the value is the same as before
The context is i have 15 variables and i ask to the user to write a number that needs to be the same as the variable, each variable have a quantity, after this i put a js block with this code
switch({{codigoaremover}}) {
case 1:...