17 lines
739 B
JSON
17 lines
739 B
JSON
{
|
|
"templateId": "tmpl-risk-profile-state-slack",
|
|
"tenantId": "bootstrap",
|
|
"channelType": "Slack",
|
|
"key": "tmpl-risk-profile-state",
|
|
"locale": "en-US",
|
|
"schemaVersion": "1.0.0",
|
|
"renderMode": "Markdown",
|
|
"format": "Json",
|
|
"description": "Slack notification for risk profile state changes",
|
|
"metadata": {
|
|
"eventKind": "risk.profile.published",
|
|
"category": "risk"
|
|
},
|
|
"body": ":information_source: *Risk profile update*\n\n*Profile:* {{ event.profileName }}\n*State:* {{ event.state }}\n*Owner:* {{ event.owner }}\n*Summary:* {{ event.summary }}\n\n{{ #if event.policyId }}*Policy:* {{ event.policyId }} (v{{ event.policyVersion }})\n{{ /if }}---\n_Event ID: {{ event.eventId }} | {{ event.occurredAtUtc }}_"
|
|
}
|