Skip to content

Support for Go-To-Actions? #75

@joncursi

Description

@joncursi

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions