Typebot

T

Typebot

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

Join

Token Verification

In this attached image, it is the VerificationToken database table. My question is, in the token column there is a token, is this the same token sent by email? to enter/register in the system?
No description

I broke it...I don't know what - Too many emails sent

I stupidly ran an infinite loop of sending an email with out any checking or preventative methods. I ended up spamming my self with 240 emails in about 2 seconds.. not geat, obviously got blocked by my email sender. I don't know if the server is still trying to process these but my CPU is now running at 100%, ive never ever got close to this before hand... I've tried restarting the app with docker compose down and up but it still seems to have an issue... - Has anybody else done something as silly as this and found out what it caused and how to fix it?...

Multiple-choice Flow Possibilities

Hey guys, I want to do a flow like this: one column with multiple-choice options, where all or any of these options can lead the user to one message, and the other column with one-choice options that lead the user to another message. Is this possible?
No description

isPreview prop NextJs not working?

I'm trying to test the typebot on my NextJs website, but when I try to use it with the isPreview prop I get the following error: ``` An error occurred while loading the bot. ...

Theme/Style Settings Not Reflecting in NextJs Components for typebot.io?

I've been adjusting settings within the theme section of typebot.io, but I've noticed these changes aren't being applied within my NextJs components. Is this expected behavior, or might I be overlooking something? Missing some props maybe? I didn't see any prop that would solve this problem besides implementing myself the style? To detail the adjustments I made in the design, I'm including the changes and how they appear on the typebot.io page and in the NextJs component, where it seems to revert to the default style. I experimented with both the Standard and Popup options, encountering the same issue with each. Below are some of the configurations I tried:...
No description

Basics Bugs

Good evening, sorry for the English... I'm trying some problems with Typebot, I installed it on a vps, everything's ok so far, but when I try to attach an image it doesn't attach to the stream, and when I try to send a pdf or video the message isn't sent to the user, another bug that what's happening to me is when I create an input for the user to register the name, it registers, but when I call the variable {{name}} in the flow it doesn't enter the user's name, it's blank, I'm new to this software....

Seeking Developer with Typebot Experience for Integration Features

Hey everyone, I'm running a training program that teaches ordinary people how to create AI assistants. I use Typebot to build and teach the automation flows with AI. However, I've been wanting to create some features to make integrations easier. Currently, I use make.com for them, but I'd like to have them natively in the Typebot that's running on my server....

how to get city name of user?

I see a bot that get city name and say (gpt whisper) but, I don't know how. I imagine that works using some info from connection....

Timezones not working

With the Set Variable block I'm trying to save the current date time using NOW and the Timezone ART (Argentina Timezone UTC-03:00). However, in a test run, when the local time was 2024-03-24T10:45:51 (Argentina Time) in the results the variable appears as "2024-03-24T15:45:51+02:00". Any guess why?

Script - I Can´t get typebot variable value as JSON Object

Hello guys I need your help. I execute a API and save the response (a JSON) in a variable named "resultados". In the next script block I have a javascript to perform this json get some information saved in a variable "resultString ". how typebot save a variable as json object? As I read all variables are save as string. I tried with JSON.parse but continue with erro. How typebot indentify a json object. this code if I run in a JSFRiddle run successfully ...

api get data

How can I get data from a specific user and flow from typebot selfhosted via api?

cors question

Hello, is there a way to disable the self-hosted typebot's cors or allow another url besides its own?

Connect ECONNREFUSED

I am facing the following error when I run an OpenAI block in a new self hosted typebot installation: ```{ "status": 500, "body": { "message": "connect ECONNREFUSED 179.182.110.148:443",...

Disable Typebot from starting in WhatsApp immediately

I have the evolution-api and typebot connected to it. Is there any way to activate n8n first and then typebot ? I'm trying to do a few things here but typebot always jumps ahead If I can make typebot wait for n8n to process evolution's webhook first, I would be able to validate the database before...

404 No thread found

Im geeting this error after button selection.Kindly help. { "status": 500, "body": {...
No description

Unable to startchat

It fails with the chats we have installed via cdn script into a page
No description

HTML & Javascript implementation - how to check if it loaded correctly

Hi there, I had an issue earlier today where my embeded Typebot was not loading and I was getting the error: Error! Couldn't initiate the chat. () ...

Variable Assignment Issue Across Bot

A variable has been assigned within the bot, but I'm unable to access it in another group. I've attached a video demonstrating this issue.

Variable Mismatch: Discrepancy in Display and Value Passing

The variable is initially assigned within the block. Although the text bubble in the flow reflects this variable, a different value is being passed to the results/logs and in the API call. A video demonstrating this issue is attached.