The Paho component enables integration of applications with the MQTT protocol, facilitating communication between devices and systems in Internet of Things (IoT) environments.
Important notes:
URI Syntax: paho:topic
Path parameters
Name | Description | Default | Type |
|---|---|---|---|
topic (common) | (required) Topic name. | — | String |
Query parameters
Name | Description | Default | Type |
|---|---|---|---|
brokerUrl (common) | The MQTT broker URL. | tcp://localhost:1883 | String |
The following flow publishes a message to a topic on an external broker without authentication and without using TLS through Integrations. The published message will be the payload sent to a REST endpoint.
The flow starts with a POST request to the /mqtt-01 endpoint with content in the body.
Then, it publishes to the MQTT broker:
sensedia-01test.mosquitto.org on port 1883 (TCP protocol without encryption)

The Paho MQTT5 component enables integration of applications with MQTT protocol (version 5), offering advanced messaging features such as persistent sessions and flow control.
URI Syntax: paho-mqtt5:topic
Path parameters
Name | Description | Default | Type |
|---|---|---|---|
topic (common) | (required) Topic name. | — | String |
Query parameters
Name | Description | Default | Type |
|---|---|---|---|
brokerUrl (common) | The MQTT broker URL. | tcp://localhost:1883 | String |


We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more