Typebot

T

Typebot

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

Join

GUI issue with anthropic block

Hi all, I'm new to typebot (love it so far). However I think I might be going mad or doing something stupid. I have connected openAI no trouble at all. However when i try and connect anthropic in the 'save results' section when i expand the field it is blank (see screenshot). Am I missing something really basic or is there a GUI problem?
No description

Revolut payments made via Stripe not getting email confirmations & subsequent automation rules.

I've got a payment module setup and everytime a payment is received, I have set it to receive payment notifications to my email. For payments made via credit & debit cards, I do get email confirmations. But if someone uses Revolut as a payment method through Stripe, I don't get those email confirmations. I checked the log for the row. The logs are empty for line with the Revolut Payments where as the other card payments it shows "Email Successfully Sent" + "Successfully Inserted Row in Google Sheet"....

chatwootI'm using self-hosted Tybot. I created my flow and tried connecting to Chatwoot. Everything'

I'm using self-hosted Tybot. I created my flow and tried connecting to Chatwoot. Everything's fine, but the conversation isn't reaching Chatwoot. What could I be doing wrong?

Not Getting "Text" Response from Flowise

Hi, everybody. I am on Typebot v3.9 and Flowise 3.0.4. I have this problem, that when I send a prediction to Flowise, the "text" response (meaning the answer) is often returned empty like so: ``` { "statusCode": 200,...

Wait block not working

Hey everyone! I'm trying to use the wait block in my Typebot flow, but it doesn't seem to be working as expected. I've tried setting different durations and even placing it between messages, but no luck. Anyone else had this issue or knows a workaround?...

Link to specific block

Hi guys, is there a way to can have a link that redirect to a specific block on my flow without to follow all the flow and steps to reach it?...

Error notification outdated openrouter model?

Hi all, I noticed some models on openrouter change sometimes which breaks my flows. Sometimes I don't use it but others do, and then it break their flow, leaving them confused. Is it possible to send myself and email if it fails? Or have an alternative flow if it fails?

Audio transcription for WhatsApp not working

Hello, everyone, what's up? I think it's a bug, because it works on the web and not on WhatsApp. When I try to use the OpenAI audio transcription integration. It's not working and gives this error below:...
No description

🆘 dynamic cards

🆘 Help Needed: Accessing Webhook Variables in Typebot Script Block Problem Summary I'm having trouble accessing webhook data in a Typebot Script Block to create a dynamic carousel/cards component. The webhook is receiving data from n8n successfully, but I can't access the variables in my script. Current Setup ...
No description

Baptiste (offline until Aug 04)

I’m currently away from my computer for a one-week hiking break in the Pyrénées (July 26 – August 04). This means I won't be able to help you personally in the mean time. I'd truly appreciate if @Power Users try to help and answer some questions during this time 🙏🙏 Make sure to search the docs for any product help: https://docs.typebot.io. Most common questions are answered there....

Email Not Sending in Self-Hosted Typebot using Zoho SMTP

I'm self-hosting Typebot using Docker and trying to configure SMTP with Zoho. Even though SMTP config seems correct and Zoho is reachable, no emails are being sent (no success or error logs either). How to reproduce it Set up Typebot using Docker with the following SMTP environment in typebot-builder: ...

Provide User with Chat History

I'm wondering: Other chat solutions allow users to download the chat history or have it sent to them via email. Is this somehow possible with Typebot too?

Address autocomplete

Is there a simple way to implement address autocomplete functionality using Mapbox, Radar or simliar API?

How do I keep the Chat History Accross Pages?

I'm creating a chat (Bubble) for the users inside my webpage, but the problem is that if the user change to another window or reload the page, the chat will be closed and the history erased. Is there a way to keep this?

Question about capturing initial WhatsApp message

Hi everyone! I'm trying to automatically capture the first message a user sends when clicking a WhatsApp link like wa.me/?text=... so I can track which partner referred them. I noticed that Transcript doesn't capture this initial message. It only starts recording once the Typebot flow begins. ...

Start Chat with Initial Message

Hello! I have a chatbot that starts with an input message (2 options yes/no). The answer to the input is known at the time of starting the chatbot, so its included in the message prop along with some preffiledVariables. Typebot responds ok, returns a sessionId and redirects to the next flows correctly and the responses are also saved correctly. The problem is that when I hit the continue chat endpoint with that sessionId, which it should be already at the end, it returns the initial input as if it wasn't answered. The image is a simplified version of the bot. I dont know if the chatbot "ending" in the same "start" call is an issue... Thanks! 😁...
No description

How Do I Keep the Chat Window Open Accross Pages?

When implementing on Wordpress, I noticed that the chat window closes when I change pages and I need to re-open it each time. This will discourage the user from engaging with the chat. Is there a way to adjust the script and keep the chat window open even as the user browses through different pages?

What Data is Collected when Self-Hosting?

Hi, everybody. I am about to implement Typebot for a customer facing use case in the EU (via self-hosting). Thus I need some information on what information Typebot saves when self-hosting out of the box (e.g. session cookies, IP addresses and such). Does anyone know of any documentation regarding this? Even tough self-hosting, I need to inform the users of the solution about this via data privacy policy and I need to know what to write in there :-)....

OpenAI Bot Complete History

Hello When using OpenAI assistant, is there a way to list all messages/answers from user/chatbot somewhere ? Just to check message history...