Files
showbridge-docs/src/content/docs/processors/module/output.mdx
T
2026-05-19 22:12:35 -05:00

23 lines
426 B
Plaintext

---
title: Output to module
sidebar:
label: Output
order: 1
---
The `module.output` processor takes any payload and outputs to the specified module.
- **type**: `module.output`
- **params**:
- **module**: the id of the [module](/concepts/modules) to output to.
### Example
Output whatever payload comes through this processor to the `osc-out` module.
```yaml
- type: module.output
params:
module: osc-out
```