Send Email to Ignition

Hi,
I’m wondering if there is anyway to send an email to Ignition. There is an alert service from a government website, via email, that I would like to bring into ignition to then be used as an alarm. Anyway to do this?

You’d need to use python to write a script that would check your email server for the right email and then perform an action. You’d probably want that script on a timer so that emails are checked regularly.

Ok thank you.
I’ll have a look into how to do that.