{ "templateId": "tmpl-attest-key-rotation-email", "tenantId": "bootstrap", "channelType": "Email", "key": "tmpl-attest-key-rotation", "locale": "en-US", "schemaVersion": "1.0.0", "renderMode": "Html", "format": "Html", "description": "Email notification for attestation signing key rotation", "metadata": { "eventKind": "attestor.key.rotation", "category": "attestation", "subject": "[INFO] Signing Key Rotated: {{ event.keyAlias }}" }, "body": "\n\n
\n\nKey Alias: {{ event.keyAlias }}
\nPrevious Key ID: {{ event.previousKeyId }}
\nNew Key ID: {{ event.newKeyId }}
\nRotated At (UTC): {{ event.rotatedAtUtc }}
\nRotated By: {{ event.rotatedBy }}
\nEvent ID: {{ event.eventId }} | Occurred: {{ event.occurredAtUtc }}
\n\n" }