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() {...
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?

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?...

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?...
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
...

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?

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.
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

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"...
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...
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
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'...
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
Whatsapp Webhook Response
When we integrate whatsapp on typebot its auto generate webhook on typebot, its possible to get the response so we can detect message type from whatsapp?
The idea is to implement whatsapp flow integration so we can get the response data when user fill the opt in form with flow whatsapp...
Repeated buttons from Sheets database
When using sheets as a database with the HTTP request the expectation is that repeated text in a column will be shown once when displayed dynamically in buttons. However this is not the case, the same text will show many times as it appears in rows.

Global webhook
I want to integrate typebot with my own system so I need a way to be notified of any incoming or outgoing message that happens in typebot.
Is there a way to set up a global webhook for this?...
Getting 404 trying to startChat & startChat preview API
Hi, is possible someone can help me how to start a Chat?
I follow this guide but looks like I'm missing something, someone can help me to authenticate with my API, and in which service I can see logs viewer or builder, is possible?
Still getting an NOT_FOUND, 404...

Using Ask Assistant with Basic ChatGPT Template ?
Hi Everyone;
Via the OpenAI Playground I have an assistant which have a good VectorDB and I would like to use it via TypeBot for a client.
When...

Append messages
Probably a silly question but, do we manually append user and assistant messages to the chat history, or does that happen automatically?