nefer_l
nefer_l
TTypebot
Created by nefer_l on 2/27/2025 in #help-and-questions
Text Bubble - Text Alignment Inconsistent
No description
7 replies
TTypebot
Created by nefer_l on 1/22/2025 in #help-and-questions
Understanding Object Parsing in Typebot
No description
5 replies
TTypebot
Created by nefer_l on 1/15/2025 in #help-and-questions
Execute a script when user abandons chatbot flow?
I encountered a problem where a user abandons their chatbot flow (ex: closes their tab). Since I'm managing a queue of users to perform an action (make payment) with an array, their position in the array gets stuck there. With my current chatbot setup, the only way a user can get removed from the array (queue) is to restart or complete the chatbot flow. Btw, I'm managing the queue via API calls to my database using Twidget.io. With Typebot, is it possible to execute a script when a user abandons their chatbot session? Something like an event listener? I would love to be able to execute a script to remove the current user from the array (queue). Thanks!
8 replies
TTypebot
Created by nefer_l on 1/10/2025 in #help-and-questions
Removing an Image Bubble On Button Input Click?
No description
6 replies
TTypebot
Created by nefer_l on 1/7/2025 in #help-and-questions
setTimeout Script Help
Use Case: I want to give a user 60 seconds to make a payment when they get to the Stripe block in my Typebot flow. I couldn't find a clean solution to this, so I was experimenting with the Script block and setTimeout JS Window method. Here's the problem I encountered: I'm trying to start a "timer" with setTimeout to refresh the page using the Script Block and then cancel the refresh in a subsequent Script block after the user clicks on a button. However, when I run the Script block to cancel the refresh, it doesn't do it. It works fine when I run this same exercise in the Chrome Dev Console. Please see my screen recording: https://youtu.be/hGkqJ_sqb50 Any suggestions?
9 replies
TTypebot
Created by nefer_l on 9/7/2024 in #help-and-questions
Dollar sign is not printed in text block - ${{variable_name}}
No description
4 replies
TTypebot
Created by nefer_l on 7/24/2024 in #help-and-questions
I couldn't replicate the Vision demo
No description
5 replies
TTypebot
Created by nefer_l on 7/15/2024 in #help-and-questions
How long are images stored for when uploaded to Typebot?
Do images expire after a certain amount of time when uploaded to Typebot? Example: https://s3.typebot.io/public/workspaces/cl364qm9i330628gcp0iqukihk/typebots/clxi6fnne0011ih7g3xpmnct4/hostAvatar?v=1720826370657 Thanks!
4 replies
TTypebot
Created by nefer_l on 7/15/2024 in #help-and-questions
Is the "Generate Variables" the same as "Tools > Function"?
No description
3 replies
TTypebot
Created by nefer_l on 6/17/2024 in #help-and-questions
Video Bubble - Instagram Reel support?
Are there any plans to add video support for Instagram Reels in the video bubble? For example, this video doesn't play: https://www.instagram.com/reel/C8DCETLNl_6/ (Thanks for adding support for Youtube Shorts!)
3 replies
TTypebot
Created by nefer_l on 6/16/2024 in #help-and-questions
Youtube video URL parameters get removed in video block
I can't use Youtube videos with a timestamp because the url parameters get removed in the video block. For example, the following video with timestamp gets converted from this: https://youtu.be/jp3ggg_42-M?si=odSPjCb4SbCydIDZ&t=91 to this: https://youtu.be/jp3ggg_42-M
4 replies
TTypebot
Created by nefer_l on 6/16/2024 in #help-and-questions
Feature Enhancement Request - Support Youtube Clip URLs
The video block doesn't support Youtube clip urls, like this one: https://youtube.com/clip/Ugkx2_g6ZzgO1XlELQEjt4m3C24554t3DuAv?si=Br2NXIHAJdkOv_pD
3 replies
TTypebot
Created by nefer_l on 5/15/2024 in #help-and-questions
Duplicate chatbot reply
No description
4 replies
TTypebot
Created by nefer_l on 3/5/2024 in #help-and-questions
Google Sheets Typebot Block Bug?
I'm hoping the group can help me figure out an issue I came across... For some reason, the Google Sheet Typebot block isn't populating all the worksheets (tabs) from my Google Sheets workbook. For example, I have a Google Sheet workbook with 4 worksheets, however, the Google Sheets Typebot Block is only showing 3 worksheets. I'm a bit puzzled because this was not an issue until today. Because of this, I suspect a recent update broke something with Google Sheet Typebot block. Anyone else experiencing this issue?
3 replies
TTypebot
Created by nefer_l on 11/30/2023 in #help-and-questions
Typebot API
Is it possible to create a Typebot (let's call it Typebot A) that intakes user input and then sends to another other Typebot via API to process data and then return a response to the original Typebot A?
7 replies
TTypebot
Created by nefer_l on 11/24/2023 in #help-and-questions
Exploring Inline Variable Formatting
Cool new feature announced by @Baptiste yesterday: You can manipulate and format your text bubbles using JavaScript or "Inline Variable Formatting". Discover how to create a fallback solution within your chatbot flows to prevent awkward blank spaces when variables are left undefined. Better understand the concept of a ternary operator in JavaScript and how to implement in TypeBot. https://youtu.be/8Il-SEJplYY
4 replies