text message alert from thingspeak
hello, i have done my iot project using thingspeak as the monitoring source and its working well and good.But now i need get text message to a mobile when the field value gets reached to given threshold value and i have to get a alert text message.Is there any way to resolve my problem from thigspeak data to alert text message.
Thankyou.
3 Comments
Time DescendingMost cell providers have an SMS forwarding option. For example, is you mail xxxxxxxxxx@vtext.com (where x is your number) Verizon will forward your email message as text. You can use the ThingSpeak alerts service to generate an email and then set a rule in your inbox to fwd to the sms mail address. Alternatively, you can use a third party service such as Twilio to send a direct SMS message than can be triggered vis a REST API. You can use MATLAB analysis to trigger the REST call to Twillio (using webread or webwrite.) Then you can use the react app to schedule the code to run when the threshold is reached.