Share feedback, ideas and get community help

Can anyone help me to resolve the same - Getting "message could not been displayed error "
8 comments
B
D
Can't display in theme settings neither in the chatbot
Variable name = Valor da receita

When I use the input NUMBER when I put for example (50,30) or (50.30)



It automatically gives me the result of (50.30)

I want as a result = > (,)

Does anyone know how?
I put this variable before sending (50.30) to my Google Sheets, but it doesn't work!
{{ Valor da receita.replace(".", ",") }}
18 comments
A
N
!
Hi! Someone help me this plz...
i try:
Plain Text
for (let index = 0; index < $servicos.lenght ; index++) {
  return {{$servicos[index]}};
}


but don't worked...
27 comments
A
N
Hey folks 👋
I'm trying to connect GSheets to my self-hosted Typebot. After submitting the new OAuth-Client to Google Verification, they declined my application, because they didn't find a link to my privacy policy on my "homepage" (typebot login page). Is there a way to provide such a link on typebots login page ?
Cheers, Christoph
I use "Wait" block for 5 seconds and it didn't show the typing bubble. See my test bot here:
https://typebot.co/test-wait-block-q37oxwk

Is this normal?
"An error occurred while signing in" I've already done several searches and changes to the code, but nothing works, has anyone had this problem and has a solution?
1 comment
C
I didnt find any tutorial for intermediate user. i only find a basic one
1 comment
A
Hello,

I am triggering my Typebot using an N8N workflow that starts the bot with the following request:
https://viewer.pincloud.com.br/api/v1/typebots/waha-iurk3y9/startChat

I need to pass a phone number variable in the same way I do in this example:
https://viewer.pincloud.com.br/my-typebot-wcqeb1o?Telefone=555555555555

Is it possible to include this variable in the API request? If so, how can I do it?
Do you have any other suggestions on how to send this variable (which is already available in N8N) to the Typebot flow?

Thanks!
3 comments
M
A
Hi All, I am integrating Cal.com with Brazil Timezone.

Since I asked to typebot storage the variable scheduling information into a variable I receive something like this : 2025-02-14T16:00:00.000Z , that is nothing wrong with the information, but the meeting was scheduled at 13 , not 16. We are in different timezone , is there an option to set up a timezone in Typebot , or could I run some script to adjust that, anyone can help me on ?

Thanks
1 comment
A
Hi. I'm trying to listen to webhook but got stuck at finding Result ID

This is what I found

"Where {resultId} is the current user result ID. You can get this ID directly in your typebot flow using a Set variable block with the Result ID value."

"This will set your variable with the current result ID. The result ID is the ID that corresponds to a row of your Results table. It can be considered like a User ID for the currently chatting user."

I'm not really sure what that means or how to do that in the flow. Can you show me an example on how to do this?
1 comment
T
Please someone help me, it's something basic but I can't do it, how do I send a pdf?
1 comment
T
I tried doing this by updating the last row with values "" (empty values).. Does anyone have any ideas?
4 comments
T
N
A
I've just created a new bot, based on the Quiz template and I'm getting the error of picture 2 attached.. Find attached also the Chrome Developer Tools network trace screenshot with the error.

My connection is extremely stable, currently no network firewall is used for accessing typebot either.

Any idea what could be happening?

Update:

I've done some tests and the whatsapp channel works, but what doesn't work is the Web Version... not even for testing.

When I try to open the chatbot URL in another browser, even in my mobile, it times out...
14 comments
B
M
A
Hello,

I am running a website on WordPress and have embedded a specific Typebot into my WordPress-based site. Access to this embedded Typebot is restricted to logged-in users.

I distinguish logged-in users by checking whether they have a WP Email or not.

I would like to know whether this functionality can be applied to websites built on other platforms. Is it entirely impossible to implement this feature outside of WordPress? It is a very useful function, so I would really appreciate your insights on this.

Thank you in advance for your response!
4 comments
B
A
Hi everyone! 👋

I'm trying to modify the default behavior of links in Typebot chat responses. Currently, all links are automatically set with target="_blank" rel="noopener noreferrer", causing them to open in new tabs.

I need these links to open in the same tab (target="_self"). I've tried:
  1. Using MutationObserver to modify the links
  2. Injecting CSS overrides
  3. Intercepting click events
None of these approaches worked. Is there a configuration option or recommended way to control this behavior?
3 comments
i
A
One to collect the "value" and another "back" input to go back?
4 comments
B
N
T
Hi, im Giovanny from Colombia, im looking to connect my n8n RAG with Webhook using Typebot, i already get the user menssaje and the webhook response, but i get a problem when i was trying to show in the UI chat or typebot chat like the image.
I need some help Thanks💔 💔

Webhook details when user type:
{
"statusCode": 200,
"response": [
{
"output": "Hola, ¿cómo puedo ayudarte hoy?"
}
],
"request": {
"url": "https://n8n-n8n.jik.easypanel.host/webhook/XXXXXXX",
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"timeout": false,
"json": {
"message": "Hi, good night"
}
}
}
4 comments
G
B
a
I uploaded my desired bot background on Imgur.
When I fill the image URL manually in the Theme's Global tab Background "URL", the background is properly displayed.
However, when I use my defined variable {{bg}}, which I define as the very first block of the flow with the same exact image URL, and use {{bg}} in the Background "URL" field, it doesn't display it.
As you can see, the browser CSS thinks the actual background-image is the raw variable call.

I suspect a bug where the variable is not executed, therefore its value is never returned
5 comments
B
A
I'm making a map that returns several options and it stops at the twentieth option
1 comment
B
Guys, what's up?

I know that error 400 is well known, and I've always solved it.
This time, I've integrated a spreadsheet from google sheets, and it's giving me this error, I've been doing it for several days and I can't solve it.
I've rebuilt steck, I've redone the google configuration and I can't solve it.
I've looked at the documentation and nothing has changed, everything was supposed to be 100%...
if anyone has an idea and wants to share it
1 comment
A
Hello. I'm creating a bot that make a calculation based on the numbers the user type.

I can to the simple math using the block SETVARIABLE using this code: ({{money_spent}}/5.95122/1000)1000;

But I'd like to ROUND this number. I tried "math.round()", but it doesn't work. How can I solve this?
1 comment
B
I am facing a challenge integrating Typebot with Dify for file handling. Currently, Typebot is configured to send URLs from an S3 storage system I've set up. However, Dify is unable to read these URLs, even though they are public and I have the CORS policy open to any domain.

I would like to know if there is any recommended configuration or method within Typebot to address this issue. Is there a way to configure Typebot or the file exchange so that Dify can access these resources without any problems? Any guidance or recommendation would be greatly appreciated.

Thank you in advance for your assistance.
9 comments
B
N
20 comments
B
B
A
Hey everyone! 👋

I'm looking for the best stack to integrate Typebot alongside a live chat platform. The goal is to provide an automated chatbot solution while allowing human agents to seamlessly intervene when needed.

🔹 Has anyone successfully implemented this?
🔹 Which live chat platforms work best with Typebot?
🔹 What tech stack do you recommend for smooth integration?

Looking forward to your insights! Thanks in advance! 🚀
3 comments
W
a
O