This is part four in a series* on using web APIs to accomplish useful things in a PicoStack web application.
We have talked about consuming web APIs in a read-only fashion, safeguarding web API secrets when they are required, and wrapping the complexity of an API in a ruleset used as a module.
In this post, we'll use all of these techniques and demonstrate how to use a web API to send simple text email messages.