Sending out email when event occurs not on some interval
Show older comments
Hi,
TimeControl App allows sending email on a givent interval. Can i send email as soon as i see a change in my data channel? for example if a voltage is exceeded, can i send out email right away?
Accepted Answer
More Answers (1)
Christopher Stapels
on 7 Nov 2023
0 votes
Definitely! Use the React app. You can check the data on a regular schedule (kinda like time control) or use 'on data insert' for the fastest response. Keep in mind that there are limits on the frequency of sending alerts and tho total number of alerts per user for a license year.
4 Comments
vladimir gershman
on 7 Nov 2023
Christopher Stapels
on 7 Nov 2023
This page shows selection of react for MATLAB analysis.
This example shows how to write a MATLAB analysis that sends an email.
vladimir gershman
on 7 Nov 2023
Christopher Stapels
on 7 Nov 2023
Edited: Christopher Stapels
on 7 Nov 2023
data = thingSpeakRead(99998565,ReadKey='xxxxxxxxxxxxxxxx', Fields=[1,4],...)
Communities
More Answers in the ThingSpeak Community
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!