我正在尝试使用 Gmail“快速操作”在 Gmail 主题行中添加转到操作,但每次它在邮件主题中都没有操作链接。
这是我的邮件正文:
<html>
<head>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"description": "Check this out",
"action": {
"@type": "ViewAction",
"url": "https://www.youtube.com/watch?v=eH8KwfdkSqU"
}
}
</script>
</head>
<body>
<p>
This a test for a Go-To action in Gmail.
</p>
</body>
</html>
谁能帮我找出问题所在?