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 create a new list within the Attio workspace. It is useful for automating the creation of lists that organize contacts, leads, or other entities in a structured way. For example, a sales team can use this node to automatically create a list for a new sales campaign, specifying access levels and parent object relationships.
Use Case Examples
- Creating a new list named 'Enterprise Sales' with specific workspace access and member permissions.
- Automating list creation as part of a workflow to segment contacts based on campaign or project.
Properties
| Name | Meaning |
|---|---|
| Data | The JSON data defining the list to be created, including properties like name, API slug, parent object, workspace access, and workspace member access levels. |
Output
JSON
json- The JSON response from the Attio API representing the created list object.
Dependencies
- Requires an API key credential for Attio API authentication.
Troubleshooting
- Common issues include malformed JSON in the 'Data' property, which can cause parsing errors. Ensure the JSON is valid and correctly formatted.
- Authorization errors may occur if the API key credential is missing or invalid. Verify the API key is correctly configured in the node credentials.
- If the API endpoint changes or is unreachable, the node will throw request errors. Check network connectivity and API status.
Links
- Attio API Documentation - Create List - Official documentation for the Attio API endpoint to create lists, detailing required and optional fields.