drippingfist
TTypebot
•Created by drippingfist on 3/11/2025 in #help-and-questions
Tracking visitor attribution
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?
3 replies
TTypebot
•Created by drippingfist on 2/24/2025 in #help-and-questions
Can I make a hyperlink in a text bubble a variable?

7 replies
TTypebot
•Created by drippingfist on 1/31/2025 in #help-and-questions
DeepSeek R1 on Groq
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.
2 replies
TTypebot
•Created by drippingfist on 12/18/2024 in #help-and-questions
Can anyone help with an example of how to save a file to an s3 bucket?
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.
4 replies
TTypebot
•Created by drippingfist on 12/3/2024 in #help-and-questions
Links from GPT Assistant opening in a new tab. Is there any way to have them open in the same tab?
I tried using a target="_self" but it doesn't work.
5 replies
TTypebot
•Created by drippingfist on 11/26/2024 in #help-and-questions
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? 🙏
3 replies
TTypebot
•Created by drippingfist on 7/2/2024 in #help-and-questions
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!
2 replies
TTypebot
•Created by drippingfist on 6/25/2024 in #help-and-questions
Youtube videos not working
Youtube videos seems to be broken.
5 replies
TTypebot
•Created by drippingfist on 6/25/2024 in #help-and-questions
Displaying SVG
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
3 replies
TTypebot
•Created by drippingfist on 6/18/2024 in #help-and-questions
API Stats Call Question
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?
2 replies
TTypebot
•Created by drippingfist on 6/7/2024 in #help-and-questions
Send email node. I have a variable called {{chathistory}}....

7 replies
TTypebot
•Created by drippingfist on 6/4/2024 in #help-and-questions
OpenAI - Assistant List Limit

6 replies
TTypebot
•Created by drippingfist on 5/29/2024 in #help-and-questions
Using timefilter: today in the list results result API call
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
5 replies
TTypebot
•Created by drippingfist on 5/9/2024 in #help-and-questions
I'm using the append function to add llm response, timestamp and usermessage to a variable

7 replies
TTypebot
•Created by drippingfist on 5/4/2024 in #help-and-questions
How can generate a random number variable from 0.1 - 9.9?
Can I execute javascript in the set variable logic? Like:
const randomValue = Math.random() * (9.9 - 0.1) + 0.1;
console.log(randomValue);
4 replies
TTypebot
•Created by drippingfist on 5/3/2024 in #help-and-questions
Typebot.io results question
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.
2. 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.
8 replies
TTypebot
•Created by drippingfist on 4/24/2024 in #help-and-questions
Using a hyperlink to jump the flow

2 replies
TTypebot
•Created by drippingfist on 3/27/2024 in #help-and-questions
Using the chatnode integration, is there a way for typebot to show the sources (a chatnode feature)?

1 replies