Skip to content

Instantly share code, notes, and snippets.

@r-brown
Created November 19, 2013 21:20
Show Gist options
  • Save r-brown/7552789 to your computer and use it in GitHub Desktop.
Save r-brown/7552789 to your computer and use it in GitHub Desktop.
Google gmail One Click Actions / Confirm Action
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"description": "NetLicensing Registration",
"action": {
"@type": "ConfirmAction",
"name": "Activate account",
"handler": {
"@type": "HttpActionHandler",
"url": "https://netlicensing.labs64.com/app/v2/content/register.xhtml?lc=4b566c7e20&source=gist"
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment