{ "templateId": "tmpl-risk-profile-state-email", "tenantId": "bootstrap", "channelType": "Email", "key": "tmpl-risk-profile-state", "locale": "en-US", "schemaVersion": "1.0.0", "renderMode": "Html", "format": "Html", "description": "Email notification for risk profile state changes", "metadata": { "eventKind": "risk.profile.published", "category": "risk", "subject": "[Notify] Risk profile update: {{ event.profileName }}" }, "body": "\n\n
\n\nProfile: {{ event.profileName }}
\nState: {{ event.state }}
\nOwner: {{ event.owner }}
\nSummary: {{ event.summary }}
\n{{ #if event.policyId }}Policy: {{ event.policyId }} (v{{ event.policyVersion }})
{{ /if }}\nEvent ID: {{ event.eventId }} | Occurred: {{ event.occurredAtUtc }}
\n\n" }