Attio icon

Attio

Interact with Attio API

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

  1. Updating a list's name and access permissions to reflect changes in team structure.
  2. 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

Discussion