{ "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": "\n\n
\n\nEndpoint: {{ event.endpoint }}
\nAPI Version: {{ event.apiVersion }}
\nDeprecation Date: {{ event.deprecationDate }}
\nSunset Date: {{ event.sunsetDate }}
\nMigration Guide: {{ event.migrationGuideUrl }}
\n{{ #if event.replacementEndpoint }}Replacement Endpoint: {{ event.replacementEndpoint }}
{{ /if }}\nEvent ID: {{ event.eventId }} | Occurred: {{ event.occurredAtUtc }}
\n\n" }