Skip to content
Get in touch

Email

An email address. Alias for the email type.

A JSON example of this model is:

"john.doe@example.com"

A collection of email addresses for a person or organization.

PropertyTypeRequiredDescription
primaryemailYesThe primary email address for a person or organization
otherEmailsRecord<email>NoAdditional email addresses keyed by a descriptive label

A JSON example of this model is:

{
"primary": "john.doe@example.com",
"otherEmails": {
"work": "john.doe@work.com",
"personal": "john.doe@gmail.com",
"school": "john.doe@school.edu"
}
}