Skip to main content
Version: 4.10.1

Simple Replace component

${}

The Simple Replace component is used to find and interpolate simple expressions in a message body.

Configuration

At this moment there are no configuration parameters for this component.

Example

When given the following request body...

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

Assuming the name and company headers are set to Pedro and Dovetail respectively, the result will be...

hello Pedro, welcome to Dovetail.