What problem does it solve?
This Skill solves the problem of writing correct Handlebars template expressions for Celigo integrations so your mappings, HTTP requests, SQL queries, and filters render the exact dynamic values you intend.
Core Features & Use Cases
- Correct syntax and escaping: Choose the right brace style (double vs triple) and place literal quotes safely.
- Accurate runtime context: Write expressions using the right available variables (
record, @root, settings, connection) and understand differences between import, lookup, and export bubbles.
- Reliable expression patterns: Apply common recipes like conditional fields, nested iteration, and date formatting/arithmetic for computed integration configuration.
Quick Start
Tell the AI: write a Celigo Handlebars expression that builds a JSON HTTP request body using record. fields, triple braces for raw output, and conditional logic when an optional value is missing.