json.data.document.emailTemplates.openmetadata.invite-createPassword.json Maven / Gradle / Ivy
{
"name": "invite-createPassword",
"displayName": "Invite create password",
"description": "Template for invite-createPassword.",
"entityType": "EmailTemplate",
"fullyQualifiedName": "invite-createPassword",
"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.
Please use the following link to create a new password for ${entity}.
Create Password
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": "userResetPasswordLink",
"description": "Link for the user to reset/create password."
},
{
"name": "supportUrl",
"description": "URL for support contact."
}
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy