Stytch · Schema

pwa_email_template_v3_EmailTemplate

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
template_id string
name string
sender_information object
prebuilt_customization object
custom_html_customization object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-email-template-v3-emailtemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_email_template_v3_EmailTemplate",
  "title": "pwa_email_template_v3_EmailTemplate",
  "type": "object",
  "properties": {
    "template_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "sender_information": {
      "$ref": "#/components/schemas/pwa_email_template_v3_SenderInformation"
    },
    "prebuilt_customization": {
      "$ref": "#/components/schemas/pwa_email_template_v3_PrebuiltCustomization"
    },
    "custom_html_customization": {
      "$ref": "#/components/schemas/pwa_email_template_v3_CustomHTMLCustomization"
    }
  },
  "required": [
    "template_id"
  ]
}