Articles in this section

Celigo platform 2025.11.1 release notes

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:

  • 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.

Introduce new handlebars helpers - Part 2 -

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, isTruthyisFalsyhasOwn, and hasNoItems for quick inline checks, comparisons, and empty-state validation.

  • List helpers: Simplify array handling with arrayifyuniquepluckafter, and before to convert, deduplicate, extract, or slice lists.

  • Numeric helpers: Format and calculate easily with modulo for grouping logic and addCommas for readable number formatting.

  • String and miscellaneous helpers : Use occurrences to count substrings and jsonParse to convert JSON strings into usable objects.

Streamlined preview section for better productivity

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.

Restructured tabs in the builder UI for easier navigation and better visibility

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.

Improved sample file management and data loader enhancements.

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.

Flow visualization preview for marketplace templates

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

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.

themeMenu.png

Enhanced metadata: Field-level descriptions in API builder

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.

Connectivity

On-Premise agent support added for FTP connections

The FTP connector now supports running through the Celigo On-Premise Agent (OPA), providing additional flexibility for managing file transfers within secure network environments.

onPremFTPConnection.png

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.

Support for plain text webhook requests

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.

Added real-time change data capture (CDC) support for MongoDB exports

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.

image__13_.png

Connectors

New HTTP connectors:

Enhancements:

Full endpoint coverage: