Typebot

T

Typebot

Join the community to ask questions about Typebot and get answers from other members.

Join

Chatnode

I have a problem with the chatnode integration that I believe is related to timeout. When I ask questions that usually require more time, I don't receive a response. Is there a way to extend the timeout period?

isolated-vm - memory file not found - MacOS

If you encounter this issue, here is a fix:
/Users/xxx/Library/Caches/node-gyp/21.6.2/include/node/v8.hfatal error: 'memory' file not found
/Users/xxx/Library/Caches/node-gyp/21.6.2/include/node/v8.hfatal error: 'memory' file not found
sudo xcode-select -s /Applications/Xcode.app
sudo xcode-select -s /Applications/Xcode.app
fixes it!...

Unable to set background image using a variable

New bug issue - am unable to use the variable selector to set the image link for the background under Theme settings https://github.com/baptisteArno/typebot.io/issues/1755...

Error! Couldn't initiate the chat. () & Error! Could not reach server. Check your connection.

Hi, I had an issue on my Oracle VPS Ampere flex and I had to re-install my docker again.... Due this is issue, I was forced to recreate my typebot containers again using the latest version, but I found the following issue in my builder and my viewer. Reading the on the #self-hosters and related topics, the solutions seems to be easy, I just need to declare the NEXTAUTH_URL for both instances. But it's not working on my case :/...
No description

Accessing keys inside keys in a JSON variable.

sample JSON - ``` { "o_key": { "i_key": {...

Recurring payment from Stripe: Possible?

Hi everyone, is it possible to make the payment block accept a recurring payment/ subscription from Stripe? From what I can tell, we can only do one-off payments. Keen to hear your thoughts? #payment #stripe...

Audio Recording S3 URL has Incorrect Metadata or is Encoded Incorrectly

Hey Typebot team!I've been working on a bot that records audio within Typebot, and I use the S3 URL of that audio file to transcribe the voice via the Salad transcription API. It was working fine until recently, but now I'm encountering an error with the Salad API.I reached out to Salad's Discord community, and their team investigated the issue. ...
No description

permission error (react-webcam.tsx:286 [Violation] Permissions policy violation: camera is not allow

permission error (react-webcam.tsx:286 [Violation] Permissions policy violation: camera is not allowed in this document.) when enabling the webcam on my site embedded in typebot. Is it possible to resolve?

Phone Country Code Logic / Conditional Issue (HELP!)

Hi everyone. I am having an issue, I am afraid, is becuase I am so new to this. I dont think this should be this hard, but here I am. Please watch the video and let me know if you can help me 🙂 View issue here: https://www.loom.com/share/f2e49d9ca1654a17b5d07edb5ef14d00?sid=2add3779-04d4-4a52-bd5f-0f650c1ac234...

HTTP request sending "dummy data"

Hello! So when setting up my HTTP block in the AI Loop configuration, why is HTTP request sending "dummy data"? After my first in input (responding to hello block) here is the response I get from HTTP block : {...
No description

How to pass context into a request?

Hello everyone, a question: Say I added typebot to a wordpress site and set the Remember me setting to True. So the chat continues as the user is navigating through the pages. Is there a way to know in Typebot which page the user is currently on? i.e. it would be great if we can know the context where the user is operating to decide next action. Is there a way to do it? Regards...

2 Questions on Date input field

Hi there, Even the formatting is set MM/dd/yyyy It is displayed as dd/mm/yyyy in the UI. Is it possible to have time and am/pm as selection in the field? Currently users type the time which is not ideal. Users do not have the option to select am/pm....
No description

WhatsApp: Customers messages messing the flow

Hey guys! Is there a way that I can prevent my customers messages stop messing with my flow, here's how's working! Type bot: Message 1: Hey How Are You! Pleasure to speak with you, please save my number! Message 2: I'll be presenting you our product and we wil be going to the prices ok?...
No description

Send message by hitting enter on keyboard

Hi there, is it possible to modify the send button of the chatbot so hitting enter/return on the keyboard will send the message?

Get option on Whatsapp list

Hello, I'm trying to send a list with the WhatsApp API, but when I select a list to send, I don't receive any response, what do I do?
No description

Delay for the bot to respond on WhatsApp

Hey @Baptiste, how are you? So my boss is complaining about how long it takes to respond to him after sending any message to the bot for the first time on Whatsapp. Regardless of the sequence, this flow the bot sends a message after 10 seconds, however, when I put "wait" and "pause flow" the response takes 2 seconds to respond, but the flow restarts, it is possible to make this flow respond to the message first. welcome and wait to make the request? When I put wait 4s, it still doesn't just send...
No description

Hi there. Is there any way to avoid/block some types of files when uploading via typebot?

I need to allow only pdf and docx to be send via typebot. Is it possible?

there is any api to selfhosted for user managment?

i'm needing to create user, create workspaces, with diferent tiers, and an api to send the user link to login directly to a webpage i didn't find thos api info into the official doc, there is any other doc about the api for deeper managment?...

Send Data from Zapier to AI Loop in Typebot

So I've been extensively looking at documentation but I cant seem to solve this issue : how can I configurate my typebot AI Loop block to check google calendar for availability and the proceeds to booking the event in google calendar if requested timeslot is available? So my current Typebot setup (see screenshot - typebot setup) collects the the users input (date, time, email) and stores them as variables and then sends this data through HTTP request via webhook to zappier. Time and date is sent to Zapier and runs through Zapier flow (see screenshot - Zapier Flow setup). The Zapier flows does the job by checking time availabilty in google calendar. If timeslot is available, it then proceeds to booking the meeting using the variables. BUT, ...
No description

User management on self-hosted

How can i see the accounts registered in my self-hosted typebot? How can i remove them?...