I am trying to send a Push Notification with a text that says "Email Read" to individual users when the email they send through my Android App is read.
I send the emails through SendGrid API,and I have setup an Azure Function webhook endpoint that gets called when the email is read.
I can attach a Notification Hub registration Id and a GCM Token to the emails which gets passed back to me via the webhook.
Armed with the GCM Token, I know the device/individual I want to send the notification to, my challenge now is how do I call Azure Notification Hub to target individual user?
Currently Azure Function only support Notification Hub binding with Templating, and that brings me to yet another challenge, how can I register for Azure notification hub from Android device using an installation?