nefer_l
nefer_l
TTypebot
Created by nefer_l on 2/27/2025 in #help-and-questions
Text Bubble - Text Alignment Inconsistent
Good call! I didn't consider the page CSS can effect Typebot. What was odd is that it happened on elements with an attribute of data-element-type="p" I added custom CSS in my Typebot and seems to work:
[data-element-type="p"] {
text-align: left !important; /* Ensure left alignment overrides any existing styles */
}
[data-element-type="p"] {
text-align: left !important; /* Ensure left alignment overrides any existing styles */
}
Hope this helps someone šŸ˜„
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/22/2025 in #help-and-questions
Understanding Object Parsing in Typebot
Thanks for looking into this, @Anthony. It would be nice to save a JSON object as a Typebot variable instead of parsing it every time. You're right. I'm doing a GET request from my database and need to parse a JSON object that's a string so I can execute an operation on it in Typebot and then do a PATCH request back to my database.
5 replies
TTypebot
Created by nefer_l on 1/15/2025 in #help-and-questions
Execute a script when user abandons chatbot flow?
Update: I found a suitable solution. I ended up using an external service (ActivePieces) that monitors my payment queue. It's only job is to clear the new user when they reach the payment queue. It gets the job done for now šŸ™‚
8 replies
TTypebot
Created by nefer_l on 1/15/2025 in #help-and-questions
Execute a script when user abandons chatbot flow?
Hey Anthony šŸ‘‹šŸ» You're right. Refreshing the page doesn't remove the user from the array (queue).
However, when the user goes back to their email and clicks on the link with the two keys I provided them, they start the chatbot flow, then I immediately clean out their keys (ids) from all arrays they are included in. This helps me manage the queue and keep it in the order of First In, First Out. For context, I'm emailing the user a link with two url parameters like this: domain.com/page?id_a="111"&id_b="222" id_a and id_b are the keys to start the chatbot flow. If a user refreshes the page, the keys will not be included and the user will get a message to go back to their email and click the link to start the chatbot.
8 replies
TTypebot
Created by nefer_l on 1/10/2025 in #help-and-questions
Removing an Image Bubble On Button Input Click?
YES! THANK YOU! šŸ™ŒšŸ»
6 replies
TTypebot
Created by nefer_l on 1/7/2025 in #help-and-questions
setTimeout Script Help
Really cool, I didn't know I could mark as solved šŸ˜…
9 replies
TTypebot
Created by nefer_l on 1/7/2025 in #help-and-questions
setTimeout Script Help
Good call! 🌟 Solved by @Anthony
9 replies
TTypebot
Created by nefer_l on 1/7/2025 in #help-and-questions
setTimeout Script Help
No description
9 replies
TTypebot
Created by Pri on 8/1/2024 in #help-and-questions
Error: This bot is now closed.
I got the error "This bot is now closed." when I use the unconfigured Stripe block. A more descriptive error message would be helpful.
3 replies
TTypebot
Created by nefer_l on 9/7/2024 in #help-and-questions
Dollar sign is not printed in text block - ${{variable_name}}
I tried that and the space is printed like $ 9.99
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 5/15/2024 in #help-and-questions
Duplicate chatbot reply
I understand now. Thanks for explaining!
4 replies
TTypebot
Created by Rafael Milagre on 3/25/2024 in #help-and-questions
Seeking Developer with Typebot Experience for Integration Features
No description
7 replies
TTypebot
Created by Rafael Milagre on 3/25/2024 in #help-and-questions
Seeking Developer with Typebot Experience for Integration Features
I might be able to help šŸ™‚ Echoing Baptiste...What do you need to integrate with?
7 replies
TTypebot
Created by nefer_l on 3/5/2024 in #help-and-questions
Google Sheets Typebot Block Bug?
Thank you! The problem was that I had a duplicate header column name.
3 replies
TTypebot
Created by JM on 1/6/2024 in #help-and-questions
Elevenlabs Integration
I don't have a tutorial on this one, but I did try Eleven labs a while ago. If I remember correctly, I wasn't able to stream the audio response into Typebot but rather had to save the response as a file, capture it in the Audio Block, and then the user would have to click on play to hear the audio.
8 replies