Now that we know more about triggers, let's see what we can do when they fire. Just seeing some problem on the frontend is not enough; we probably want to send notifications using e-mail or SMS, or maybe even attempt to remedy the problem automatically.
Actions make sure something is done about a trigger firing. Let's try to send notifications and automatically execute commands.
In this chapter, we will:
Learn how to limit conditions when alerts are sent