Skip to content

component simplereplace

Raymond Meester edited this page Mar 7, 2023 · 2 revisions

Use simple expressions in the body of a message.

Example

When the message body is

hello ${header.name}, welcome to ${header.gateway}.

Assuming the name and company headers are set to Pedro and Assimbly respectively, the result will be:

hello Pedro, welcome to Assimbly.

Path

Path can be empty.

Options

This component has no options.

Clone this wiki locally