Skip to main content
Corvus Connection

Render Template

Action
message.renderTemplateRenders a saved message template (by name) against this graph's trigger context and outputs the rendered text. Pick a template of the graph's trigger kind; wire 'text' into a Send Chat / Speak node.Renders the selected template against the trigger context; binds 'text'.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed

Outputs

Name
Kind
Type
Flags
outExecexecNone
textDataSystem.Stringmultiplexed

Parameters

Name
Type
Required
Default
Choices
templateSystem.Stringyes""None
contextKindSystem.Stringno""None

Lowers to C#

var text = await ctx.Templates.RenderAsync("name");