Cloodo Project icon

Cloodo Project

Get data from Cloodo Worksuite API

Overview

This node integrates with the Cloodo Worksuite API to create a new Milestone within a specified project. It is useful for project management workflows where tracking key deliverables or phases (milestones) is essential. For example, you can automate milestone creation when a new project phase starts or synchronize milestones from another system.

Properties

Name Meaning
Format Date The date format to use for date fields. Options: Y-M-D (e.g. 2022-11-11)
Project ID The unique identifier of the project to which the milestone belongs
Milestone Title The title or name of the milestone
Summary A brief summary or description of the milestone
Status The current status of the milestone. Options: Complete, Incomplete
Agent ID The identifier(s) of the agent(s) responsible for the milestone
Start Date The start date and time of the milestone
Due Date The due date and time by which the milestone should be completed
Additional Fields Optional extra fields such as Description (text), Date, and Date2 (both formatted dates)

Output

The node outputs JSON data representing the created milestone object as returned by the Cloodo Worksuite API. This typically includes details like milestone ID, title, status, associated project ID, start and due dates, summary, and any additional metadata. There is no binary output.

Dependencies

  • Requires an API key credential for authenticating with the Cloodo Worksuite API.
  • The base URL for API requests is https://erp-amz.cloodo.com/v4.
  • Proper configuration of the API credential in n8n is necessary for successful operation.

Troubleshooting

  • Common issues:
    • Invalid or missing API credentials will cause authentication failures.
    • Providing incorrect or missing required fields (e.g., Project ID, Agent ID, Start Date, Due Date) will result in validation errors.
    • Date formatting mismatches may cause the API to reject the request.
  • Error messages:
    • Authentication errors usually indicate invalid API keys; verify and update credentials.
    • Validation errors specify which required field is missing or malformed; ensure all mandatory inputs are correctly set.
    • Network or timeout errors suggest connectivity issues; check network access and API availability.

Links and References

Discussion