International telephone numbers
phone_numbers
), which is is a multi-select attribute, but users can also create their own phone number attributes on other objects or lists as well.
There are three properties on a phone number: original_phone_number
(as inputted by the user), country_code
(an ISO 3166-1 alpha-2 country code) and normalized_phone_number
(as set by Attio). All properties are represented as strings.
original_phone_number
and country_code
property. You may pass null
to country_code
if an area code prefix is provided as part of original_phone_number
.
All values are validated against the E164 format.
Since the phone_numbers
attribute is multi-select, you must always pass values as part of an array.
$eq
,$contains
,$starts_with
,$ends_with
). Note that the explicit property is called phone_number
, internally Attio will use the normalized phone number for searching.
The country_code
property can also be filtered by $eq
and $not_empty
.