April 2026
Documentation: workflows and the previous skill name
We updated documentation copy to use workflows as the primary term. Where it helps you find your way, we use workflow (skill) so you can still map the previous product name.What this change includes
- Guides and visible text aligned with the new wording (for example, Your first workflow (skill) on introduction and getting-started pages).
- No URL changes: page paths and internal links stay the same; only on-screen copy was updated.
- Technical references: in API contexts or exact system names, skill is kept when it matches the real identifier.
April 2026
Connect channels directly from Brain Studio
You can now connect a WhatsApp channel without leaving Brain Studio. The connection flow is available from two points within the canvas:- Publish → Connect your channel: click Publish and then the Connect your channel link at the bottom of the side panel.
- Manage channels: open the menu in the top-right corner of the canvas and select Manage channels.
View full WhatsApp guide
See the detailed steps to connect your WhatsApp Business number.
April 2026
New Campaigns UI in Connect
The campaign creation and management experience in Connect has been completely redesigned. You can now complete the entire flow in fewer steps, with clearer navigation that is consistent with the rest of the platform.What improves with this update
- Faster, more organized navigation: the creation wizard guides each stage sequentially and without distractions.
- Fewer steps to create campaigns: the flow was simplified without removing any functionality.
- Greater clarity at every stage: more explicit names, descriptions, and controls in each step.
- Consistency with the new platform UI: visual design aligned with the rest of Connect and Brain Studio.
March 2026
Default parameters for MCP tools
MCP tools in granular mode now support configuring default parameters from the AI Agent and AI Task nodes. When you open an individual tool’s detail view, you can:- Set default values that the agent will use on every invocation, instead of letting the AI decide.
- Inject dynamic flow variables using the variable selector.
- Toggle between form view and JSON editor.
- Search parameters by name.
View documentation
See how to configure default parameters in the AI Agent node.
March 2026
Increased memory JSON limit
The maximum allowed size for JSON objects stored with$memory.setJson() is 15 KB.March 2026
Save response in interactive message nodes
The Buttons, List, and Numbered list nodes now allow saving the option selected by the user directly into a memory variable from the Advanced tab in the configuration panel.Main highlights
- Response variable in Buttons: Enable the “Save response” toggle and enter the variable name. The payload of the chosen button becomes available as
{{$memory.variable_name}}. - Response variable in List: Same functionality for the List node. The selected option is stored for later use in the flow.
- Response variable in Numbered list: Full support in the new Numbered list node, available on all channels.
- New Numbered list node: Interactive message node that presents options as numbered text, compatible with WhatsApp, Web, Facebook, and Instagram.
How to use it
- Open the configuration panel of a Buttons, List, or Numbered list node.
- Go to the Advanced tab.
- Enable the Save response toggle.
- Enter the name of the variable where the selection will be stored.
- Access the value in subsequent nodes with
{{$memory.variable_name}}.
Buttons node
Configure the response variable in interactive buttons
List node
Configure the response variable in dropdown lists
Numbered list
New multi-channel node with response variable support
February 2026
New channel activation documentation
Complete documentation on how to activate and configure communication channels on the Jelou platform.Documented channels
- Facebook: Connect your Facebook page to manage conversations
- Web: Integrate a chat widget on your website
- WhatsApp: Set up WhatsApp Business API for customer support
Included content
- Prerequisites for each channel
- Basic step-by-step configuration
- Validations and restrictions
- Channel-specific best practices
View activation guides
Check out the complete channel activation guides.
February 2026
UX improvements in Random node
New improved interface for the Random node with better user experience and visual validation.Main improvements
- Improved empty state: Clear interface when no routes are configured with a direct action button
- Visual validation: Color alerts indicating whether the percentage distribution adds up to 100%
- Better organization: Redesigned configuration panel to make route management easier
- Real-time feedback: Visual indicators of the percentage distribution status
View documentation
Check out the complete guide for the Random node.
February 2026
New Workflows & Tools interface in Brain Studio
Improved user experience with a new design for accessing Workflows, Tools, and Marketplace.Main changes
- Floating button: Replaces the fixed left sidebar with a floating button showing the workflow name and a folder icon
- Popover panel: Clicking the floating button opens a pop-up panel with access to Workflows, Tools, and Marketplace
- Cleaner interface: More workspace by removing the permanent sidebar
View updated documentation
Check out the updated guides with the new interface.
February 2026
Advanced AI Agent configuration
New documentation on the advanced configuration options available in the AI Agent node.Documented options
- Quick reply payload support: Allows processing quick reply payloads in interactive messages
- PDF document support: Enables reading and processing PDF files (text only, no images)
- Read image with URL and caption: Processes images along with their text descriptions
View documentation
Check out the complete guide for advanced AI Agent configuration.
January 2025
Memory V2
New version of the memory system with significant improvements for the code node.Main highlights
- File support: Store images, videos, audio, and documents (up to 10MB)
- TTL control: Define expiration time for each stored piece of data
- Improved API: Specific methods for primitives, JSON, and files
- Greater capacity: JSON up to 5KB, files up to 10MB
Quick example
Full documentation
Check out the detailed guide with all methods, supported types, and migration examples.