description
, facebook
or instagram
attributes on company and person, or the workspace_id
and user_id
attributes on workspace/user. Please note that on person, the name
attribute is a (Personal) name attribute, but on company it’s a text attribute.
Text attributes are always single-select.
Reading values
Text attribute values have a singlevalue
property:
Writing values
To write text attribute values, simply pass the string that you would like to set. You may also pass an object with a singlevalue
property.
Filtering
Text can be filtered by the operators$eq
, $in
, $contains
, $starts_with
and $ends_with
. The implicit syntax does an exact equality ($eq
) check: