json.data.document.emailTemplates.openmetadata.invite-randompwd.json Maven / Gradle / Ivy
{
"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."
}
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy