With our improved usage tracking for the platform license model, you can now track subscription flows, endpoints, and agents based on actual usage:
-
Flows are counted only when they run – meaning flows that are enabled but not executed are not included in usage
-
Endpoints are tracked when used in flow runs or triggered via API calls, and on-premise agents are counted whenever they are used in a flow run
All tracking is done on a month-by-month basis, giving you clear visibility into historical usage trends directly in-product. This enhanced transparency helps you better understand how your integrations are running and gives you confidence in managing growth over time. You can access the improved usage tracking after a maintenance release later in September.
With this release, we’ve added a fresh set of handlebars helpers to make your templates cleaner, smarter, and more versatile.
-
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.
We’ve refreshed the Preview section to deliver a modern, streamlined experience that makes building flows more efficient.
-
Larger data preview window for easier navigation and better focus on business data.
-
Improved visibility of input and mock output to simplify test condition setup and downstream validation.
-
Streamlined request/response logging with a new option to copy the complete request or response for faster troubleshooting.
We’ve restructured the builder UI tabs to provide a modern, streamlined experience across both API Builder and Flow Builder
-
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.
You can now clear or replace uploaded sample files in data loader, file exports, file imports, and file lookups, reducing compliance risks from sensitive data retention. Data loader flow no longer depends on sample file for first time execution, and now includes an enable/disable toggle for easier flow management.
The Celigo Marketplace now features a full-screen, interactive template flow preview that lets you visually explore integration flows before installation. Template flows are organized by business modules, making navigation simpler and more intuitive. You can explore detailed flow steps by clicking the flow name hyperlink or view icon to open a read-only, step-by-step preview displaying:
-
Source and destination applications
-
Mappings, filters, and scripts
-
Branching logic and dependencies
This enhancement provides users with a clear, visual understanding of each template’s structure and behavior, enabling faster, more confident integration decisions.
Dark mode is here across the Celigo platform. Our most requested feature brings a crisp, low-light theme that reduces glare and keeps focus during long builds. Open the theme icon in the top-right to choose Light, Dark, or System, and your preference is remembered. Dashboards, integrations, flows, logs, and editors are fully supported with accessible contrast.
You can now add field-level descriptions (for path params, query params, headers, request body and response body) in API Builder. These enrich your API metadata and make your APIs more discoverable and comprehensible to both developers and AI agents. The descriptions are included in the generated OpenAPI spec, improving documentation quality and interoperability across your ecosystem.
The FTP connector now supports running through the Celigo On-Premise Agent (OPA), providing additional flexibility for managing file transfers within secure 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-Premise Agent already deployed for other applications, reducing setup time and ongoing maintenance.
Connect to more webhook providers with less effort. Webhook listeners now capture plain text and markup by saving the full request body in _raw, so you can map or transform it like any other field. This adds support for text/plain, text/html, and text/markdown (including charset variants) and matches how HTTP exports, lookups, and imports handle plain text responses. JSON, XML, and form-encoded webhooks continue to work as they do today.
Change Data Capture for MongoDB is now available in the Celigo platform. Stream inserts, updates, and deletes from selected collections in near real time, with changed fields plus full before and after versions of each document so you can build true SCD Type 2 pipelines into your database or warehouse.
New HTTP connectors:
Enhancements:
Full endpoint coverage:
-
Sumareji: Also added the Environment setting in the connection form.
New:
Updated: