Actions26
- Milestone Actions
- Project Actions
- Project Admin Actions
- Task Actions
- Time Log Actions
Overview
The node integrates with the Cloodo Worksuite API to manage project-related data. Specifically, for the "Project Admin" resource and the "Update" operation, it updates details of a project administrator within the Cloodo system. This is useful in scenarios where you need to programmatically modify project admin information, such as changing assigned users or updating admin roles in an automated workflow.
Practical examples include:
- Automatically reassigning a project admin when team members change.
- Updating project admin details based on external HR or project management systems.
- Synchronizing project admin data across multiple platforms.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the item to update. For this resource-operation, it identifies the specific project admin record to update. |
| Project Admin ID | The new user ID to assign as the project admin. This value replaces the current admin's user ID. |
Output
The node outputs JSON data representing the updated project admin record as returned by the Cloodo Worksuite API. This typically includes confirmation of the update and the current state of the project admin entity after modification.
No binary data output is indicated.
Dependencies
- Requires an active connection to the Cloodo Worksuite API.
- Needs an API authentication token or key configured in n8n credentials to authorize requests.
- The base URL for API requests is
https://erp-amz.cloodo.com/v4. - Proper permissions on the API side to perform update operations on project admins.
Troubleshooting
- Invalid or missing ID: If the "ID" property is empty or incorrect, the API will likely return an error indicating that the target project admin was not found. Ensure the correct ID is provided.
- Unauthorized errors: Occur if the API key or token is invalid or lacks sufficient permissions. Verify credential configuration and API access rights.
- Network issues: Timeouts or connectivity problems can prevent successful API calls. Check network status and endpoint availability.
- Incorrect Project Admin ID format: The "Project Admin ID" must be a valid user identifier recognized by the API. Invalid values may cause update failures.
Links and References
- Cloodo Worksuite API Documentation (Assumed official API docs; replace with actual link if available)
- n8n documentation on HTTP Request node for understanding API integrations.
