json.data.document.emailTemplates.openmetadata.testResultStatus.json Maven / Gradle / Ivy
{
"name": "testResultStatus",
"displayName": "Test result status",
"description": "Template for testResultStatus.",
"entityType": "EmailTemplate",
"fullyQualifiedName": "testResultStatusTemplate",
"data": {
"template": " Test Result Notification
Hello ${receiverName},
You have a new Test Result Update.
Task Details :
Name : ${testResultName}
Description : ${testResultDescription}
Status : ${testResultStatus}
Event Timestamp : ${testResultTimestamp}
View Activity
",
"placeHolders": [
{
"name": "receiverName",
"description": "The name of the receiver of the test result notification."
},
{
"name": "testResultName",
"description": "The name of the test result."
},
{
"name": "testResultDescription",
"description": "The description of the test result."
},
{
"name": "testResultStatus",
"description": "The status of the test result."
},
{
"name": "testResultTimestamp",
"description": "The timestamp of the test result event."
},
{
"name": "testResultLink",
"description": "The URL link to view the test result activity details."
}
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy