Skip to main content

EmailAddress

An object modelling an email address and if it's been verified.

type EmailAddress {
email: String!
isVerified: Boolean!
verifiedAt: DateTime
}

Fields

EmailAddress.email ● String! non-null scalar

The email address.

EmailAddress.isVerified ● Boolean! non-null scalar

If the email address ownership has been verified (e.g. via sending an email with a code). If the email is not verified, Plain may not email this address.

EmailAddress.verifiedAt ● DateTime object

When the email became verified in Plain.

Member of

Customer object