How can i make gmail send me HTTP request everytime i get new message

I am creating a laravel app to manage my Gmail using google client api to manage my customers and connect them with the emplyees

In my app there is last_interaction attribute to each client that changes everytime they get or send emails to me

I want gmail to send my app every new message i get using HTTP request so that i can update this attribute in my database

Can u help?

By the way, I looked for an event listener to do that in google app script but i couldn’t find any

I looked for an event listener to do that in google app script but i couldn’t find any

Leave a Comment