Soracom Flux
Republish Action
The Republish Action converts the input data and sends it to the next channel.
Configuration
Condition
In the Action Condition section, you can specify the conditions under which the action will be executed using the values (Message or Context) from the event source to the channel. For more details on the expressions you can input, refer to Use Expressions in Actions.
In this input field, you can enter expressions representing data related to the trigger that starts the Flux application (e.g., event.payload.temp
) or data related to the channel where the action is added (e.g., payload.temp
).
Config
Configure the operation of the Republish Action.
-
Transform Data: Enable this option if you want to transform the data.
- Content Type: Select the Content Type for the transformed data.
-
CONTENT: Enter the transformed data.
In this input field, you can enter expressions representing data related to the trigger that starts the Flux application (e.g.,
${event.payload.temp}
) or data related to the channel where the action is added (e.g.,${payload.temp}
). For details on supported expressions, refer to Action Config Expressions.
Output
Configure how to handle the output data of the action. Refer to Enable Republishing of Action Output for more details.
Output Data of the Action
The output data follows the format set in the Transform Data section.