text message alert from thingspeak

Sai Teja Kavuri on 9 Mar 2022
Latest activity Edit by Christopher Stapels on 13 Mar 2022

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.

Christopher Stapels
Christopher Stapels on 9 Mar 2022 (Edited on 12 Mar 2022)

Most 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.

Sai Teja Kavuri
Sai Teja Kavuri on 12 Mar 2022

Thanks for the valuble information. As i am a begginer i requested you that if possible please provided tutorials or indetail steps to complete the process that you have said previously.

Thankyou

Christopher Stapels
Christopher Stapels on 12 Mar 2022 (Edited on 13 Mar 2022)

Here's a tutorial on how to send an email. You can google your cell provider to find the forwarding address.