20 lines
1.7 KiB
JSON
20 lines
1.7 KiB
JSON
{
|
|
"templateId": "tmpl-api-deprecation-email",
|
|
"tenantId": "bootstrap",
|
|
"channelType": "Email",
|
|
"key": "tmpl-api-deprecation",
|
|
"locale": "en-US",
|
|
"schemaVersion": "1.0.0",
|
|
"renderMode": "Html",
|
|
"format": "Html",
|
|
"description": "Email notification for API deprecation notice",
|
|
"metadata": {
|
|
"eventKind": "platform.api.deprecation",
|
|
"category": "deprecation",
|
|
"version": "1.0.0",
|
|
"author": "stella-ops",
|
|
"subject": "[DEPRECATION] API Endpoint Deprecated: {{ event.endpoint }}"
|
|
},
|
|
"body": "<!DOCTYPE html>\n<html>\n<head><style>body{font-family:sans-serif;line-height:1.5;}.section{margin:1em 0;padding:1em;background:#f8f9fa;border-radius:4px;}.label{font-weight:bold;color:#666;}.mono{font-family:monospace;background:#e9ecef;padding:2px 6px;border-radius:3px;}.warning{color:#e67e22;}</style></head>\n<body>\n<h2 class=\"warning\">API Deprecation Notice</h2>\n<div class=\"section\">\n<p><span class=\"label\">Endpoint:</span> <span class=\"mono\">{{ event.endpoint }}</span></p>\n<p><span class=\"label\">API Version:</span> <span class=\"mono\">{{ event.apiVersion }}</span></p>\n<p><span class=\"label\">Deprecation Date:</span> {{ event.deprecationDate }}</p>\n<p><span class=\"label\">Sunset Date:</span> {{ event.sunsetDate }}</p>\n</div>\n<div class=\"section\">\n<p><span class=\"label\">Migration Guide:</span> <a href=\"{{ event.migrationGuideUrl }}\">{{ event.migrationGuideUrl }}</a></p>\n{{ #if event.replacementEndpoint }}<p><span class=\"label\">Replacement Endpoint:</span> <span class=\"mono\">{{ event.replacementEndpoint }}</span></p>{{ /if }}\n</div>\n<hr>\n<p style=\"font-size:0.85em;color:#666;\">Event ID: {{ event.eventId }} | Occurred: {{ event.occurredAtUtc }}</p>\n</body>\n</html>"
|
|
}
|