Commit Graph

2871 Commits

Author SHA1 Message Date
Baptiste Arnaud
3262a28f22
📝 Add "WhatsApp chatbot use cases" blog post 2025-02-24 11:20:36 +01:00
Baptiste Arnaud
eb96ebaa67
📝 Add "Typeform vs Google Form" blog post 2025-02-24 11:07:30 +01:00
Baptiste Arnaud
a54b27cfbd
📝 Add Blink integration instructions 2025-02-24 10:35:20 +01:00
Baptiste Arnaud
4599862a41
📝 Add upcoming schema changelog 2025-02-24 09:51:46 +01:00
Baptiste Arnaud
d9e23c1d1b
👷 Add PostHog environment variables to daily workflow
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-02-23 09:18:20 +01:00
Baptiste Arnaud
6e889ec14c
👷 Improve hourly results tracking and error handling 2025-02-22 15:32:21 +01:00
Baptiste Arnaud
1b281c6b54
🔒️ (typebotLink) Make sure fetched linked bot has matching workspaceId 2025-02-22 10:40:24 +01:00
Baptiste Arnaud
49a17e67c3
(dify.ai) Add Query Knowledge Base action 2025-02-21 18:04:17 +01:00
Baptiste Arnaud
9ce25de430
🐛 Improve schema validation for optional number and variable types
Instead of preprocessing, let's keep the chaining possible and transform it
2025-02-21 17:46:44 +01:00
Baptiste Arnaud
4f555187b2
💄 (lp) Change UseCases layout. Bigger product screenshots 2025-02-21 10:54:38 +01:00
Baptiste Arnaud
bd3dc6e3a7
🐛 Adjust schema validation for optional number and variable types 2025-02-21 10:00:37 +01:00
Baptiste Arnaud
10b466b4da
👷 Enable daily results tracking and reporting
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-02-20 15:49:17 +01:00
Baptiste Arnaud
1f3afb5460
👷 Auto retry hourly cron on failure 2025-02-20 15:40:06 +01:00
Sebastian Goscinski
2f5798402a
📝 Improve docker-compose examples (#2004)
Just made some changes to the docker-compose file.
2025-02-20 10:50:53 +01:00
Baptiste Arnaud
b406f6c620
👷 Renovate cron jobs 2025-02-19 22:32:41 +01:00
Baptiste Arnaud
57adf620c1
🥅 Catch sheet permission error 2025-02-19 19:06:10 +01:00
Baptiste Arnaud
c99003ccca
🥅 Filter out ClientToastError from Sentry 2025-02-19 19:01:43 +01:00
Baptiste Arnaud
c236c29931
🐛 Attempt to fix published typebot refetch with null typebotId 2025-02-19 18:59:02 +01:00
Baptiste Arnaud
26559f16c6
🐛 (whatsapp) Accept system messages and optional metadata 2025-02-19 18:43:30 +01:00
Baptiste Arnaud
ccd794a82f
🐛 Preprocess number or variable type to avoid unwanted validation crash 2025-02-19 18:38:08 +01:00
Baptiste Arnaud
9afbf62f35
🐛 Add support for WhatsApp sticker incoming messages 2025-02-19 18:26:16 +01:00
Baptiste Arnaud
decc19abc9
🚸 Properly handle viewer 404 2025-02-19 17:09:02 +01:00
Baptiste Arnaud
dccb9e814c
🐛 Add sendCommand method to Typebot web embed 2025-02-19 16:44:32 +01:00
Baptiste Arnaud
7509c5fed7
🐛 (remember) Properly save avatars history in storage 2025-02-19 16:38:11 +01:00
Baptiste Arnaud
0a75534cce
Add missing deps 2025-02-19 11:02:21 +01:00
Baptiste Arnaud
dcc716cf4d
📝 Add command event page 2025-02-19 10:47:49 +01:00
Baptiste Arnaud
07e1eb41c3
♻️ Lift right side bar state to the URL 2025-02-19 10:09:04 +01:00
Baptiste Arnaud
fb3eda4e87
🌐 Update payment collect label translations 2025-02-19 09:37:59 +01:00
Baptiste Arnaud
385856ef1f
💚 (whatsapp) Fix type error with new incoming schema def 2025-02-18 16:54:34 +01:00
Miguel
7f3118e5c7
📝 Add troobleshooting section on portainer network issues (#2025)
This PR adds a new **Troubleshooting** section to the documentation,
specifically addressing network issues when migrating a Typebot stack in
Portainer.

It provides guidance on ensuring hostname resolution by explicitly
defining an **attachable network** in `docker-compose.yml`.
2025-02-18 16:46:49 +01:00
Baptiste Arnaud
61e401cedc
🔧 Add Sentry typebotId tagging in chat API 2025-02-18 16:21:08 +01:00
Baptiste Arnaud
84f20ff2ed
🐛 Fix potential crash on empty action in forged block 2025-02-18 16:14:41 +01:00
Baptiste Arnaud
f45f565081
🐛 Fix HTTP error parsing when json body is empty 2025-02-18 16:13:26 +01:00
Baptiste Arnaud
2597742521
🚸 (googleSheets) Properly catch updateRow errors 2025-02-18 16:03:40 +01:00
Baptiste Arnaud
a4358d6e21
🐛 Add support for incoming list reply 2025-02-18 16:00:21 +01:00
Baptiste Arnaud
35cf88d9a6
🐛 Fix submit event type in PaymentForm 2025-02-18 15:47:50 +01:00
Baptiste Arnaud
40aa716d94
🚑️ Fix chat remembered state restoration
We need to also persist the new totalChunksDisplayed signal in storage
2025-02-18 15:42:48 +01:00
Baptiste Arnaud
748252b19e
🔒️ Respond 404 for suspended bots 2025-02-18 13:13:45 +01:00
Baptiste Arnaud
95b7e28b9b
🐛 (webhook) Fix block not working when bot is embedded 2025-02-18 10:49:54 +01:00
Baptiste Arnaud
37c7669245
🚑️ Fix typebot link not resuming
Did not pass in the right edge id into queue
2025-02-18 08:36:53 +01:00
Baptiste Arnaud
ce3c3aeae6
♻️ Upgrade next-auth and clean up config 2025-02-18 08:29:09 +01:00
Baptiste Arnaud
fcef3da442
🔧 Filter out more known errors/message from Sentry
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Daily database cleanup / clean (push) Has been cancelled
Check and report chats usage / send (push) Has been cancelled
2025-02-17 15:43:17 +01:00
Baptiste Arnaud
bbb90b529b
🐛 (whatsapp) Add "unsupported" incoming message type 2025-02-17 15:16:46 +01:00
Baptiste Arnaud
fc6a2ae5ce
⬆️ Upgrade lp deps and add cover blog post metadata 2025-02-17 14:57:34 +01:00
Baptiste Arnaud
a6714ef1ab
🚸 Improve error handling with AI streaming 2025-02-17 11:03:14 +01:00
Baptiste Arnaud
a6c639aaf0
🐛 Remove currentUserMode from getTypebots query 2025-02-17 10:08:22 +01:00
Baptiste Arnaud
10a337a8eb
📝 Add developer hiring paragraph to Shopify ai chatbot article 2025-02-17 09:56:53 +01:00
Baptiste Arnaud
d8a08c89e5
🔧 Standardize error handling across AI and forge blocks 2025-02-15 17:48:16 +01:00
Baptiste Arnaud
0b20650639
🔧 Fix WhatsApp reaction message schema 2025-02-15 13:44:25 +01:00
Baptiste Arnaud
74c69d9660
🔧 Improve Sentry error filtering with case-insensitive matching 2025-02-15 11:48:44 +01:00