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 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
- Appending new attribute values to a customer record in a marketing list.
- 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
- Attio API - Update Entry (Append) - Official API documentation for updating a list entry by appending data.