SMS
Membrane includes a sys-sms program in your workspace for sending
text messages programmatically.
Configure
Section titled “Configure”To configure sys-sms, find it in the Navigator, click the configure
action, type in your phone number, and hit “Invoke”.
To send yourself a text manually, click on sys-sms in the Navigator,
click the send action, type in a message, and hit “Invoke”. Check your
phone!
To send yourself a text programmatically, add sys-sms as a
connection to any program and call:
nodes.sms.send({ message: "whatever" });