Skip to main content

MQTT Connector

MQTT Interact with an MQTT Queue

Connections

MQTT Connection

Authenticate requests to an MQTT server.

InputCommentsDefault
HostProvide the string value for the host of the MQTT server.
ProtocolThe protocol used to connect to the MQTT server.
PortThe port of the MQTT server.
Username
Password

Actions

Publish Message

Publish a message to a MQTT topic.

InputCommentsDefault
Topic NameProvide a string value for the name of the MQTT topic.
MessageProvide a string value to be sent to the MQTT topic.
Connection