Reference · Credentials

MQTT credentials

Used by 1 BusyBot node.

Type mqttApi 13 fields

Fields

FieldTypeRequiredNotes
Protocol
protocol
options Yes
Host
host
string Yes
Port
port
number Yes
Username
username
string No
Password
password
password No
Clean Session
clean
boolean No
Client ID
clientId
string No
SSL
ssl
boolean No
TLS CA Certificate (PEM)
ca
string No PEM-encoded CA certificate for verifying broker TLS
TLS Client Certificate (PEM)
cert
string No PEM-encoded client certificate for mTLS
TLS Client Key (PEM)
key
string No PEM-encoded client private key for mTLS
Reject Unauthorized Certs
rejectUnauthorized
boolean No When false, accepts self-signed/invalid TLS certs (dev only — INSECURE)
TLS SNI Server Name
servername
string No Optional SNI server name override for TLS

Setting up MQTT

  1. In MQTT, create the credential this connection needs — the values listed in the table above. These are issued from your own MQTT account, usually under its developer, API or integrations settings.
  2. In BusyBot, open Credentials → Add credential and choose MQTT.
  3. Paste each value into the matching field and save.
  4. Add the MQTT node to a workflow, select this credential, and run a simple operation to confirm it authenticates.

Security

  • Secret values are encrypted at rest with AES-256-GCM and are never shown again after saving.
  • Grant the minimum scopes or permissions the operations you actually use require.
  • Rotate the credential periodically, and immediately if it may have been exposed.
  • Credentials are scoped to your account — a workflow cannot use another account's.

Nodes that use MQTT

One credential works across every node below — create it once and reuse it.