How can I use Pipedream to subscribe to an MQTT topic and convert the received messages to WhatsApp messages using Ultrasend?

This topic was automatically generated from Slack. You can find the original thread here.

Hello guys, I’m happy that I joined your slack server and I’m so excited to learn more about Pipedream

My idea is that I have sensors publishes a message to a single MQTT topic, and I need to use Pipedream to subscribe to this MQTT topic to send the reiceved messages from the MQTT broker to WhatsApp group using an app already exists in Pipedream called “Ultrasend”

The workflow I have now in Pipedream is simple: which lets sensors to trigger the flow using HTTP request then Pipedream sends a message to WhatsApp, the upgrade I need it to let Pipedream subscribes to the MQTT topic within the connection to my MQTT broker, and then converts the MQTT message into a WhatsApp message using Ultramsg

Hi, welcome to Pipedream! Do you know any 3rd party apps that connect to a MQTT topic or have you tried that via a custom code step directly in Pipedream?

I can see that there are some articles recommends to subscribes to MQTT Broker using NODERED, I don’t know if we can trigger Piepdream via pub/sub message

anyone can help?