SetBody component
Use the SetBody component to build a body in your flow.
Configuration
The SetBody component has the following basic configuration options:
Expression type
Defines the expression type to be used in the Content of the SetBody component.
Options
Simple
(default)Constant
If the expression type is set to Simple
, Simple expressions like ${header.headername}
are replaced with their respective values. The Constant
expression type will not replace these expressions and leave them as is.
Content
Defines the body content for each message passing through the component.