Commit Graph

26 Commits

Author SHA1 Message Date
Baptiste Arnaud
e00e5ccc6f
📝 Add Make.com webhook response tutorial 2025-10-22 10:47:07 +02:00
Baptiste Arnaud
0c5cd615f5
📝 Add transcript section to results docs 2025-08-28 11:22:02 +02:00
Baptiste Arnaud
2b626f75f3
🐛 Enable vision for gpt-5 models 2025-08-26 11:10:20 +02:00
Baptiste Arnaud
41a1954fb7
📝 Update Cards block documentation to include variable mapping 2025-08-18 10:13:09 +02:00
Baptiste Arnaud
0c374d9617
📝 Add WA allow list phone number screenshot 2025-07-18 11:55:10 +02:00
Baptiste Arnaud
65921bbde4
📝 Update WhatsApp doc and troubleshooting
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-07-10 09:34:53 +02:00
Alexis Falaise
1ca7040ec2
Add Reply event block (#2114) 2025-05-06 15:43:41 +02:00
Baptiste Arnaud
dc01e0bb3c
🚩 Remove Cards block feature flag 2025-03-25 15:22:56 +01:00
Baptiste Arnaud
ca46139694
📝 Update condition documentation to clarify list handling with Greater and Less operators 2025-03-19 11:14:02 +01:00
Baptiste Arnaud
92373377bb
📝 Add command event documentation image 2025-03-06 11:06:46 +01:00
Baptiste Arnaud
a54b27cfbd
📝 Add Blink integration instructions 2025-02-24 10:35:20 +01:00
Baptiste Arnaud
c0954dad34
📝 Add credentials documentation 2025-02-04 18:17:39 +01:00
John Walsh
b565a63bf3
Add Time input block (#1978)
Closes #1941

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-01-30 10:34:45 +01:00
Baptiste Arnaud
59c0ea03cf
Add Webhook block (#1815)
Closes #1531
2024-10-07 11:44:28 +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
ae31fe8f48
📝 (results) Add time filter section in Results page 2024-09-10 10:49:17 +02:00
Baptiste Arnaud
ec2a53fac1
Remove ZemanticAI block
Closes #1656, closes #1652
2024-07-22 17:24:02 +02:00
Baptiste Arnaud
918836d6cf
(embed) Option to add a wait event for the embed bubble
Closes #1590
2024-06-19 15:27:45 +02:00
Abdullah bin Amir
a17781dfa6
Add NocoDB block (#1365)
#970 #997

Fully integrate NocoDB.

Added all API Functions:

- List Table Records
- Create Table Records
- Update Table Records
- Delete Table Records
- Read Table Record
- Count Table Records
- List Linked Records
- Link Records
- Unlink Records

Optional Todo:
- Save responses of non-get requests in a variable (error validation
try-catch is added and logged so i do not think so it is much needed)

You are free to implement any extra validation/function :D

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-05-27 10:46:42 +02:00
Baptiste Arnaud
1afa25a015
Add variables panel
Closes #398
2024-05-13 09:58:27 +02:00
Baptiste Arnaud
e755f08b40
📝 (whatsapp) Add position collection example 2024-05-12 08:02:35 +02:00
Stergios
ecec7023b9
Add Anthropic block (#1336)
Hello @baptisteArno,

As we discussed in issue #1315 we created a basic implementation of
Anthropic’s Claude AI block.
This block is based on the OpenAI block and shares a similar structure.

The most notable changes in this PR are:
- Added the Claude AI block.
- Added relevant documentation for the new block.
- Formatted some other source files in order to pass git pre-hook
checks.

Some notes to be made:
- Currently there is no way to dynamically fetch the model’s versions
since there is no endpoint provided by the SDK.
  - All pre version-3 Claude models are hard-coded constant variables.
- We have opened an issue for that on the SDK repository
[here](https://github.com/anthropics/anthropic-sdk-typescript/issues/313).
- We can implement in a new PR Claude’s new [Vision
system](https://docs.anthropic.com/claude/docs/vision) which allows for
image analysis and understanding.
  - This can be done in a later phase, given that you agree of course.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced the Anthropic block for creating chat messages with Claude
AI in Typebot.
- Added functionality to create chat messages using Anthropic AI SDK
with configurable options.
	- Implemented encrypted credentials for Anthropic account integration.
- Added constants and helpers for better handling of chat messages with
Anthropic models.
- Included Anthropic block in the list of enabled and forged blocks for
broader access.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Retr0-01 <contact@retr0.dev>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2024-03-12 17:53:33 +00:00
Baptiste Arnaud
f4d315fed5
(openai) Add tools and functions support (#1167)
Closes #863

Got helped from #1162 for the implementation. Closing it in favor of
this PR.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced `CodeEditor` with additional properties for better form
control and validation.
- Introduced tools and functions in OpenAI integrations documentation
for custom JavaScript execution.
- Added capability to define and use custom JavaScript functions with
the OpenAI assistant.
- Expanded layout metadata options to include various input types and
languages.

- **Improvements**
- Updated the OpenAI actions to support new function execution features.

- **Documentation**
- Added new sections for tools and functions in the OpenAI integrations
guide.

- **Refactor**
- Refactored components and actions to integrate new features and
improve existing functionalities.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-01-19 08:05:38 +01:00
Baptiste Arnaud
03258e0f64 (openai) Add "Ask assistant" action
Closes #1024
2024-01-11 08:29:41 +01:00
Baptiste Arnaud
65f4fb0d7a 📝 Add Contribute docs 2024-01-03 16:29:41 +01:00
Baptiste Arnaud
1e5fa5a575
📝 Migrate from Docusaurus to Mintlify (#1115)
Closes #868
2023-12-22 09:13:53 +01:00