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 select options for a specific attribute on either an object or a list. It is useful for workflows that need to dynamically fetch attribute options based on a target (object or list), an identifier (UUID or slug), and a specific attribute identifier. For example, it can be used to populate dropdowns or validate attribute values in automation processes.
Use Case Examples
- Fetching select options for a custom attribute on a contact object in Attio.
- Retrieving archived and active select options for a list attribute to display in a user interface.
Properties
| Name | Meaning |
|---|---|
| Target | Specifies whether the attribute belongs to an object or a list. Determines the API endpoint target. |
| Identifier | A UUID or slug that identifies the specific object or list the attribute belongs to. |
| Attribute | A UUID or slug identifying the attribute for which select options are requested. |
| Show Archived | Boolean flag indicating whether to include archived select options in the results. |
Output
JSON
json- The JSON response from the Attio API containing the list of select options for the specified attribute.
Dependencies
- Requires an API key credential for Attio API authentication.
Troubleshooting
- Common issues include invalid or expired API tokens causing authentication errors. Ensure the API key credential is valid and has necessary permissions.
- Incorrect or missing parameters such as target, identifier, or attribute can cause the API request to fail. Verify all required inputs are correctly provided.
- Network or API endpoint issues may result in request failures. Check network connectivity and Attio API status.
Links
- Attio API Documentation - Official documentation for Attio API endpoints and usage.