Webhook Tutorial - Send an Email!

There is no way to do this with just the Particle ecosystem. What you are looking for is something like a health monitor. A health monitor would periodically ping the device (ie, call a function or do a variable call) and if it did not receive a response it would emit a Particle Event to call a webhook.

I just wrote this tutorial on how to build a health monitor of sorts