I'm developing node application, that needs to process some data when new email appears in GMAIL. I know how setup pub/sub messaging for all actions on INBOX, but i wonder whether there is a possibility to only get notifications about new emails.
Don't want to have additional requests checking whether we have new email or user removed email or did any other changes.
Any info will be very appreciated.