0

I'm trying to make a script that will automatically mark any message that has been archived as read upon archiving it. I have found that solutions for this do exist but they are all time based and I want mine to work instantly upon archiving (only checking when it needs to). Is it possible to have an action in Gmail (such as archiving a message) immediately trigger a function in Google Apps Script?

Help is greatly appreciated, thanks!

Napostrophe
  • 145
  • 1
  • 6

1 Answers1

1

Is it possible to have an action in Gmail (such as archiving a message) immediately trigger a function in Google Apps Script?

No.

Reference

Rubén
  • 34,714
  • 9
  • 70
  • 166