Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to update an existing entry in a specified list by appending new data to it. It is useful for scenarios where you need to add or update specific fields of a list entry without overwriting the entire entry. For example, appending additional attribute values to a contact or record in a CRM list.

Use Case Examples

  1. Appending new attribute values to a customer record in a marketing list.
  2. Adding additional tags or notes to an existing entry in a project management list.

Properties

Name Meaning
List The UUID or slug of the list to which the entry belongs.
Entry Id The UUID of the list entry to update.
Data The JSON data containing the entry values to append to the existing entry.

Output

JSON

  • json - The JSON response from the Attio API representing the updated entry.

Dependencies

  • Requires an API key credential for authenticating with the Attio API.

Troubleshooting

  • Ensure the List and Entry Id are valid UUIDs or slugs recognized by the Attio API.
  • The Data property must be valid JSON; invalid JSON will cause parsing errors.
  • API authentication errors may occur if the API key credential is missing or invalid.
  • Network or API errors will be returned as error messages in the output if 'Continue On Fail' is enabled.

Links

Discussion