0

Using GSuite Add-on, for Gmail, is there an event that can be used to fire a callback when a recipient email has been added/removed?

james
  • 491
  • 6
  • 15
  • 1
    These are the [Google Apps Script Event Objects](https://developers.google.com/apps-script/guides/triggers/events) – Cooper Apr 07 '20 at 22:47
  • Thanks. So I assume the answer is that there is not an events that fires when a recipient emails has been modified on an email if its not one of the events on the event object page? – james Apr 08 '20 at 03:48
  • As far as I know that’s correct. – Cooper Apr 08 '20 at 12:04

1 Answers1

1

is there an event that can be used to fire a callback when a recipient email has been added/removed?

Answer:

No, there isn't. There are no event objects for Gmail.

Further Reading:

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Rafa Guillermo
  • 14,474
  • 3
  • 18
  • 54