Uart communication

hello,I have seen a project to detect temperature and humidity using dht11 sensor interfaced to bolt module via arduino. I am getting data on bolt cloud. can anyone help me with code to get email or any type of alerts when it reached the threshold ?
the link for the project that I done is hee

Hi,

I believe that you have gone through our course in IoT and ML, as such you must already know how to sent the SMS and email alert using python code for the Bolt Analog pin A0.

You can use the same code as that one, by changing replacing the analogRead function with the serialWrite and serialRead functions mentioned in the link below

You could also set up app alerts by using the steps mentioned in the following link

Finally, you could upgrade to the Bolt Cloud PRO plan and setup the SMS and email alerts directly on the Bolt Cloud.