-
Notifications
You must be signed in to change notification settings - Fork 46
Support for Go-To-Actions? #75
Copy link
Copy link
Open
Description
I am trying to configure Go-To-Actions in my emails but not having much luck. Does this library support that capability?
I have also tried leveraging React Helmet inside my emails but no luck. The emails send but no actions appear to the end user.
<Email>
...
<Helmet>
<script type="application/ld+json">
{`
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://watch-movies.com/watch?movieId=abc123",
"name": "Watch movie"
},
"description": "Watch the 'Avengers' movie online"
}
`}
</script>
</Helmet>
...
</Email>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels