Skip to main content

Attribute type

phone

Use it for

Phone numbers for people or companies.

Request value

Send a string, or an object like { "value": "+15550100", "label": "Mobile", "countryCode": "US", "isPrimary": true }. For multi-value phone attributes, send an array.

Returned shape

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

Example response

Multiple values

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