b74117d417
📝 Fix invalid custom CSS line in HTML instructions
2023-08-25 14:35:15 +02:00
27b15a0f10
📝 Add Sheets advanced example video
2023-08-24 17:52:41 +02:00
0acede92ef
🚸 Improve parsing preprocessing on typebots
2023-08-23 10:57:38 +02:00
c08e0cdb0a
⚡ (customDomains) Fix custom domain update feedback
2023-08-21 15:32:27 +02:00
304dfe2dab
🐛 Remove publicId and customDomain duplication on imported bots
2023-08-17 16:32:37 +02:00
8810aa8ddb
📝 Add redirect URL with UTM instructions
2023-08-17 10:38:33 +02:00
454d320c6b
✨ (api) Add CRUD typebot endpoints
...
Closes #320 , closes #696
2023-08-17 09:39:11 +02:00
019f72ac7e
🐛 Deprecate blockId field in items
2023-08-16 09:33:57 +02:00
af1bee8756
🚸 (bot) Update reply if we get new format from backend
2023-08-07 15:24:15 +02:00
fc25734689
♻️ (webhook) Integrate webhook in typebot schema
...
Closes #313
2023-08-06 10:03:45 +02:00
53e4bc2b75
⚡ Add API endpoint to update the typebot in ongoing chat session
2023-08-04 14:53:49 +02:00
482462f2b1
📝 (openai) Add troobleshoot guide for empty message issue
2023-08-01 17:50:29 +02:00
aa9f5bc732
⚡ (condition) Add regex comparison item
2023-08-01 08:20:16 +02:00
c99298e49b
⚡ (paymentInput) Handle Stripe redirection
...
Closes #631
2023-07-27 17:25:02 +02:00
43555c171e
🚸 New dedicated onboarding page
2023-07-25 16:21:40 +02:00
b17177f35f
📝 Remove old stripe env var
2023-07-25 09:09:13 +02:00
0c923b70a6
📝 Add "conditionally display button" video in docs
2023-07-24 14:36:27 +02:00
9433d3ea8f
📝 Update README ( #632 )
...
Closes #628
2023-07-24 12:24:08 +02:00
04faa3e847
🧑💻 (docs) Add "Edit this page" links in docs
2023-07-24 08:49:00 +02:00
3283d7e261
🧑💻 (results) Add get result by id API endpoint
2023-07-24 07:50:50 +02:00
48f074cdf7
Support specifying custom OAuth scope ( #619 )
...
For OpenID connect over OAuth, at least `openid profile` need to be set
there, but since the email is also used, the `email` scope will instruct
the OpenID provider to also deliver that.
---------
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr >
2023-07-20 11:38:21 +02:00
3952ae2755
✨ Stream bubble content if placed right after Op…
...
Closes #617
2023-07-19 11:20:44 +02:00
12ce4eb01b
📝 Remove pixel troubleshoot section
2023-07-16 18:21:24 +02:00
93337bd1d9
📝 (settings) Update General section
2023-07-16 09:51:45 +02:00
88e2f50d35
📝 Add script block precision
2023-07-16 09:41:35 +02:00
844832f310
📝 Add troubleshoot self-host page
2023-07-16 09:27:55 +02:00
be7be7bf7a
✨ (embed) Add new command setInputValue
2023-07-15 17:38:12 +02:00
e293cb0111
✨ Add Next.js embed library
2023-07-15 12:28:10 +02:00
28fd81cb65
📝 (theme) Add change bot avatar guide in docs
2023-07-11 10:57:16 +02:00
5a05310a9c
🛂 Add isSuspended prop on workspace
2023-07-04 14:56:36 +02:00
b0f25f301b
⚡ (analytics) Improve analytics graph accuracy
2023-06-30 12:39:20 +02:00
50fcbfd95e
⚡ (pixel) Add skip initialization option
2023-06-28 10:37:01 +02:00
033f8f99dd
✨ Add Meta Pixel block
...
Closes #582
2023-06-28 09:52:03 +02:00
36623930bc
📝 Add status page link in footers
2023-06-20 10:45:20 +02:00
0e31a6ce00
📝 (makecom) Add return data instructions
2023-06-17 08:18:57 +02:00
524f1565d8
🚸 (openai) Parse stream on client to correctly handle errors
2023-06-16 19:26:29 +02:00
83f2a29faa
⚡ (openai) Add new models and remove tiktoken
...
Instead of computing total tokens with tiktoken we just attempt retries after trimming the first message
2023-06-16 16:50:32 +02:00
d8c1a36bc0
⚡ (setVariable) Add "Moment of the day" variable value
...
Closes #564
2023-06-15 14:45:42 +02:00
1e9c4bcb9a
📦 Add Cloudron package ( #550 )
...
Closes #30
2023-06-14 08:59:38 +02:00
4614caf498
📝 Add Google Ads conversion instructions
2023-06-07 09:35:41 +02:00
a4cb6face8
👷 Add email alert hourly sender
...
Closes #549
2023-06-06 13:25:13 +02:00
b6e5002a56
💄 Improve picture choice description UI
2023-06-01 10:29:02 +02:00
b2ea8fc059
🌐 Translate workspace ( #528 )
2023-05-31 07:53:30 +02:00
6651c85f02
Update builder configuration docs ( #531 )
2023-05-30 08:06:16 +02:00
55bbf0e593
⬆️ Upgrade dependencies
2023-05-25 18:36:51 +02:00
c950406997
💄 (js) Improve popup ui consistency
2023-05-23 18:01:49 +02:00
0fc6bfa7ce
🐳 Fix encryption length check script
...
The encryption length can also be of length 80 if encoded with base64
Closes #516
2023-05-17 11:35:32 +02:00
c451ba7784
📝 (webflow) Add bind commands to button instructions
2023-05-17 10:00:25 +02:00
27b009dd76
⚡ Remember result in either local or session storage ( #514 )
...
Closes #513
2023-05-16 14:58:56 +02:00
72058fd624
🔊 Add DEBUG mode with valuable logs in viewer
2023-05-16 10:22:31 +02:00