Course 3: Introduction to Handlebars

The Handlebars templating language allows you to access variables and format data in InsightConnect. It is foundational to working with step inputs and outputs across all workflows.

Additional Handlebars resources

Supported Helpers

InsightConnect only supports "built-in" helpers in Handlebars. This functionally means only #if, #unless, #each, and lookup helpers are available for use.

For a comprehensive guide on using Handlebars, check out the Handlebars website.