All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.document.emailTemplates.openmetadata.email-verification.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "email-verification",
  "displayName": "Email verification",
  "description": "Template for email verification.",
  "entityType": "EmailTemplate",
  "fullyQualifiedName": "email-verification",
  "data": {
    "template": "
 

Email Confirmation Required



Hi ${userName},

Welcome to ${entity}, the all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.

Thanks for joining. Please confirm your email address to complete the registration process. Please click the link below or copy and paste this URL into your web browser to verify your email.

Confirm email

The verification link is valid for ${expirationTime} hours only.

Feel free to reachout to us on Slack for any questions you may have.

Thanks,
The ${entity} Team

", "placeHolders": [ { "name": "userName", "description": "User's name" }, { "name": "entity", "description": "Entity or platform name" }, { "name": "userEmailTokenVerificationLink", "description": "Link for email verification" }, { "name": "expirationTime", "description": "Time duration for verification link validity" }, { "name": "supportUrl", "description": "Support URL" } ] } }