Typebot

T

Typebot

A place to connect with chatbot enthusiasts. Learn about bot building best practices and discover new content.

Join

Posting number to a sheet as a string cuts/eliminates any leading zeros

I am using randomly generated numbers in a google sheet to create customer/user IDs to track things. My script creates random 10 digit numbers- and it works great BUT when the number in the sheet has leading zeros, and I pull that into typebot, typebot gets it with the leading zero- then when I put it BACK in the sheet, the leading zeros get cut off by default. So it seems typebot will GET as a string but POST to the sheet as a number maybe... (or the sheet interprets it as a number...) Then when I try to find the value in the sheet to modify row values, it is searching with the identifier with the leading zeros but in the sheet the number doesn't have leading zeros so it never finds the row. I am going to limit my range to only leave non zeros as the first number (start at 1000000000) for the range, but I still think this is kind of a bug. Not sure it needs to be addressed, but maybe an option to get the data as a string or get it is a number. What do you think Baptiste? Not a big deal if this is not a priority. Just found it and wanted to report it....

WhatsApp Integration error

Guys, anyone has already see this problem? I've make the integration with WhatsApp and published, but the bot do not receive any messages.
No description

How to access typebot postgres by installing easypanel.io?

Hi, How to access typebot postgres by installing easypanel.io? Looking in the documentation I didn't find any references on how to do it....

WhatsApp Files

Hey, how can I handle files received from WhatsApp? The return is like this: api/typebots/{typebot-id}/whatsapp/media/1098499364564031 but i don't how can I get the whatsapp file ou whatsapp file url...

Perplexity AI

Is there a way to connect to Perplexity AI?

Chrome alerts phishing when clicking on magic link

The route /api/auth/callback/email?callbackUrl= for some reason presents a Google Chrome phishing message. After clicking, and returning to the main website without authorizing Chrome, I am still connected....
No description

whatsapp connection

I have a typebot connected to WhatsApp, and there are 2 problems with it. 1. The bot only responds to the second message it receives, 2. Sometimes the bot seems to send same message over and over again. (Basically the bot communicates with an AI agent on another server through a webhook.) How can I fix this?...

Webhook Timeout

Hi @Baptiste sorry should have posted here. So I got a webhook and changed the timeout to 60 seconds but 10 seconds into the text I get this error
No description

Buttons CASE bug

Ok, so this is one that probably isn't THAT important but seems to be a bug nonetheless. If I have button module saving to a variable, and one of the choices is: TRUE ...

How to "Force Download" image (instead of open in tab)?

I have a button that opens a Jpeg image but I would like it to download it to the users device instead. Is there any way to do this? In html I would do something like this: <a href="mysite.com/image.jpg" download>Download</a>...

browser problem

Good evening, how are you? Can anyone help me please? My flow is working perfectly, but when I use the standard MI BROWSER browser on the Android system, it freezes in the middle of the flow, can anyone help me?

Update domains

Guys, I did some tests by publishing a docker on my local network. Now I linked a DNS and wanted to send my bot to some friends to see. The viewer is working, the builder is working too, but the bot presents errors due to referencing the local IP of the network. Even after publishing a bot, the link presented in "Your typebot link" presents the local IP for access....

Remember User - Unexpected Issue

I can't say for sure if this issue existed prior to the new functionality where the chatbot remembers the user's place in the session. I saw another post about theme changes not being reflected and I wonder if this is along the same lines. Essentially, I'm changing some API connections in one of my typebots to pass different information via the header (authentication, basically). These changes are not being reflected for anyone who currently has an active session. But the problem is that I can't...

API does not return the share link

In the apis, I didn't find any that returned this link is there any? Or do I have to do a manual function to capture this? because I saw that it takes part of the bot's ID....
No description

Typegot down?

@Baptiste Is it just me or Typebot is down at the moment? Typebots installed on my websites also show server error....
No description

Removing an orphaned Oauth Account

I had a client added into a workspace, and their account on the azureAD side was deleted due to an issue over at office 365 and we used the same email address. but now when they try to login they get this "To confirm your identity, sign in with the same account you used originally." anyone have any ideas on what's going on here?

Error! Could not reach server. Check your connection.

All of my bots are getting this message when I attempt to test them
No description

new features for Typebot

@Baptiste wants to add new blocks such as: Webhook block for typebot to listen to requests and events from other applications. Block to extract base64 from file....
No description

Better way to get a session user data at a new block created by Forge(create-new-block)

I'm creating a new block using forge and at my action file I want to get the email from the user who is logged. I try to get some approches copy by other files in the application, but, I've get some errors. What's the best approche in this case?
No description

Not receiving plainText, only richText from continueChat

Hi! How can I get plaintext from response in typebot official host? I'm only receiving richtext :/ Should I configure something or can I create some type of middleware?...