Typebot

T

Typebot

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

Join
Eercsnts5/4/2024

Random Text

I have a number of phrases (30-40), and I would like to include them randomly in a chat, so that each person receives one of the messages / texts randomly. Any suggestions on how to do this? Only one of the sentences should appear in each interaction
Mmpaim5/4/2024

Dynamic Image is not loading the URL from the Make Webhook Response

Hi there, I am looking for some help with a variable that has an URL from a Webhook Response module, and I would like to load it inside an image bubble.  - I have tested the request and save the result in a variable...
No description
Ddrippingfist5/3/2024

Typebot.io results question

I have 2 questions. The results tab (submissions & analytics) 1. Is there a way to access this database via an api? For example, to build a dashboard to display metrics to. 2. I am using a RAG+LLM system and the user may ask several questions and the LLM will respond several times so each time the bot replies the variable {{bot_response}} is overwritten and each time the variable {{user_response}} is overwritten. Is there a way to use the typebot database to store the whole conversation? I guess I could +1 to the variable name so it would be {{bot_response_1}}, {{bot_response2}}, etc. but this doesn't seem like a good solution....
Llucasscandian5/3/2024

Having issue to run the api on cluster-mode on typebot

I followed some processes to start pm2 in clustered mode only for the viewer API, but I'm receiving the error on the uploaded image, it works fine if I change it to 'fork' mode. It's an issue with the viewer application or it's an issue with next? If anyone could help me it would be great! Thanks in advance. my json -> { "apps": [...
No description
GGeethanjali5/3/2024

Troubleshooting Typebot Integration for GPT-4 Assistant

Hello, I've developed a chatbot using OpenAI's GPT-4 assistant. The flow appears to function flawlessly with appropriate responses in the playground. However, when I test it through Typebot, the chat history doesn't seem to carry over (nearly every 2-3 responses deviate). Additionally, the thread ID cannot be passed as a new conversation begins, and I'm unsure how to retrieve the thread ID and transfer it. Could you please assist me in resolving this issue?
No description
Jjtalwar5/3/2024

custom domains on self-hosted instance

Hello. Anyone got custom domains up and running on a self hosted instance? I can’t seem to get the drop-down to show up. I’ve set all environment variables correctly.
RWRuss Webb5/2/2024

Run function JS on client

Is it possible to use a JS snippet in an Ask Assistant Function block to: a} run the code below on the client or b) execute a block in the flow that currently does this already? The code: function parseURL() {...
WCWellington Capoia5/2/2024

After reloading the page, the fetchers values come with the value, not the label.

I have some fechers, and when I select the value for them and refresh the page it saves the value, and displays the value and not the label, I need to re-select, am I doing something wrong?
No description
WCWellington Capoia5/2/2024

Is possible to change option value in fetcher?

Good afternoon, how are you? I have a funnel dropdown that when selected loads the stages of that funnel, the problem is, when the funnel changes, the stage still has the old value, as you can see in the gif. Would it be possible to remove the previous value when loading new stages?...
No description
PPOne6205/2/2024

Malicious Typebot links

I have used Typebot on a site amd google found that all typebot links as malicious and shutdown google ads. Has anyone faced similar issue? How can I resolve this?...
I$ix5/2/2024

API GEO LOCATION TO TYPEBOT

Hello, good evening, I need help integrating ipapi or ipinfo api into typebot so I can see my client's geolocation, use a variant saying the name of his city in messages already made, etc. so I can provide better delivery, if anyone can Helping me with this would be extremely helpful. https://ipapi.co https://ipinfo.io ...
No description
KNKarina Nunes5/1/2024

Integration with Cal.com

Hi, I am integrating cal.com on my IA assistant running on typebot. I get the return from cal.com but when I click on the CONFIRM button nothing happens and the typebot flow stops. Any ideas?
No description
RWRuss Webb5/1/2024

Clear chat window

Is there a way, with code or any other means, to clear the chat window of existing messages? When a user clicks a button to restart the conversation, I already empty the chat history, but I would also like to clear the chat container.
LTLucas TSD®5/1/2024

Create trigger with zapier to my table app but i have not field that display

hi, i would like to create trigger with zapier to my table app but i have not field that display. Can you help me ? FYI I Create some submit for to have field in zapier. thanks a lot
No description
PPaulo5/1/2024

Error while updating typebot

I'm receiving several errors when creating new bots, since version 2.24 and also now in 2.25! code: -32009 {code: "CONFLICT", httpStatus: 409, path: "typebot.updateTypebot", zodError: null} message: "Found new version of the typebot in database"...
JJohnSmith5/1/2024

Struggling when combining 3 variables

I'm trying to combined 3 variables, they are all links that need to be merged into one variable to use as multiple attachments, {{Letter}} {{SubmittedDocuments1}} {{SubmittedDocuments2}} The Letter URL always has a comma after it so goes nicely onto either or Docs1 or Docs2, however when trying to combine Docs1 and Docs2 I'm struggling as sometimes they are individual links, sometimes they have multiple links split by commas, however I need to some how add a comma to the end of the variable of SubmittedDocuments1...
Ddedicatedcloud5/1/2024

How do you use the QR code?

Hi, I'm trying to use the QR code block but cant figure out how to use it, there is nothing in the docs. What is the save image URL, S3 bucket? TIA
RWRuss Webb4/30/2024

Stumped on webhook return value

I think I've tried every possible variation, and even turned to ChatGPT to help, to avail. I am trying to use the 'set variable' block to trigger a webhook, return a response, and save the response to the variable but I'm not getting anything to display. Here's the code inside the 'set variable' block with a variable name of 'authorization': const webhookUrl = 'https://api.pbt.io/v2/96d049d4-613c-4623-8f5a-3c8cc577da54'; const response = await fetch(webhookUrl, { method: 'POST', // or 'PUT'...
LSDLuís Santos Dev4/29/2024

Wait for two or more messages before continuing

Hey team, has anyone managed to make typebot wait for 2 messages, or collect 2 messages before continuing the flow? Here there is a lot of "Hello," and then "Good morning" and it completely mocks the flow, the person's name goes as good morning lol
Next