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 retrieve a specific entry from a list. It is useful for workflows that need to fetch detailed information about a particular entry identified by its UUID within a specified list. For example, it can be used to get contact details, task information, or any other entry stored in an Attio list.
Use Case Examples
- Retrieve a customer entry from a contacts list using the entry's UUID.
- Fetch a task entry from a project management list to update or analyze its details.
Properties
| Name | Meaning |
|---|---|
| List | A UUID or slug identifying the list the entry is in. |
| Entry Id | A UUID identifying the entry. |
Output
JSON
json- The JSON response containing the details of the requested entry from the Attio API.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the 'List' and 'Entry Id' parameters are valid UUIDs or slugs; invalid values will cause the API request to fail.
- Common error messages include authorization errors if the API key is invalid or missing, and not found errors if the specified entry or list does not exist.
- If the node throws an 'Operation not found' error, verify that the resource and operation parameters are correctly set to 'Entries' and 'Get Entry' respectively.
Links
- Attio API Documentation - Official documentation for the Attio API endpoints and usage.