WhatsApp not connecting to bot
I have connected a WhatsApp number successfully from Meta. However it does not seem to have connection to the bot. when I type the input it does not start the bot as expected. I must be missing something, pls help.
Invalid `prisma.verificationToken.delete()`
I'm facing this problem on a recurring basis, what's happening? I have a self-hosted installation

Basic ChatGPT AI Assistant
I'm running into an issue where I have deployed the Basic ChatGPT Assistant typebot into a Video Learning system called Kajabi. It's a no code environment for monetizing videos. The ChatBot embeds perfectly and displays at load, and allows me to ask questions of a ChatGPT Assistant that I have setup.
The issue that I'm seeing is that after the first response from the ChatBot, the input element, although clicked and taking text input, is passing certain keys up the DOM chain to the page where the video is playing so that every time the "F" key is pressed, the video launches in Full Screen mode. I haven't found any other keys that create this behavior. Have you seen this type of behavior before? Is there a way to trap the events in the input of the text bot so that it doesn't propigate those events up to the page?...
The issue that I'm seeing is that after the first response from the ChatBot, the input element, although clicked and taking text input, is passing certain keys up the DOM chain to the page where the video is playing so that every time the "F" key is pressed, the video launches in Full Screen mode. I haven't found any other keys that create this behavior. Have you seen this type of behavior before? Is there a way to trap the events in the input of the text bot so that it doesn't propigate those events up to the page?...
Parsing REST API results and printing the results in a loop
I'm creating a typebot that gets search results via rest API. I have tried formatting the result but instead of displaying all the results I only get 1 result. I'm using the WordPress search API. I'm assigning the result to a variable called search_result. Is it possible to display an image in the results loop? Anyone please help š„¹.
{
"statusCode": 200,
"data": [...

Variables Comparison
I have 7 variables used for lead scoring. At the end of the flow, I meed to determine which variable has highest score and declare the result. Whats the best way to do this?
Bug with openrouter API
When using the openrouter API in the normal chat loop there is a bug that means the previous assistant message is appended to the next assistant message intermittantly. But as soon as swap out the Create chat completion for open ai the issue goes away.

Dropdown input
Hi, just wondering if there is any workaround to be able to have a dropdown input that can possibly dynamically display data (from an api response for example). @Baptiste would love to hear your suggestion, if not I might just create it myself and create a PR.
Email - change to HTML
Hi š I want to send an anthropic output via email but it sends like this "<swot_analysis><br />Strengths:<br />⢠" etc.... how do I convert it to html ?
Thanks š...
TypeBot Affiliate Program
Hello everyone, hope you all have an amazing day.
The main question: Does TypeBot have an affiliate program? ( I want to start creating content about this tool ).
Thanks in advance....
Smaller Text on Mobile
Hey there. Just wondering if it is possible to make the Bubble text smaller, because it's overlapping on mobile sooo much.

Create and use TAGS in Typebot.
Hello, please, how to create and use TAGS in typebot?
thank you very much...
UTM variable is not stored
Why utm source variable is not showed up on Result tab?
I followed this video:
https://docs.typebot.io/guides/utm-in-results...

OpenAi Vision
I saw that the openai vision model is available on the openai's block, but I don't know how to setup it. I mean, where should I added the image url?
Navigation issues on the Bot editor
Hey guys! Are you also facing navigation problems on the Bot Editor? Before if I held the left mouse and drag I'd move throught the flow, now it creates a "selection" box. I can't access anything on the right side of my flow. Tried holding control, shift, alt etc, no luck... any ideas on how to fix/solve this? TKA
Wordpress Plugin Version 3.6.0 with error
Please, someone can help with this error? In the 3.6.0 lugin version, show a field to fill with library version, but dont have nothing in the typebot documentation
Problems with timeout in requests - BUG
Even configuring a timeout of 60 seconds, when the request reaches 10 seconds, it returns a timeout error. I am trying to communicate with my API, which makes a request to Gemini AI that takes around 11 to 17 seconds to respond, when it is less than 10 seconds the request occurs without problems, I believe this is a BUG in the system.

Pin a chat bubble? š
Hello, I was wondering if there is a possibility to pin a chat and follow you during a conversation. For example, I have a real-time chart embeded showing the results of a contest. And I was wondering if there is an option to pin it and avoid to lose it from the upcoming messages.

I'm using the append function to add llm response, timestamp and usermessage to a variable
This works well although it seems to be adding some random stuff in there as well. (if statements, array). Made a test bot - https://app.typebot.io/typebots/clvr6yp9t001p1522c33njzf9/edit - here and it stores this:
if(!2024-05-09T14:21:35.868Z User 1) return vsy18idbmekhzkzoi9wp93s09;
if(!vsy18idbmekhzkzoi9wp93s09) return [2024-05-09T14:21:35.868Z User 1];
if(!Array.isArray(vsy18idbmekhzkzoi9wp93s09)) return [vsy18idbmekhzkzoi9wp93s09, 2024-05-09T14:21:35.868Z User 1];...

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