Home > Mobile >  Receive an update when you Receive an Email
Receive an update when you Receive an Email

Time:05-18

I am using Gmail with Amazon SES to send Emails using SMTP. I want a request on a WebHook I created (in java) when I receive a new message on the Email. Like when I sent a Mail to [email protected] using SMTP integration I have and [email protected] writes a reply to my Email, how can I immediately get to know about that?

If I'm supposed to use a SDK to integrate the same, which SDK can help me do so.

I'm not sure whether I have to integrate with Gmail or with SES to do this. Any help is highly appreciated.

CodePudding user response:

You should take a look at Push notifications in Gmail API. There are a lot of services that offer this feature like Zapier, but it costs money. This is your best bet if you want to implement your a solution for your requirement without spending tons of money.

  • Related