Typebot Handling Voice Message From Whatsapp
hello!
i am building an AI agent in typebot. if i just wanted it to handle text messages, it would be very simple (just a collect text input from user, send it to an openai assistant and then send the response). but i need to build a whole other system behind the scenes to enable it to handle voice messages from the user and even images.
i would do this through n8n sending the info from typebot and then if its an audio i would send it to chatgpt whisper to transcribe it and send it over to the original openai assistant and if it is an image i would send it to a chatgpt to analyze the image and also send it over to the original openai assistant. (the simple logic is this)
but the problem is, the voice messages and images, when coming from a text user input, typebot saves it as urls. these urls are files with the format .enc (i had never even seen this before.) apparently it is also hard to convert it to other file formats (i would need to convert it to mp3 and jpeg, for example).
...
Go back to questions
If a participant is filling out the survey is there an option to go back to a previous question if they want to? Let’s assume they made a mistake and they want to go back is there a way? Like in other survey tools
Error while updating typebot
Found newer version of the typebot in database
Unexpected token 'B', "Bad Gateway" is not valid JSON
I kept getting these 2 different messages above, any way to rectify this @Baptiste?...Restart the chatbot conversation in whatsapp
How to trigger restart the chatbot conversation like how we have it in test view. Once affter chat session ends, can we restart the session, so that user can initate the flow from afresh
#restart
#restart whatsapp...

typebot down
Hello everyone,
I know that there are problems with typebot domain but also all my bot with custom domain are down .
No one has same problem?...
Dify block not working in whtasapp, and cannot choice bots agents or chatflows.
Hi , coming from version 2.24.1 to 2.26.1 and the dify block not connect in whatsapp.
Inside typebot web preview is working well.
Someone Help?
Thanks...
Any Way to Generate a Chart?
I would like to ask the user for a bunch of info (data) and then output chart for them at the end. Any way to do this, via an integration maybe?
Jump to block with sdk
Can I use JavaScript to jump to a specific block of an embedded Typebot from the main website?
Flow built in Brazil does not work in the USA
Hello,
My flow is working normally here in Brazil. However, for users in the United States it does not work.
Do you know what it could be?...
Self-hosted pricing?
Hey everyone! I am running Typebot in kubernetes and everything is working just fine. I am authenticating via Google. However, I am not being able to add more members to the workspace and have only 200 chats. Where do I find the pricing for self-hosted licenses? Is it the same price as the cloud plan? I could only find this page but I am unsure if this is for self-hosted? https://typebot.io/pricing
The documentation says self-hosted does not have any fee so I am confused. Can someone help me clarifying?...

I need to shuffle the order of a block of multiple choice buttons. I trying this:
Block to setVariable
Block with shuffle script
Block to show the options.
`...

Is typebot data on AWS encrypted?
I mean, in the cloud version. And if so, can you provide any more technical details (client question).
Is data sent from the bubble bot to AWS encrypted? Thanks!...
External Login Integration
Is it possible to log in externally via link or via api using the token and account id?
OpenAI speech: An error occurred while loading the bot.
Error:
An error occurred while loading the bot.
`{
"status": 500,...

Data - Formatting for collection and storage
Hello people.
Currently, from what I understand, using Bubble Date, it is possible to format the final result of the date entered by the user, which is very good. But, can you also force this formatting when the person enters the date? I ask because in the tests I've been doing, the date is always requested in the format of my computer's settings (mm/dd/yyyy) and not in the format I want (dd/MMM/yyyy), however, the final result is in the format which I want, but as I use it with people who use it in two formats (US and BR), there is an inversion of the month position and ends up causing problems/confusion. 😅...
Streaming not working with OpenAI block
Is OpenAI streaming responses not working for anyone else? I believe I have setup my typebot correctly and streaming is still not working.
Do I need to make some other configuration? Currently at latest version (2.26.1)....

Change Theme Settings during the flow
Hey guys! Is it possible to change the bot avatar picture during a workflow execution?
I thought the "jump in to other typebot" block would import and change the theme settings too, but it seems to only change the next blocks...