typebot.io
typebot.io copied to clipboard
💬 Typebot is a powerful chatbot builder that you can self-host.
**Describe the bug** I run in the following bug:  We do use a Zitadel.cloud instance as Custom OAuth provider. I found the following issue in auth.js: https://github.com/nextauthjs/next-auth/issues/12345 - which...
**Is your feature request related to a problem? Please describe.** No, its not **Describe the solution you'd like** May we have a MySQL database as a block. If we need...
Describe the bug Starting a chat after connect WhatsApp and enable hook, but the bot doesn’t reply. The viewer container logs: ``` Sending unknown error to Sentry details undefined. ```...
Run block in the Analytics session, as there is no such implementation in this session... this could be removed with a conditional. Steps to reproduce the behavior: 1. Go to...
# Flush Block Feature Specification ## Overview New Logic block that forces the engine to send accumulated content as a chunk to the client and wait for resume. Enables creators...
**Problem / Motivation** TypeBot currently has no native mechanism to repeat a sequence of blocks. Builders are forced to: - Duplicate blocks manually - Inject custom JavaScript - Abandon certain...
This PR implements in-builder validation for misconfigured blocks, surfacing schema errors directly in the graph and closing issue #2146.  #### Key changes * **Block validation helper** (`blockValidation.ts`): * Uses...
# Add Chat Limits Feature Closes #1952 This PR introduces a comprehensive chat limits feature that allows typebot owners to configure limits per day/week/month/total for their typebots. Once the configured...