json.data.document.emailTemplates.openmetadata.testMail.json Maven / Gradle / Ivy
{
"name": "testMail",
"displayName": "Test Mail",
"description": "Template for testMail.",
"entityType": "EmailTemplate",
"fullyQualifiedName": "testMail",
"data": {
"template": " Email Test
Hi ${userName},
This is a Test Email, receiving this Email Confirms that you have successfully configured OpenMetadata to send Mails. Feel free to reachout to us on Slack for any questions you may have.
Thanks,
The ${entity} Team
",
"placeHolders": [
{
"name": "userName",
"description": "The name of the user receiving the test email."
},
{
"name": "supportUrl",
"description": "The URL link to reach out for support."
},
{
"name": "entity",
"description": "The entity name or organization sending the email."
}
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy