I have an alert service which currently sends me email alerts. I would like to redirect these emails so that they appear as messages to me in whatsapp.
My first idea would be to follow the email to SMS gateway approach. I see some mention of Whatsapp API but I have not fully researched it.
Is there a current service for this? Or do I need to perhaps code a PHP gateway on one of my web servers to receive emails and then convert them and send via the Whatsapp API?