Skip to main content

Attribute type

email

Use it for

Email addresses for people or companies.

Request value

Send a string, or an object like { "value": "ada@example.com", "label": "Work", "isPrimary": true }. For multi-value email attributes, send an array.

Returned shape

Returns { "value", "label", "countryCode", "isPrimary" }. Multi-value email attributes return an array of those objects.

Example response

Multiple values

For a multi-value email attribute, send an array of strings or email objects.
Returns an array of { "value", "label", "countryCode", "isPrimary" } objects.