Martin Ján Mašľan
unread,Oct 17, 2025, 5:34:08 AMOct 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hi,
I am an analyst, recently a dev too and I am looking for an optimal way in workspace(not necessarily) to go through gmail inboxes of 6 employees and check whether they replied to offer alerts coming from certain email senders(listing websites) in 24 hours period, if not, I create an entry in spreadsheet. This process is to be automized, launching the script every morning. I have already done the script, but have some uncertainties and cant seem to find something related anywhere.
Initially I used Apps script with jsut Gmail API, my understanding is i cant reach their inboxes with just Gmail API, even though i have delegation rights, so I created a DWD service account in GCP, and the code runs through service account right now.
I would like to know if I used correct/ideal/optimal dev tools, but mostly if there is someone experienced with business mail controlling automatization, also curious how did that someone set up their timers and what methods they used writing their code, assuring that the response will be matched to initial mail with correct timer, since i feel like my code logic is bit fragile.