Commit Graph

509 Commits

Author SHA1 Message Date
Baptiste Arnaud
84edf64cee
📝 Update installation commands to remove unnecessary peer dep install
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-19 09:07:37 +02:00
Baptiste Arnaud
569b19c3e1
👷 Revert to using js lib as peer dep for proper types resolving 2024-10-19 09:01:36 +02:00
Baptiste Arnaud
c6e85942ce
👷 Build js embed lib with tsup 2024-10-19 08:37:30 +02:00
Baptiste Arnaud
bce9141224
📝 Add onScriptExecutionSuccess callback to chat widget documentation 2024-10-18 14:28:14 +02:00
Baptiste Arnaud
cda7f2d456
🛂 Remove default SMTP creds for free workspaces 2024-10-11 10:44:53 +02:00
Baptiste Arnaud
7d1c9e664b
🔊 Improve whatsapp runtime logging
And update Sentry
2024-10-09 14:26:12 +02:00
Baptiste Arnaud
2bfb836e78
📝 Add guide on splitting AI messages into multiple blocks
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-07 15:18:28 +02:00
Baptiste Arnaud
1f6a72ba80
📝 (webhook) Add PartyKit configuration instructions 2024-10-07 12:02:02 +02:00
Baptiste Arnaud
59c0ea03cf
Add Webhook block (#1815)
Closes #1531
2024-10-07 11:44:28 +02:00
Mehmet Beydogan
45a586e752
📝 Add Webhook test app suggestion (#1813)
Added section for a simple free tool for debugging webhooks easily. Hope
thats ok!
2024-10-05 09:26:06 +02:00
Baptiste Arnaud
6ec8f71cac
🔧 Upgrade Stripe API version and dependencies 2024-10-04 14:25:51 +02:00
Abhirup Basu
18e882a4d0
📝 Fix typo docker-compose command (#1816) 2024-10-02 21:15:34 +02:00
Baptiste Arnaud
088678bd26
📝 Update local installation instructions 2024-10-01 12:00:58 +02:00
Baptiste Arnaud
c1aa68aeef
📝 Add FAQ about license 2024-10-01 11:21:43 +02:00
Baptiste Arnaud
9af6210159
📝 Add all settings for each embed
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-09-27 18:05:35 +02:00
Baptiste Arnaud
a94f0f7ce7
🐛 Rename Google API keys for better clarity and granularity across auth, Sheets, and Fonts integrations.
Closes #1895
2024-09-26 09:58:30 +02:00
Baptiste Arnaud
301ffd1247
📝 Enable message streaming in Docker deployment config
Closes #1701
2024-09-25 15:33:37 +02:00
Baptiste Arnaud
10750f54d1
♻️ Use bun, biome, better ts config, new license and remove all barrel files (#1801)
Closes [#1754](https://github.com/baptisteArno/typebot.io/issues/1754)
2024-09-25 14:50:13 +02:00
Baptiste Arnaud
706a09535c
🚸 (zendesk) Migrate web widget key to block settings
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-09-24 18:11:56 +02:00
John Walsh
8ced42d5c7
Add Zendesk block (#1794)
Adds a new Zendesk block with initial support for launching the Zendesk
Messaging Web Widget

---------

Co-authored-by: John Walsh <john@famkit.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-09-24 16:56:40 +02:00
Baptiste Arnaud
86c23bfed9
📝 Add "How to create loops" guide 2024-09-12 15:56:33 +02:00
Baptiste Arnaud
7cacf0cad7
📝 Add limitations section in Sheets doc 2024-09-12 13:12:55 +02:00
Baptiste Arnaud
192989ba92
📝 Add message stream API instructions 2024-09-10 12:28:11 +02:00
Baptiste Arnaud
ae31fe8f48
📝 (results) Add time filter section in Results page 2024-09-10 10:49:17 +02:00
Baptiste Arnaud
a3a9d58be9
🐛 (audioClips) Fix empty metadata on recorded file
Closes #1753
2024-08-31 11:37:52 +02:00
Baptiste Arnaud
0c7d2afd51
📝 Add Generate variables docs section
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-08-22 18:15:44 +02:00
Baptiste Arnaud
6a7877dc9b
Add Groq block
Closes #1721
2024-08-22 17:40:10 +02:00
Baptiste Arnaud
77614f671f
⬆️ Upgrade ai package 2024-08-22 17:40:10 +02:00
Jason
53104a4a5e
📝 Add OAuth scopes URL for Sheets config (#1732)
Added help link for OAuth consent screen when people are setting up
google sheets access they are forgetting to add the scopes to the screen
itself.
2024-08-22 17:12:29 +02:00
Baptiste Arnaud
503060cb4d
📝 Add docs for audio clips and update audio chat gpt template
Some checks are pending
Create Tag / create-tag (push) Waiting to run
2024-08-21 16:18:05 +02:00
Baptiste Arnaud
135251d3f7
Add audio clips option on text input block
Closes #157
2024-08-20 14:36:41 +02:00
Abhirup Basu
17684ee5b7
️ Reset remembered state if the typebot is updated (#1675)
Wipe stored chat state if a typebot is updated.

Resolves #1508 
Resolves #1427  



https://github.com/user-attachments/assets/7668d6a7-2916-4158-b715-1cccaeaf6ddf

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-08-16 18:10:47 +02:00
John Walsh
29ab812512
Add Segment block (#1672)
Added support for Twilio Segment

New Segment Block added to Forge. Includes the following:
- Credentials
- Identify User, including Traits
- Alias User
- Track Event, including Properties
- Track Bot View ( Page ), including Properties
- Generate UUID for User IDs

Tested integration with Segment, verified working. Uses Segment's NodeJS
analytics library to support non-browser based platforms, such as
WhatsApp

---------

Co-authored-by: John Walsh <john@famkit.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-08-16 17:23:23 +02:00
Baptiste Arnaud
86263f0722
🧑‍💻 Improve apiOrigin detection
Closes #1696
2024-08-14 12:03:36 +02:00
Baptiste Arnaud
e649e49572
📝 Update run forge documention with new specs
Closes #1695
2024-08-14 11:33:17 +02:00
Baptiste Arnaud
ac79134973
📝 Add WA limitation notice on Execute on client option
Closes #1521
2024-08-14 11:33:17 +02:00
Baptiste Arnaud
089332ecf1
📝 Add variable result saving notice 2024-08-14 11:33:17 +02:00
Baptiste Arnaud
d49e006df0
📝 Remove enterprise discovery plan link for commercial license 2024-08-12 18:48:43 +02:00
Baptiste Arnaud
a79f41e3c6
📝 Add proto header in reverse proxy instructions
Closes #1680
2024-08-12 15:17:59 +02:00
Abhirup Basu
09277c264c
Implement Pexels videos option to media popover (#1636)
Closes #1575 

Note: Need to create a new environment variable named
`NEXT_PUBLIC_PEXELS_API_KEY` to store the API Key obtained from Pexels!


https://github.com/user-attachments/assets/4250f799-0bd7-48e9-b9a8-4bc188ad7704

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
Co-authored-by: younesbenallal <younes.benallal.06@gmail.com>
2024-07-22 19:41:01 +02:00
Baptiste Arnaud
ec2a53fac1
Remove ZemanticAI block
Closes #1656, closes #1652
2024-07-22 17:24:02 +02:00
Baptiste Arnaud
c6645d4505
🐛 Fix openai total tokens variable set when streaming 2024-07-17 14:47:12 +02:00
Baptiste Arnaud
c6005c49a2
(credentials) Add credentials management menu in workspace settings
Closes #1567
2024-07-16 15:11:48 +02:00
Baptiste Arnaud
043f0054b0
⬆️ Upgrade AI SDK (#1641) 2024-07-15 14:32:42 +02:00
Baptiste Arnaud
5a3fd84214
⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)
Closes https://github.com/baptisteArno/typebot.io/issues/1554
2024-07-11 16:09:49 +02:00
Abhirup Basu
e545c60ca7
📝 Update local-installation documentation for landing page (#1627)
This section of the local-installation documentation required to be
modified because the `/landing-page` directory has already been moved
from the `/apps` directory to the `/ee/apps` directory.


Thanks!
2024-07-08 18:06:17 +02:00
Altomarketing.com
747e989b78
📝 Add link to test CC from Stripe (#1621) 2024-07-03 08:23:11 +02:00
Baptiste Arnaud
a1b5e59124
📝 Add missing set variable values
Closes #1314
2024-06-26 16:51:49 +02:00
Baptiste Arnaud
14613b61d3
📝 Add API deploy doc
Closes #1454
2024-06-26 16:42:54 +02:00
Baptiste Arnaud
6db0464fd7
Add attachments option to text input (#1608)
Closes #854
2024-06-26 10:13:38 +02:00