This release introduces numerous new features and enhancements including Dark Mode, enhanced Usage Tracking, streamlined Flow Builder and Data Loader experiences, visual Marketplace previews, and more.
Platform
Dark mode
Dark mode is now available! Our most requested feature delivers a sleek, low-light theme designed to reduce glare, minimize visual fatigue, and improve focus, especially during long building sessions.
You can toggle between Light, Dark, or System mode using the theme icon in the top-right corner. Your selection is saved per user.
Dark mode fully supports:
-
Dashboards
-
Integration flows
-
Logs
-
Script editors
-
Settings
Built for accessibility, the new theme utilizes a high-contrast palette with color-safe alerts and clear focus states, ensuring readability without compromising usability.
Expanded Handlebars library
We’ve added 14 new Handlebars helpers to make your templates cleaner and more versatile, whether you’re formatting data, writing inline logic, or simplifying array handling.
New helper categories:
-
Logic-check helpers: Use
eq,isTruthy,isFalsy,hasOwn, andhasNoItemsfor quick inline checks, comparisons, and empty-state validation. -
List helpers: Simplify array handling with
arrayify,unique,pluck,after, andbeforeto convert, deduplicate, extract, or slice lists. -
Numeric helpers: Format and calculate easily with
modulofor grouping logic andaddCommasfor readable number formatting. -
String and miscellaneous helpers: Use
occurrencesto count substrings andjsonParseto convert JSON strings into usable objects.
Enhanced usage tracking for flows, endpoints, and agents
With our improved usage tracking for the platform license model, you can now track subscription flows, endpoints, and agents based on actual usage.
What’s new:
-
Flows are counted only when they run. Enabled flows that never execute are excluded from usage.
-
Endpoints are tracked only when triggered, whether via a flow or an external API call.
All tracking is done on a month-by-month basis, providing you with clear visibility into historical usage trends directly within the product.
This enhanced transparency helps you better understand how your integrations are running and gives you confidence in managing growth over time.
Streamlined preview section for better productivity
We’ve refreshed the Preview experience in Flow Builder to make development faster, clearer, and more data-driven, especially when testing and troubleshooting complex flows.
Key improvements:
-
Larger preview window for better visibility into record data
-
Inline visibility of Input and Mock Output, making test condition setup and downstream validation easier
-
Streamlined request/response logging with a new option to copy full payloads, including headers and body, for faster support and debugging
Restructured tabs in the builder UI for easier navigation and better visibility
We’ve updated the tab layout in Flow Builder and API Builder to make it easier to navigate, debug, and stay focused during development.
What’s new:
-
Tabs at the top for clearer navigation and quick access to connections, scripts, audit logs and run history in case of flows.
-
Expanded run history view (only flow builder) to easily search and find relevant jobs.
-
Stay focused on building – the run console appears only after a flow or API execution.
-
Improved drag-and-drop experience for the run console.
This streamlined experience helps reduce friction when building, testing, and troubleshooting flows or APIs.
Improved sample file management and data loader enhancements
We’ve introduced updates to help you manage sample data more securely and operate Data Loader flows with greater control.
Key updates:
-
Clear or replace sample files in Data Loader, File Exports, Imports, and Lookups to reduce retention of sensitive data
-
Data Loader flows no longer depend on sample files for first-time execution—users are prompted to upload a new file
-
New enable/disable toggle lets you manage Data Loader flows directly from the Data Loader screen
Flow visualization preview for Marketplace templates
The Celigo Marketplace now features a full-screen, interactive template flow preview that lets users visually explore integration flows before installation.
This enhancement enables you to evaluate templates more quickly and confidently, without needing to install them in their environment first.
Key features:
-
Flows organized by business module for intuitive navigation
-
Click flow name or view icon to open a step-by-step, read-only preview
-
View source/destination apps, mappings, filters, scripts, and branching logic
-
Toggle between HTTP and Simple views for export configuration inspection
This visual interface provides users with a clear understanding of each template’s structure and behavior, speeding up decision-making and reducing setup errors.
→ See the flow visualization preview demo
Multi-instance flows: Scale ecommerce integrations across multiple storefronts
Multi-instance flows provide a scalable approach to managing shared integration patterns across multiple storefronts, environments, or tenants.
Manage the holiday rush across storefronts with multi-instance flows.
Key benefits:
-
Define once, deploy everywhere — Create a master flow and inherit logic across all instances
-
Customize only what’s different — Use lightweight, JSON-based overrides for fields like connection IDs or mappings
-
Reduce duplication — Update the master flow once and push changes to all instances
-
Centralized control — Monitor and manage all instances from a unified interface
B2B Manager for EDI
Create an EDI profile from an uploaded sample file
Setting up an EDI profile just got faster and easier in B2B Manager.
You can now upload a sample EDI file (X12 or EDIFACT) during profile creation. The system will automatically analyze the file, detect its structure, and pre-fill key profile fields—including interchange and group segment details.
Key benefits:
-
Reduces manual setup steps
-
Minimizes configuration errors
-
Accelerates onboarding, even for users with limited EDI experience
-
Helps you move from setup to testing in minutes
This enhancement streamlines the configuration process and improves the success rate of first-time integrations with new trading partners.
→ Create an EDI profile from a sample file
API Management
Introducing support for APIM v4 definition
You can now choose the API definition version when pushing APIs to API Management (APIM). Select either v2 or v4 (recommended).
The v4 definition enables additional features, including:
-
OpenAPI Specification (OAS) validation policy
-
mTLS plan configuration, and more
For existing APIs, when adding a new endpoint, the Select Existing API dropdown displays a v2 / v4 label next to each API, making it easy to recognize which definition each API uses.
Enhanced metadata: Field-level descriptions in API Builder
You can now add descriptions at the field level for:
-
Path parameters
-
Query parameters
-
Headers
-
Request body and response body fields
These descriptions enhance API metadata, making APIs more discoverable, reusable, and comprehensible, whether for human developers or AI agents using MCP.
All descriptions are included in the OpenAPI spec, improving documentation quality and enabling better interoperability across your ecosystem.
Integration Apps / Templates
Shopify – NetSuite: Returns, Exchanges, and Refunds integration template
A new Returns, Exchanges, and Refunds integration template is available in the Celigo Marketplace for Shopify and NetSuite.
This template leverages Shopify’s GraphQL APIs and supports the platform’s native exchange functionality, allowing merchants to process returns and exchanges across both web and POS orders.
Key capabilities:
-
Automates return and exchange flows from Shopify to NetSuite
-
Supports both refunds and item-for-item exchanges
-
Works with Shopify’s latest native exchange features
-
Aligns seamlessly with order and fulfillment records in NetSuite
Setup instructions, including the required NetSuite saved searches, are available in the accompanying Knowledge Base article.
Connectivity
On-premise agent support for FTP connections
The FTP connector now supports execution through the Celigo On-Premise Agent (OPA)—enabling secure and flexible file transfers within protected network environments.
Key benefits:
-
Secure access to internal FTP servers: Connect to FTP servers located behind a firewall without exposing them to the public internet—ensuring data remains protected while enabling seamless integrations.
-
Flexible hybrid connectivity: Easily transfer files between on-premise systems and the Celigo cloud, even when servers are not publicly accessible.
-
Simplified infrastructure management: Reuse an existing on-premises agent already deployed for other applications, reducing setup time and ongoing maintenance.
Support for plain text webhook requests
Webhook listeners now support plain text and markup payloads, making it easier to connect with more webhook providers.
-
The full request body is saved in _raw, allowing it to be mapped or transformed like any other field
-
Supports text/plain, text/html, text/markdown (and charset variants)
-
Aligns with how HTTP exports, lookups, and imports handle plain text
-
Existing support for JSON, XML, and form-encoded formats remains unchanged
Change Data Capture (CDC) support for MongoDB
You can now stream real-time inserts, updates, and deletes from MongoDB collections using Change Data Capture (CDC).
-
Capture changed fields with full before-and-after document versions
-
Build near real-time SCD Type 2 pipelines into data warehouses
-
Apply filters using aggregation pipelines ($match, $project, etc.)
-
Use CDC for analytics, event-driven workflows, or real-time sync with other systems
Integration Marketplace
Check out the new TP and HTTP connectors available in the Integration Marketplace.

