Macros Reference¶
This section covers the Lucit macro system — the syntax used to inject dynamic data values into templates, triggers, and other parts of the platform.
Available Documents¶
Field Map Macro Reference¶
A complete, auto-generated reference of every standard macro available in the Lucit platform, organized by object type and prefix. Includes macro syntax, data types, placeholder values, and enum options.
Use this reference when:
- Building a template and looking up the exact macro syntax for a field (e.g.,
{{account.name}},{{digital_board.city}}) - Configuring triggers or item filters and need to know which macros are available
- Exploring what data is exposed per source object (Account, Digital Board, Inventory Item)
Field Map Specification¶
A technical specification describing how field maps work — where they are used across the platform, the structure of a field map object, and how macros are sourced from different objects.
Use this reference when:
- You want to understand how macros are delivered to templates and triggers
- You are building an application and need to understand how field maps surface data to the UI and API
- You need to know where in the Lucit interface field maps appear (templates, triggers, campaign filters, data source assignments)
Related Resources¶
- Form Fields Specification — JSON-based form field configuration for user input forms
- Template Custom Fields Guide — How to use macros inside custom field code in the Template Designer
- Application Reference — Application-specific macros provided by individual data source apps