NodesIo
MQTT Client Publish
Slot Usage: 0
| Parent Node |
|---|
| MQTT Client Initialization |
Overview
MQTT Client Publish node sends a message payload to a topic on the configured MQTT broker.
Input
Setup Tool
requiredReference to MQTT Client Initialization containing broker connection settings.
Topic
string requiredDestination MQTT topic used for message routing on the broker.
Supports dynamic topic names via Template Expressions.
Payload
stringMessage body to publish to the selected topic.
Supports dynamic runtime values via Template Expressions.
QoS
string requiredQuality of service level:
0At most once1At least once2Exactly once
Higher QoS increases delivery guarantees and may increase latency.
Wait for Completion
boolean advancedIf enabled, flow waits for publish completion before continuing.
Disable for asynchronous publish behavior in high-throughput scenarios.
Output
This node does not provide custom output fields.