Step-by-Step Guide to Maximizing Celigo’s September 2025 Release Updates
Introduction
Every Celigo release brings performance and usability improvements for integration and automation professionals. The September 2025 release continues this momentum by introducing AI Copilot, Multi-Instance Flows, and enhanced Handlebars helpers—key upgrades that simplify development and improve operational flexibility.
This guide will help you configure and utilize these updates effectively to streamline your integration workflows.
Who This Is For
This walkthrough is ideal for:
- NetSuite Administrators managing Celigo integrations
- IT and Operations teams automating business processes
- Developers building or customizing flows and transformations
- Integration Architects scaling multi-environment setups
Step-by-Step Breakdown
1. Enable and Explore AI Copilot
Configuration Steps:
- Go to your Celigo Integrator.io Dashboard.
- Open the Settings tab and activate AI Copilot (Beta).
- Type natural language commands such as “Create a Salesforce to NetSuite customer sync” to automatically generate flow templates.
💡 Pro Tip: Use Copilot to automatically suggest data mappings—it supports both standard and custom fields.
2. Build and Deploy Multi-Instance Flows
Configuration Steps:- Start by creating a Base Flow (e.g., Shopify Order Import).
- From the Instances tab, set up different configurations for each store, department, or region.
- Deploy instances independently to avoid affecting other environments.
💡 Pro Tip: Use consistent labels such as “US_OrderImport” or “EU_OrderImport” for better traceability.
3. Simplify Transformations Using New Handlebars Helpers
New Helpers Introduced:
| Helper | Description | Example |
|---|---|---|
{{eq}} |
Compares two values for equality | {{#if (eq status "Active")}} |
{{replace}} |
Replaces specific text dynamically | {{replace name "Inc." ""}} |
{{length}} |
Returns the length of a string or array | {{length items}} |
💡 Pro Tip: Always test transformations using the Preview Data tab before deploying changes to production.
Common Mistakes to Avoid
- Forgetting to rebuild flow instances after modifying the base flow.
- Using AI Copilot prompts without defining field mappings, which may cause incomplete setups.
- Overwriting shared transformations when multiple developers work simultaneously.
Result of Applying This
By implementing these new capabilities, teams can:
- Reduce flow setup time by up to 40% with AI Copilot.
- Scale integrations seamlessly with Multi-Instance Flows.
- Maintain cleaner and more consistent transformations using the new Handlebars helpers.