json.data.document.emailTemplates.openmetadata.changeEvent.json Maven / Gradle / Ivy
{
"name": "changeEvent",
"displayName": "Change Event Update",
"description": "Template for notifying users about change events.",
"entityType": "EmailTemplate",
"fullyQualifiedName": "changeEvent",
"data": {
"template": " Change Event Update
Hello ${userName},
${updatedBy} posted on ${entityUrl}.
${changeMessage} Happy Exploring!
Thanks
",
"placeHolders": [
{
"name": "userName",
"description": "User's name"
},
{
"name": "updatedBy",
"description": "User who performed the update"
},
{
"name": "entityUrl",
"description": "URL of the entity related to the change"
},
{
"name": "changeMessage",
"description": "Details of the change event"
}
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy