Auth0 · Schema

ConnectionTemplateSyntaxEnumSMS

SMS template syntax type. Set to 'md_with_macros' to enable macro processing in templates.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontemplatesyntaxenumsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTemplateSyntaxEnumSMS",
  "title": "ConnectionTemplateSyntaxEnumSMS",
  "description": "SMS template syntax type. Set to 'md_with_macros' to enable macro processing in templates.",
  "type": "string",
  "enum": [
    "liquid",
    "md_with_macros"
  ],
  "x-release-lifecycle": "deprecated"
}