Text attributes are the most common type of attribute, and usually represent unstructured or human-readable data. They have a max size of 10mb. Examples of text attributes include theDocumentation Index
Fetch the complete documentation index at: https://docs.attio.com/llms.txt
Use this file to discover all available pages before exploring further.
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: