Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
Overview
This node interacts with the Attio API to update an existing list identified by a UUID or slug. It allows users to modify list properties such as the name, API slug, workspace access level, and workspace member access levels. This operation is useful for managing and updating list configurations dynamically within workflows, for example, updating a sales list or project list with new access permissions or renaming it.
Use Case Examples
- Updating a list's name and access permissions to reflect changes in team structure.
- Modifying workspace member access levels for a specific list to control read/write permissions.
Properties
| Name | Meaning |
|---|---|
| List | A UUID or slug to identify the list to update. |
| Data | JSON object containing the fields and values to update on the list, such as name, api_slug, workspace_access, and workspace_member_access. |
Output
JSON
json- The JSON response from the Attio API representing the updated list object.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the 'List' parameter is a valid UUID or slug corresponding to an existing list in Attio; invalid identifiers will cause errors.
- The 'Data' JSON must be correctly formatted; invalid JSON or unsupported fields will result in API errors.
- Authentication errors may occur if the API key credential is missing or invalid; verify credentials are correctly configured.
Links
- Attio API Documentation - Update List - Official API documentation for updating a list in Attio, detailing required parameters and request body format.