Share feedback, ideas and get community help

Home
Members
drippingfist
d
drippingfist
Offline, last seen 5 days ago
Joined September 13, 2024
Central Time Zone is GMT -5 not -6.
1 comment
A
I need to be able to track how a visitor that opens typebot chat got to the website. Is there a way to pass this information into typebot upon initialization?
1 comment
B
if {{profile}} is a url of a profile, can I have it show profilelink:{{profile}}
5 comments
d
B
I've been playing around with deepseek R1 on groq in typebot and it works really well generating at about 275 tokens / second.

It's so fast that I think it would work well enough to only show the output (not the chain of thought, thinking section). I guess I could do that with a regex but it would be better if it was an option in the groq integration module.
I'm using an api that outputs svg code. I want to save that as an svg file in a s3 bucket so I can then display it in an image bubble.
2 comments
B
3 comments
B
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? 🙏
1 comment
B
We've deployed typebot as a widget on websites. Is there any way to not reload the chat when a new page is opened. So the chat is persistent across multiple web pages?
7 comments
B
M
d
The bubble chat doesn't display. I get this error in the console.
12 comments
s
B
d
s
What should the format be?

vimi.co
https://www.vimi.co


No matter what I try the bot is not found.
7 comments
B
d
Youtube videos seems to be broken.
4 comments
B
R
I get an SVG returned from an API call. Is there any way to display the SVG inside typebot as an image? Or is there a sensible middle step to get this to work?

E.g. Attached
2 comments
B
W
If I run this every day at 1am would it only return results from 00:00 - 01:00?

https://docs.typebot.io/api-reference/results/list
4 comments
B
d
!
Can I execute javascript in the set variable logic? Like:

const randomValue = Math.random() * (9.9 - 0.1) + 0.1;
console.log(randomValue);
3 comments
d
B
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.
  1. 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.
7 comments
B
d
Is there a way to use a hyperlink text to jump to another part of the flow. For example here, if I want clicking Get Aia to jump to group #8?
2 comments
B
d
Trying to create a new thread in chatnode using the integration but it doesn't work for me at the moment.
17 comments
d
B
I had it working briefly but now I get this message: "Invalid message. Please, try again." Is this error from whatsapp or typebot? Any advice?
14 comments
d
B
a
So for example, the first two questions are preset but I would like the user to be able to enter text in third button like text box. Is this possible?🙏
4 comments
d
T
B
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!
1 comment
B
I get the results of the stats

Json values read: {
"totalViews": 55,
"totalStarts": 34,
"totalCompleted": 1
}

How exactly is a view counted compared to a start?
1 comment
B