CompanyCam icon

CompanyCam

Node for connecting CompanyCam

Overview

The provided source code is part of a custom n8n node implementation for the CompanyCam API. It supports multiple resources and operations, including managing groups. However, for the Group resource's Delete operation specifically, the node currently does not implement any functional logic. Instead, it displays notices indicating that this part of the functionality has not yet been built.

In practical terms, this means that while the node aims to support deleting a group in CompanyCam, users cannot perform this action with the current version of the node. The node serves as a placeholder or demonstration of possible API interactions but lacks executable code for deleting groups.

Common scenarios where a fully implemented "Delete Group" operation would be beneficial include:

  • Automating cleanup of project groups no longer needed.
  • Managing user access by removing obsolete groups.
  • Integrating CompanyCam group management into broader workflows.

Since the delete operation is not implemented, users must wait for future updates or contribute to the node’s development to enable this feature.

Properties

Name Meaning
Sorry, we haven't built this part yet. A notice informing users that the delete group functionality is not available yet.
This node was funded by a company only for specific functionality. We added all of the functions to show what is possible with the CompanyCam API. If you want extra functionality, feel free to reach out to us or submit a PR on the GitHub repo. Informational notice about the node’s funding and invitation to contribute additional features.
liam@mcgarrigle.co Contact email presumably for support or contributions.

Note: No actionable input properties are defined for the Delete Group operation at this time.

Output

Since the delete operation is not implemented, the node does not produce any meaningful JSON output or binary data related to deleting a group. Typically, a successful delete operation would return confirmation of deletion or status information, but here no such output exists.

Dependencies

  • The node requires an API key credential for authenticating with the CompanyCam API.
  • The base URL for API requests is https://api.companycam.com/v2.
  • No additional external dependencies or environment variables are indicated for this operation.

Troubleshooting

  • Issue: Attempting to delete a group results in no action or error.

    • Cause: The delete group operation is not implemented.
    • Resolution: Wait for a future update of the node or contribute code to add this functionality.
  • Issue: Confusion due to notices displayed instead of expected input fields.

    • Cause: The node intentionally shows informational notices because the feature is incomplete.
    • Resolution: Understand that this is a placeholder; no inputs or outputs are available.

Links and References


Summary:
The "Delete a Group" operation for the CompanyCam node in n8n is currently a placeholder without implemented logic. Users see notices explaining this limitation. No input properties or outputs exist for this operation yet. To use this feature, one must await future development or contribute enhancements.

Discussion