Auth0 · Schema

FlowActionAuth0SendEmailParamsFromEmail

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionauth0sendemailparamsfromemail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionAuth0SendEmailParamsFromEmail",
  "title": "FlowActionAuth0SendEmailParamsFromEmail",
  "type": "string",
  "oneOf": [
    {
      "type": "string",
      "format": "email"
    },
    {
      "type": "string",
      "format": "forms-expression"
    }
  ]
}