Cloodo CRM icon

Cloodo CRM

Get data from Cloodo API

Overview

This node integrates with the Cloodo CRM API to manage various resources such as projects, tasks, leads, clients, and more. Specifically, for the Project resource with the Delete operation, it allows users to delete a project by specifying its unique ID. This is useful in scenarios where projects are completed, canceled, or no longer needed, helping keep the CRM data clean and up-to-date.

Practical examples include:

  • Automatically removing projects that have been marked as obsolete.
  • Cleaning up test or demo projects after a trial period.
  • Integrating with other systems to synchronize project deletions.

Properties

Name Meaning
ID The unique identifier of the project to be deleted. Users must provide this ID to specify which project should be removed from the system.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this includes confirmation of deletion or any relevant status messages returned by the Cloodo API. The exact structure depends on the API response but generally confirms whether the deletion was successful.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Cloodo CRM 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/.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent project ID will likely result in an error or no action.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent communication with the Cloodo API.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Check that the API key or token is correctly set up in n8n credentials.
    • "Project not found": Verify that the provided project ID exists and is correct.
    • "Network error": Ensure stable internet connection and that the API endpoint is reachable.

Links and References

Discussion