Kong · Schema

EmailTemplateName

Short name email template name.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-emailtemplatename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailTemplateName",
  "title": "EmailTemplateName",
  "description": "Short name email template name.\n",
  "type": "string",
  "enum": [
    "confirm-email-address",
    "app-registration-approved",
    "app-registration-rejected",
    "app-registration-revoked",
    "reset-password",
    "account-access-approved",
    "account-access-rejected",
    "account-access-revoked",
    "api-key-expiring-soon",
    "api-key-expired",
    "developer-invitation"
  ],
  "x-speakeasy-unknown-values": "allow"
}