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

json.data.document.emailTemplates.openmetadata.invite-randompwd.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "invite-randompwd",
  "displayName": "Invite random password",
  "description": "Template for invite-randompwd.",
  "entityType": "EmailTemplate",
  "fullyQualifiedName": "invite-randompwd",
  "data": {
    "template": "
 

${entity} Invite



Hi ${userName},

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

You have been added as an admin. Please use below password to sign-in. Please change the password on signing in to ${entity}.

${password}

Login

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

Thanks,
The ${entity} Team

", "placeHolders": [ { "name": "userName", "description": "Name of the user receiving the invite." }, { "name": "entity", "description": "Name of the entity sending the invite." }, { "name": "password", "description": "Random password generated for the user." }, { "name": "applicationLoginLink", "description": "Link for the user to log in to the application." }, { "name": "supportUrl", "description": "URL for support contact." } ] } }