Typebot

T

Typebot

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

Join

Is it possible to pass variables from one flow to the other?

I would like to know if it is possible to pass variables from one Flow to another. To avoid making it big and confusing, I'm creating a bot and breaking it into different flows and using the Typebot card to link one flow to another. So I would like to know if it is possible or not....

http request multipart/form-data

I need to send a file via API to an external API. This API receives via body of the multiform type. How do I send this from the typebot http request node? Folow Curl curl -X POST 'https://di.xxxxx.com/v1/files/upload' ...

GDPR Compliance without jsdelivr

The script for the typebot fetches a web.js from jsdelivr. To have less issues with GDPR I'd rather self-host that file. Technically this works fine. My question would be: would that be ok according to Typebot terms?

The insert row GSheet always overwrites previous row

The insert new row of Google Sheets overwrites previous row

Problem causing data loss

I was creating a chatbot for testing, until I decided to test the email feature. It worked like a charm, I received the details in the email with a link to see other sessions. I clicked on that link and from there I went to my flow, I made a lot of changes. A lot of changes indeed, so with my thousands of tabs open, I clicked on the tab I was using before clicking on the link in the email. And unfortunately for me, she over-wrote everything I had created....

line break in button

Hi, How can i add a line break in a text inside button?

How To identify a Currently User?

Hello Folks, I am trying with no sucess a way to identify the user, when they come to my typebot and chat again, I came with name and phone number, and jump the user directly to the menu, without questions to identify him, I can user google sheets or database, wherever, but I dont know how to do that, I have started last week to use this awsome tool. thanks.

URL Link in Text Bubble always open in new tab.

So I have inserted a link in the Text Bubble which links to a different page on the same website.. When the user clicks on the link, a new tab pops up. Anyway to let it open within the same tab instead?...

Get SessionId

Can i get the sessionId from a chat started by one user? I want to send him a message by API after the conversation has been ended. We're using the typebot to the user create one account with us, after we check the idea is send a message from back-end with the news saying if the account was created or not....

Valid link Email

Hello, is it possible to leave the access link (the one sent to the email) valid for 150 hours?

how can stop the chatbot ?

i need stop the bot for can answare via whatsapp #help-and-questions...

ReSizing the typebot for mobile

Hi folks, I have a very simple Typebot installed on my website. However I see that the left side of the bot is a little bit cropped. I would like to resize it , so it’s smaller and fully visible. I’m using the ‘bubble option’ to add it to the website. Any suggestions please ?
No description

Managing bot's memory

Any advice on efficient ways of managing bot's memory?

how to configure a field in input block as required

I have a flow with several input blocks. How do I define some of them as required, so that the user is not taken to the next block if he did not provide a valid answer to the previous one?

What is the difference when I select "merge answers" vs what I get with the variables just passing?

In my bot I send all of the variables to some links and sheets but I account for all of them- I don't understand the utility of the "Merge Answers" option. Can someone explain it to me- I looked in the documentation too. Like in what case does toggling it on or off affect anything? Thanks!...

Limits?

Now is there a limit on selfhosted?
No description

Webhook

Is there any way to configure a global system webhook, so that whenever there is a flowchart (typebot) published it emits an event informing it?

Bot "forgets" previous messages (Several conversation ids for the same interaction)

I just noticed this issue in my app. Somehow, the conversation_id changes during the interaction for no apparent reason. The app uses Dify as the AI engine. There's only one Dify block running in a loop. It gets the user_id created at the start of the flow and automatically generates a conversation_id, which should be used throughout the interaction. However, at some point the conversation_id variable is reset, effectively splitting the conversation history. Below, you will find an example conversation. I've omitted the actual messages because of privacy concerns. After each user message a text bubble is being used for debugging. It prints the current values of the user_id and the conversation_id variables....
No description

Links provided by the AI bot are not clickable

I'm using Dify to generate most of the answers in my conversation flow. Whenever the bot provides links in its responses, although they are shown as proper links in the Dify conversation logs, they're displayed in the Typebot chat interface as regular text, which the user has to copy and paste into the browser to access. How can I make these links clickable? Thanks in advance for any help!...
No description