Hello
This is a command from gsm modem to send SMS.
How can I run the following command in node red? And of course send the phone number and text of the SMS out of the variable?
thank you
Unfortunately I'm not a programmer and I use node red for my simple tasks, I also extracted these commands from the Google Chrome output.
Please give me a sample flow to run the above program if possible. Thank you
It is customary on this kind of forum to try first and then ask for help and not saying please, can you do this for me...
Using the documentation, you can figure out that you have to put the url in msg.url, the headers in msg.headers and so on. Either with a change node or a function node something like: