json.data.document.emailTemplates.openmetadata.account-activity-change.json Maven / Gradle / Ivy
{
"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 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 \n \n
\n \n \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"
}
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy