Skip to main content
Corvus Connection

Build messages with Render Template

Compose chat messages with the Render Template node instead of gluing text and values together by hand.

It is tempting to build a chat message by gluing a few text nodes together. That works until the message grows and the wiring turns into spaghetti.

Render Template keeps the whole message in one place: write it as plain text with placeholders for the dynamic parts, then bind those parts once. The layout stays readable, and changing the wording later is a single edit instead of a rewiring job.

Feed the result straight into Send Chat Message or Reply to Chatter.

Related nodes