-
Notifications
You must be signed in to change notification settings - Fork 57
Part 5. Configure Your Own Weather Alerts
Elizabeth Adams edited this page Nov 26, 2018
·
6 revisions
Let's create a SMS alert whenever temperature drops below freezing.
We are going to follow the Trigger notification setup process outlined on the support page.
- Make sure your weather data bucket is loaded.
- Click on the bucket's settings in the data shelf (under its name).
- Click on the Triggers tab.
- Select the data stream to trigger on (you can use the drop-down list to select from existing streams once a data bucket has loaded or you can type in the stream name/key manually; *note Safari does not support HTML5 dropdown lists). In my example screenshot above, I selected Temperature(F).
- Select the conditional operator, in this case '<'.
- Select the Trigger value that will trigger an action (manually type in the desired value). In this case, type in 32 as shown above.
- Click the '+' button to add the Trigger condition.
- Select the action (current actions available are notify by SMS or email).
- Click the '+' button to add the action.
- Input any verification code if adding a new phone number or email to complete setup.
Your trigger is now live and will fire when the condition is met. Click done to return to the main screen.
Whenever temperature drops below 32, you will get a text message. You set alerts on anything in your weather data bucket (*note that you need to use emoji tokens, not the actual emojis). For example, whenever it is raining
:cloud: Weather Conditions = :umbrella:
Whenever it is windy
:dash: Wind Speed(MPH) > 20
etc.