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

json.data.document.emailTemplates.openmetadata.account-activity-change.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "account-activity-change",
  "displayName": "Account activity change",
  "description": "Template for notifying users about account activity change.",
  "entityType": "EmailTemplate",
  "fullyQualifiedName": "account-activity-change",
  "data": {
    "template": "\n\n\n\n\n
 
\n\n \n \n
\n \n \n \n
\n

\n \n \n \n \n \n \n
\n \n \n \n \n \n \n
\n Account Status Changed\n
\n

\n
\n
\n

\n \n \n \n \n \n \n
\n

Hello ${userName},

\n

\n A new activity was initiated on your account.\n

\n Action: ${action}\n \n

\n Status: ${actionStatus}\n \n

\n

Let us know if you need anything. We are here to help.

\n

Happy Exploring!
Thanks

\n
\n
", "placeHolders": [ { "name": "userName", "description": "User's name" }, { "name": "action", "description": "Action performed" }, { "name": "actionStatus", "description": "Status of the action" }, { "name": "supportUrl", "description": "URL for support" } ] } }