Listen to http command

Hi. I'm trying to receive an sms in node red from a 3g modem. I attach the 3g routers config page for this. Any idea if it possible and what node I schuold use to get the text. Have tried with a lot of different solutions but no success.

Well we can't really help unless you share what you've done and what errors you are getting.

In Node-RED, you need at least 3 nodes. http-in (set to accept /sms url), http-out (which sends a response back to the router) and a debug node to see when the url gets called and what data it receives. NR can listen for GET and POST (and other types too).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.