Typebot

T

Typebot

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

Join

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.

detect input start

Does anyone have any idea how to start typebot with inputs other than text input? By default it starts when the user sends a text, but is it possible to start when it receives an image, audio, video, etc...?

Problems add members

I added members to my team, however, people did not receive any emails to confirm the order. I've already added it more than once and I need people to be added to the typebot members area.

Self-host B2 support (S3)

I'm using Backblaze (B2) at all systems that needs a S3-compatible storage provider, but I can't do the same at Typebot. I followed the instructions at https://docs.typebot.io/self-hosting/guides/s3 but, for me, it's not working. Is there anyone that uses B2 to tell me if is it possible?

Database broken after update

I updated from latest stable to latest commit, and this happened.
No description

Error while updating Typebot notification

I am self-hosting Typebot on my VPS with portainer and everytime I try to change anything I get this error. How can I fix this? Thank you in advance 🙏...
No description

Unable copy blocks from one bot to another

Im unable to copy blocks from one bot to another . Attaching a video of the same.

Can't change the PUBLIC_VIEWER_URL

I already change the PUBLIC_VIEWER_URL in docker compose.xml file. Did a fresh install. Already removed all old container, data folder but it always show the old link.

How can I update the code of a docker image??

How can I update the code of a docker image?? The reason for the question: some bugs were fixed and we still don't have an image on docker hub with the bug fixes applied. I'm using the latest version of the Docker Hub image 2.23.0...

How can typebot prevent spam?

We are not self-hosting. Our team is using https://app.typebot.io/, and we conducted the following test: Within less than 24 hours, a user using the same real IP made over 1000 requests to Typebot. All of them were charged. Because of this, we would like to know what Typebot can do to prevent malicious spam?

Disabling Download audio, video files

I'm utilizing the audio and video players, but I'd like to deactivate the download button since copyright data is being played.

whatsapp setup related

Hi all, not sure if this is the right place to ask but still will have a go. I created a business portfolio via my facebook account. But as soon as i do that it says that the account is restricted and does not allow to create whatsapp app. Get an email of the order: Hi William, We've noticed some unusual activity on this business account *** and have restricted its access to advertising. Any ads connected to this account are currently disabled....

Why HTTP requests are "hoisted"?

I was making a chatbot that on the last node requested to an webwook which terminates the chat conversation on Chatwoot. And my problem was that this request was running after the last input node. It was kind of "hoisted" to the top, just after the last input block. Why is this behavior?

Triggering a Zapier action via Open AI Assistant

Use case: user converses with Open AI assistant and if the user wants to book a call, a zap is triggered from the Assistant itself. I’m assuming this is ideally done via function calling? If so, can anyone provide me an example, spelling it out as much as possible? I’m not a coder but would still appreciate seeing how it works....

Dynamic Pic Choice - Selection Output

I'm struggling with setting a variable from the 'Pic choice' output. The images are being dynamically filled from an upload on the previous step. That portion is working, the images appear, the selection is made, and there's nothing saved, no variable set. I guess I'm expecting it to pass the URL of the selected image. Am I correct in that?
No description

Integrations with Datadog Agent

Guys, has anyone here already integrated typebot with datadog? Both the viewer and the builder. If so, do you have a guide on how you did it?

Line break error

Hello! I'm having difficulty getting typebot to receive messages from the GPT api correctly. I noticed that GPT sends the correctly formatted response to typebot, but typebot sends it without skipping lines to WhatsApp, not breaking lines into paragraphs, nor spacing, leaving the text all together. Does anyone know how I can solve this integration problem between GPT api x Typebot?...

variables in script for bot name and colors.

It is possible to use variables in the js script for things like the bubble background color, avatar URL, and even the typebot name? I want to be able to add the JS to the head of a website, but have different bots load on different pages based on the URL that I pull into the bot with a set variable block with the JS function in the custom value to pull the host url. Right now, I pull in the URL, split it and check with a webhook in a first step of a flow. I'm wanting to then change the bubble...

Hide bot and bubble if not authorized

I understand how to get the main document url from the page hosting the bot, and can run a webhook to validate the url but, is there a way to "hide" or disable the bubble/bot after checking, if the url doesn't meet criteria? I can easily put a path in the bot flow that routes to a "You are not authorized to use this bot" message displayed, but I'm wanting to hide even the bubble if the url doesn't even meet criteria that I check with a webhook as the first step in the bot.