From 60ff4bfa8d364bfbee2f80e20135ae3f5f6c4d77 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 19 Mar 2024 11:16:34 +0000 Subject: [PATCH] fill out mqtt doc --- .../builtin/app-nodes/n8n-nodes-base.mqtt.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.mqtt.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.mqtt.md index b92a59fab..0e06be5f8 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.mqtt.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.mqtt.md @@ -13,6 +13,21 @@ On this page, you'll find a list of operations the MQTT node supports and links /// note | Credentials Refer to [MQTT credentials](/integrations/builtin/credentials/mqtt/) for guidance on setting up authentication. /// + /// note | Examples and templates For usage examples and templates to help you get started, take a look at n8n's [MQTT integrations](https://n8n.io/integrations/mqtt/){:target="_blank" .external-link} list. /// + +## Operations + +Use the MQTT node to send a message. You can set the message topic, and choose whether to send the node input data as part of the message. + +## Related resources + +n8n provides a trigger node for MQTT. You can find the trigger node docs [here](/integrations/builtin/trigger-nodes/n8n-nodes-base.mqtttrigger/). + + +View [example workflows and related content](https://n8n.io/integrations/mqtt/){:target=_blank .external-link} on n8n's website. + + +Refer to [MQTT's documentation](https://mqtt.org/getting-started/){:target=_blank .external-link} for more information about the service.