Skip to main content
Version: Latest (4.61.0)

Output

The Output component sends data to a specific Input component that can be in the same, or in a different flow. Optionally, it can also specify which environment the flow containing that input should be triggered with.

Configuration

Inputs | Outputs


Output
Input
00 0 (izldu4s)
The component sends incoming data to the configured input target.

If the incoming message contains an environmentId, it takes priority over the configured environment.

Example: Incoming message with environmentId
{
"environmentId": "test"
}