We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.
Message Queuing Telemetry Transport (MQTT) is a light-weight, efficient publish-subscribe network protocol for sending messages between devices.
This component allows you to publish messages to an MQTT queue topic.
Connections
MQTT Connection
Authenticate requests to an MQTT server.
| Input | Comments | Default |
|---|---|---|
| Host | Provide the string value for the host of the MQTT server. | |
| Protocol | The protocol used to connect to the MQTT server. | |
| Port | The port of the MQTT server. | |
| Username | ||
| Password |
Actions
Publish Message
Publish a message to a MQTT topic.
| Input | Comments | Default |
|---|---|---|
| Topic Name | Provide a string value for the name of the MQTT topic. | |
| Message | Provide a string value to be sent to the MQTT topic. | |
| Connection |