An option from a predefined list
categories
, estimated_arr_usd
and employee_range
. strongest_connection_strength
is also available on both person and company.
Attio provides a separate API for managing the select options available.
Select attributes may be either single-select or multi-select. In the API, these two variants are represented using the same underlying type, select. However, in web and mobile clients, users will see these attributes as two separate types: select and multi-select.
Please note that select attributes cannot be configured to be unique.
option
property, which is an object describing which select option was used:
option
property, which references either the option_id
or the title
of the select option.
If you attempt to write a value where the ID or title cannot be found, you will receive an error rather than create a new select option.
$or
to find records which match one of several categories:
active_from
property. This allows automations based on when the attribute was changed. This filter supports the $lt
, $lte
, $gt
, $gte
operators: