I am planning to build a task tracking system, so I am wondering if it is possible to sync gmail's communication between users to the system automatically?
Thank you all and I would appreciate it.
I am planning to build a task tracking system, so I am wondering if it is possible to sync gmail's communication between users to the system automatically?
Thank you all and I would appreciate it.
Usually it's better to store state of the task in DB. And send emails with links to the app where the state can be changed.
But answering your original question: You can use Apps Script's Gmail Service to access user's emails. But mails can be accesses while the user is using your app only.