Share feedback, ideas and get community help

D
F
M
a
g
Members
Abdullah
A
Abdullah
Offline, last seen 2 weeks ago
Joined September 13, 2024
I just updated the bot with some static variable but it seems the whatsapp session is still on old version? i deleted the submission from the results tab but it still seems to be on the same session?
4 comments
T
A
B
is window not accessible for inline javascript injection using text bubble

Use case: multiple languages (if there is a better way let me know, currently i am setting a single variable using setblock and getting value to it but as you think, it is not efficient and clean at all)
5 comments
A
B
Just updated to latest version of typebot and file blocks have broken.

The private visibility works file but I need public url.

Upon checking the logs, and minio, the file is being uploaded to minio and the file url is retrieved by the continueChat call.

The bucket policy is public FYI.
8 comments
A
B
Create an option in typebot settings to enable or disable the features such as sending email, uploading to work in preview.

Or enable them fully?
3 comments
B
A
using minio as the storage service and the variable does not have the full url?
file is being uploaded just fine
checked network tab and there the request response has full path of the file

[image context: there is no text after clps but the path goes furthuer to clps.../result/.../file.x]
7 comments
A
B
leaving out the id field causes the block to not run with the follow error:

Script threw an error: SyntaxError: Unexpected token ','

upon checking the script, it seems there is an issue:
as u can see the setUser function is failing as there is a , with nothing before it.

Is id necessary? it should not be since it should be able to generate its own right?
1 comment
B
Is Typebot only limited to a flow specific bot or is there a feature or plan to include human intervention such as:

Being able to move from the flow to an actual human customer support chatting with the client.

Pretty much a customer live chat
14 comments
M
V
A
V
L
Usecase: Resturant Menu Ordering System

so the issue is right now, if you want to place an order through type bot
the customer must first see the menu items
and to display them, you will have to create pic choice block for each one manually

Proposed:
A Dynamic Pic Choice Block
  • takes in array as input and will automatically display all the choices by creating some kind of:
dataset[itemindex]["label"]>label
dataset[itemindex]["pic"]>pic
  • whatever choice is choosen, either we can save its full json data in a variable or just the id
4 comments
B
A