在 Gmail 中单击 "Compose" 按钮时触发 Google 应用脚本

Trigger a Google App script when "Compose" button is clicked in Gmail

我正在开发一个 Gmail 插件,但卡在单击撰写按钮时必须触发我的一个应用程序脚本函数的位置,所以我的用例是每当单击撰写按钮时我的应用程序脚本函数将 return 草稿的文本显示在撰写邮件中 window 并且用户可以编辑该草稿并发送,我发现 Gmail 插件中有可用的撰写操作(https://developers.google.com/gmail/add-ons/how-tos/compose) but that is possible when on an event triggered within your Gmail addon UI. Apart from this I can only see one "unconditional" trigger which is triggered whenever any gmail message is opened ( https://developers.google.com/gmail/add-ons/how-tos/building#contextual_triggers).那么我的用例有什么解决方法吗?首先有可能吗?

这是不可能的。没有 documentations 支持此功能。

您可以尝试创建自己的撰写按钮并附加您想要的方法。

现在可以了。用户可以使用撰写操作扩展撰写用户界面,请参阅下面的url了解更多详细信息。

https://developers.google.com/gmail/add-ons/how-tos/extending-compose-ui