Skip to main content

Text: Template

Replace placeholders in a message template with the provided values.

Example
Configuration:
Template: Hello {name} !
Placeholders: name

Input: name = Sam
Ouput: Hello Sam !

Parameters

MessageREQUIRED

The message template with placeholders. Use brackets to define placeholders (for example: "Hello {name} !").

PlaceholdersREQUIRED

List of all placeholders you want to connect to the template.

Input

Placeholders connectors

All template placeholders as input connectors.

Output

Text

The message template with placeholders replaced by the provided values.