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 record from a given object. It is useful for scenarios where you need to fetch detailed information about a particular record identified by its UUID within an object, such as retrieving a person's details from a 'people' object in a CRM system.
Use Case Examples
- Fetching a contact's information by their record ID from the 'people' object.
- Retrieving a specific record's data for further processing or integration with other systems.
Properties
| Name | Meaning |
|---|---|
| Object | A UUID or slug identifying the object that the record belongs to. |
| Record Id | A UUID identifying the record. |
Output
JSON
json- The JSON response from the Attio API containing the requested record's data.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the 'Object' and 'Record Id' parameters are correctly set to valid UUIDs or slugs; otherwise, the API call will fail.
- Common error messages include authorization errors if the API key is invalid or missing, and 'Operation not found' errors if the operation or resource parameters are incorrect.
- Network or API endpoint issues may cause request failures; verify network connectivity and API availability.
Links
- Attio API Documentation - Get Record - Official documentation for the Attio API endpoint to get a record by ID.