Skip to content

Templates

A headless template is a named container for one or more flows (plus profile configuration, knowledge-base descriptors, and phone-number requirements) authored with {{field}} placeholders instead of concrete values — the pattern that gets substituted per tenant when an instance is created.

From headless.v2.nairon.xyzTemplates, create a template and open its flow(s) in the graph editor — this opens in template mode, which legalizes {{field}} tokens anywhere a normal flow would expect a literal string, and disables Test/Publish (a template isn’t a runnable flow by itself). As you type {{field_name}} tokens into node text, hook actions, or integration configuration, the editor extracts them into the template’s field schema automatically.

A template can also define integration templates — the same connect forms used for integrations in the marketplace, but in “abstract mode”: {{field}} placeholders instead of concrete secrets, substituted with each tenant’s own credentials when their instance is materialized.

A template moves through draftpublishedarchived. Only a published version of a template can be used to create an instance.