Gmailの「クイックアクション」を使用してGmailの件名にGo To Actionを追加しようとしていますが、メールの件名にアクションリンクがない場合は毎回.
これが私のメール本文です:
<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>
誰でも問題を解決するのを手伝ってもらえますか?