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.
Using Simple Replace
When given the following request body:
Hello ${header.name}, welcome to ${header.company}.
Assuming the name and company headers are set to Pedro and MyCompany respectively, the result will be:
Hello Pedro, welcome to MyCompany.
Last update on Feb 25, 2025