Share feedback, ideas and get community help

I have a flow where is needed to book an appointment, this is already working but customer asked to improve this flow in order to cancel appointments or even reschedule through typebot.I was wondering to use a webhook in order to see events on cal.com, but i really don't know how to begin to do it, someone can help me ?
Hi, guys.

From time to time I'm getting the following error executing some of my bots:

Plain Text
{
    "message": "Isolate is already disposed",
    "code": "INTERNAL_SERVER_ERROR",
    "data": {
        "code": "INTERNAL_SERVER_ERROR",
        "httpStatus": 500,
        "path": "continueChat"
    }
}


Here's a video of the issue happening: https://streamable.com/6lbk0a

This error also shows up when I try to test a bot, as seen on the image attached.
Guys, I have a form made in typebot that is working, but I don't remember which email I created the account with. I have already accessed typebot through all the accounts I could have created and this form is not there.
Do you know if I can find out which account it belongs to with the form link?
My typebot has stopped working.
When I try to access it, the message appears:
An error occurred while logging in

Any solution?
1 comment
B
My typebot flow was blocked due to suspicion of fraud, however, my flow is a lead qualification flow that comes from Facebook Ads and my type of service is true and works. In this case, I work with Limpa nome in a judicial manner, here in Brazil. Also, there is no sensitive financial data.

My typebot: https://typebot.co/itt-consultoria

My business: Name clearing service before you pay or negotiate your debts, all this through a judicial process that goes through the second instance in res judicata
3 comments
A
B
b
I have Typebot installed on my VPS and I configured it to connect to Google Sheets. I noticed that after a while it doesn't input data into the spreadsheet, I need to reconnect. How do I fix it?
3 comments
B
r
Hi, is it possible to create a variable to save a block of text generated from previous flow? Please see screenshot for example.
1 comment
A
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
6 comments
B
C
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?
1 comment
B
"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
2 comments
A
S
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