Nestr
Actions29
Overview
This node integrates with the Nestr platform, enabling management of projects, roles, circles, nests, and workspaces within Nestr's role-based and self-organized collaboration environment. Specifically, for the Nest resource with the Update operation, it allows updating an existing nest entity by sending updated data to the Nestr API.
Use cases include automating updates to project structures or organizational units (nests) in Nestr as part of workflow automation, such as modifying nest details based on external triggers or syncing data from other systems.
Example: Automatically update a nest’s title or description when a related event occurs in another system, ensuring consistent project organization across platforms.
Properties
| Name | Meaning |
|---|---|
| Workspace Name or ID | Select the workspace to work with. Choose from a list loaded dynamically or specify an ID via expression. |
| Additional Fields | Optional fields to update additional nest properties: |
| - Labels | Comma-separated list of labels to assign to the nest. |
| - Parent ID | ID of the parent item to set hierarchical nesting. |
Output
The node outputs JSON data representing the updated nest object returned from the Nestr API after the update operation. This typically includes the nest’s updated properties such as title, description, labels, parent relationships, and identifiers.
No binary data output is produced by this node.
Dependencies
- Requires an OAuth2 API credential configured for authenticating requests to the Nestr API.
- The node uses internal helper functions to make HTTP requests to Nestr endpoints.
- The workspace options are dynamically loaded from the Nestr API.
Troubleshooting
Common issues:
- Invalid or missing workspace ID: Ensure the workspace exists and the ID is correct.
- Insufficient permissions: The API token must have rights to update nests.
- Incorrect formatting of labels: Labels should be comma-separated strings without extra spaces.
- Parent ID does not exist or is invalid: Verify the parent item ID before setting it.
Error messages:
- API errors will typically return messages from Nestr indicating the cause (e.g., "Not Found", "Unauthorized").
- Network or authentication failures may occur if credentials are misconfigured.
Resolutions:
- Double-check all input parameters, especially workspace and parent IDs.
- Confirm that the OAuth2 credential is valid and has required scopes.
- Use expressions carefully to ensure dynamic values resolve correctly.