An internet domain
domains
attribute on a company object.
domain
and root_domain
.
The domain
property contains the entire domain, after normalization.
The root_domain
property is the top-most part of the domain besides the public suffix. For example, the root domain of "app.attio.com"
would be "attio.com"
.
root_domain
property will automatically be inferred from input values so there is no need to write it yourself.
You may also write domain values using an object with a single key, domain
.
As the domains
attribute is multi-select, you must always pass values wrapped in an array.
root_domain
or domain
property, and support several operators:
$eq
for an exact match$not_empty
for any value present$contains
, $starts_with
and $ends_with
domain
property is checked for equality, otherwise you can use the explicit syntax to combine the properties and operators above.