Skip to content

Commit 7397790

Browse files
committed
image
1 parent c12353b commit 7397790

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Loading

content/cloud/iot-cloud/tutorials/11.nodered/nodered-intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ This simple code will only send values when they are above 60, or when they chan
227227

228228
![Filtering values with a function](./assets/nodered-07.gif)
229229

230-
231230
### Sending Email Notifications
232231

233232
Now that you are able to pull and manipulate data from the Arduino IoT Cloud, it's time to use this data. In this example, we will show how to send alarm notifications to your email, using the Arduino IoT Cloud. To achieve this, we need to add an email nodes following the steps below:
@@ -240,6 +239,8 @@ Now that you are able to pull and manipulate data from the Arduino IoT Cloud, it
240239

241240
Next, drag the email node from the pallette menu on the left side into the editor. Double click on the node, then enter an email to send the data to, as well as your email information to send the data from.
242241

242+
![Email node](./assets/nodered-08.png)
243+
243244
Now, all you need to do is replace the debug node with the email node to receive email notifications with the humidity data received from the Arduino IoT Cloud. You can customize the emails using the function node if you wish.
244245

245246
## Further Applications

0 commit comments

Comments
 (0)