Typebot

T

Typebot

Join the community to ask questions about Typebot and get answers from other members.

Join

What's the recommendation to use Typebot with (Plugin / Newoaks)?

I would like to integrate it in a Wordpress site, should I use the plugin? I do have the Chatbot "Newoaks", is it possible to use it with Typebot, or is the WordPress plugin the better solution? Thank you for your help!...

OpenAI Block

I think this is great that we can integrate OpenAI into the chat flow, however, its super tricky to setup it for non-coders. Is there a step by step guide to implement this block succesfully, and by step by step I mean like an ELI5 guide with clear screenshots as to the configuration of each of modules in the Block containing the OpenAI one, together with its explanation? The tutorials and guides I've seen, omit steps or assume we know how to deal with those but the thing, is not that clear. When do we use User/Agent, when do we use Dialog, how do we setup those? which variables do I need to pass in each instance?...
No description

Error! Could not reach server. Check your connection.{}

I'm having this error and have no clue what's going on. I can provide a console with the errors. Already disabled AdOrigin and TrafficLight extensions on Chrome. I don't have an antivírus and I'm not using docker or VPN. I'm just trying to pratice as simple as possible. How can I solve this?
No description

Help

Hello, I’d like to change the email on my Typebots account, but it’s not possible to do it directly. I need to contact the administrator.

How can I get the resultId that belongs to the current user in my website's JavaScript code?

I need to call a webhook from my JavaScript code, and the webhook URL requires resultId in its path. My Typebot chatbot is listening for the webhook request.

SOS GPT doesn't generate a response

Hi! I'm building a chatbot using Typebot with OpenAI GPT integration. I fetch a System Prompt from Google Sheets based on the user's selected category. The prompt is stored in a column called "System Prompt" and correctly filtered using Service = {{Subject}}. I selected First row and mapped System Prompt in the Columns to extract section. I use {{sheetData["System Prompt"]}} in the system message, but GPT doesn't respond....

Multiple messages from 3rd party WhatsApp

Hello I have a problem I am using typebot with an api integration I did with an external tool I made...

Question about the merge feature

I have a question about the "merge result" checkbox. I understand that the merge feature allow me to retrieve the result of another typebot into my main bot. So if I have Bot A that call Bot B with the merge result checked, I should get everything logged in the result of Bot A....

Help loops Items Per Page

Hello, I made an API call and got a response with a variable allAds containing 5 items and a variable adsTotalItems with the number 5: I managed to loop through the 5 items, but now I want to implement a system for items per page. How could I do this? I have a variable itemsPerPage set to 2, so I want to display only 2 items with an option (yes/no) to show the next 2 items from allAds and the next 1 item to make it 5 in total....

Anti-scam alert

Good morning guys, can anyone help me. I'm going to publish and this appears: Our anti-scam system has flagged your typebot. It is currently being manually reviewed....
No description

How to Pass Data with Typebot.sendCommand from Website to Typebot Chatbot?

Hi I'm currently integrating a Typebot chatbot into my website and utilizing the Typebot.sendCommand function to trigger specific command flows within the chatbot. Successfully triggering command flows using: Typebot.sendCommand("customCommand"); I'm encountering challenges in passing additional data (parameters) along with the command to be utilized within the chatbot's flow....

Datepicker iOS min / max date did not work. in safari

User still can select all date even apply min / max date. Version of image : 2.28.2...

How to show PDF.co pdf generated on Typebot Conversation

Hi, is there a way to show a pdf generated on PDF.co integration returned from a Make.com call? I call a make.com to convert some data into pdf file an save in a server, it returns the temporary URL and pdf Data, to Typebot, but when I set the url from the pdf file in Embed bubbles, it only pop-up to download the file, but if I set a url of another pdf found on internet, the Embed bubble show the pdf inside the bubble as I need. This are the URL i'm using as tests....

Typebot Cal.com ERROR

Hello community greetings... I need help with something please, I'm working on a block in typebot with the Cal.com integration, and the variable {Location} "Event Location" in Cal.com is leading me wrong, it takes the participant's phone number and not the event location. I've already spoken to Cal.com support and the event itself is fine, the error seems to be in Typebot. I appreciate the help, thank you 🚀
No description

Issue with high resolution image when enlarging

Hey all, I'm not sure if it's a bug or not, when using a high resolution image (like a screenshot for a tutorial), when the user clic on the image to enlarge it, the image is cut in half / not centered correctly. It seems like typebot only expect small resolution image. ...
No description

URL query not passing

Hey all! I’m trying to pass values via URL params into a Typebot (like ?user_id=...&first=...) and then reference those values later in the flow using Set Variable blocks and {{ }} in messages. I’ve tried both direct Set Variable blocks and using a script block to return the param values. But no matter what, the variables don’t seem to resolve in the message blocks — either falling back or showing the raw JS logic. Is there a best practice for reliably capturing and displaying param values on load?...

Dynamically jump to previous step

I was wondering if it was possible to store the current step (the current place where a user is) in a variable. And then using the Jump feature to dynamically jump to the location stored in a variable ? So to have a more dynamic jump approach, where the destination can be stored in a variable ? I ask this because I have quite a complex bot, with multiple categories of Q&A with content I wrote. ...

SSL ERROR: typebot.co doesn't open

Hello everyone, I'm testing a Typebot in the free version (to validate a product) and the link doesn't open for the mobile version. Apparently it's a problem related to Typebot.co's SSL - something regarding anti-fyshing browser rules -, but I'm not sure. Is there a way to solve this? The message says "This connection is not private."
No description

How do I save which checkbox a user selects?

I'd like to be able to save the user selected checkbox into a database. For example: I have a checkbox that has two choices (yes and no) I'd like to be able to save which choice the user selects (yes or no) into my database (nocodb block/google sheets) or simply save it into a variable so I can easily save it into the database....

How to return multiple cities from the API and set a variable with the INSEE code when a city label

I made an API call to https://api-adresse.data.gouv.fr/search/. I would like to return x cities and when I click on one, it should set a variable with the INSEE code instead of the label displayed on the button. Is it possible to do this?
Next