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

json.data.document.emailTemplates.openmetadata.changeEvent.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "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" } ] } }