我正在使用 Apps 脚本教程(向我自己发送电子邮件)测试操作,但目前只显示 Go-To 操作。这是我用来生成确认操作的代码,我做错了吗?
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "EmailMessage",
"description": "Retry fax sending",
"action": {
"@type": "ConfirmAction",
"name": "Retry",
"handler": {
"@type": "HttpActionHandler",
"url": "http://example.com/do/ba98262b-6eb9-4314-a01a-8ff3076821e3"
"method": "POST"
}
}
}
顺便说一句,有什么地方可以检查 Gmail 操作的推出状态吗?例如,我的 Google Apps 帐户没有显示任何操作,而我的“标准”Gmail 帐户显示。