I am creating a G-Mail Add-In with apps script.
What I wanna do is when user send an e-mail a dialogbox will open and user will click to yes from dialogbox then mail will be sent.
Is there any event or any way to do it?
I did this with ItemSend and OnMessageSend event in Office JS in Outlook but I didn't find this kind of event in apps script. It doesn't have to be apps script If is there any other way I would use it
How about something like this?