Stytch · Schema

pwa_email_template_v3_SenderInformation

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
from_local_part string
from_domain string
from_name string
reply_to_local_part string
reply_to_name string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-email-template-v3-senderinformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_email_template_v3_SenderInformation",
  "title": "pwa_email_template_v3_SenderInformation",
  "type": "object",
  "properties": {
    "from_local_part": {
      "type": "string"
    },
    "from_domain": {
      "type": "string"
    },
    "from_name": {
      "type": "string"
    },
    "reply_to_local_part": {
      "type": "string"
    },
    "reply_to_name": {
      "type": "string"
    }
  }
}