Tool to create a new list in Attio. Use when you need to organize records into custom lists. Once created, add attributes using the Create Attribute API and add records using the Create Entry API. New lists must have either workspace_access set to 'full-access' or one or more wo…
nameRequiredstringThe human-readable name of the list
api_slugRequiredstringA unique, human-readable slug to access the list through API calls. Should be formatted in snake case
parent_objectRequiredstringA UUID or slug to identify the allowed object type for records added to this list (e.g., 'people', 'companies')
workspace_accessRequiredThe level of access granted to all members of the workspace for this list. Pass null to keep the list private and only grant access to specific workspace members. Note: New lists must have either workspace_access set to 'full-access' or one or more workspace_member_access with '…
workspace_member_accessRequiredarrayThe level of access granted to specific workspace members for this list. Pass an empty array to grant access to no workspace members. Note: New lists must have either workspace_access set to 'full-access' or one or more workspace_member_access with 'full-access' level
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.