Files
git.stella-ops.org/offline/notifier/templates/deprecation/api-deprecation.slack.template.json

19 lines
877 B
JSON

{
"templateId": "tmpl-api-deprecation-slack",
"tenantId": "bootstrap",
"channelType": "Slack",
"key": "tmpl-api-deprecation",
"locale": "en-US",
"schemaVersion": "1.0.0",
"renderMode": "Markdown",
"format": "Json",
"description": "Slack notification for API deprecation notice",
"metadata": {
"eventKind": "platform.api.deprecation",
"category": "deprecation",
"version": "1.0.0",
"author": "stella-ops"
},
"body": ":warning: *API Deprecation Notice*\n\n*Endpoint:* `{{ event.endpoint }}`\n*API Version:* `{{ event.apiVersion }}`\n*Deprecation Date:* {{ event.deprecationDate }}\n*Sunset Date:* {{ event.sunsetDate }}\n\n*Migration Guide:* {{ event.migrationGuideUrl }}\n\n{{ #if event.replacementEndpoint }}*Replacement:* `{{ event.replacementEndpoint }}`\n{{ /if }}\n---\n_Event ID: {{ event.eventId }} | {{ event.occurredAtUtc }}_"
}