-
-
Notifications
You must be signed in to change notification settings - Fork 9
component simplereplace
Raymond Meester edited this page Mar 7, 2023
·
2 revisions
Use simple expressions in the body of a message.
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 can be empty.
This component has no options.