EmailPropertySpec

Represents an email property specification in a Notion database. This property allows users to store and validate email addresses.

Email properties have the following features:

  • Automatic validation of email address format

  • Clickable email addresses that open the default email client

  • Support for filtering and sorting in database views

  • Can be used in formulas and rollups

The email addresses are stored as plain text but are displayed as clickable links in the Notion interface.

See also

Properties

Link copied to clipboard
abstract val id: String

The ID of the property, usually a short string of random letters and symbols. Some automatically generated property types have special human-readable IDs. For example, all Title properties have an ID of title.

Link copied to clipboard
abstract val name: String

The name of the property as it appears in Notion.