CompanyCam icon

CompanyCam

Node for connecting CompanyCam

Overview

The node connects to the CompanyCam API, enabling interaction with various CompanyCam resources. Specifically, for the Group resource and the Retrieve Group operation, it allows users to fetch details about a particular group within their CompanyCam account. This is useful for scenarios where you want to programmatically access group information such as group name, members, or metadata for automation, reporting, or integration purposes.

Practical examples include:

  • Automatically retrieving group details to sync with other team management tools.
  • Fetching group info to customize notifications or permissions in workflows.
  • Integrating group data into project management dashboards.

Properties

Name Meaning
notice A placeholder notice indicating that this part of the node's functionality has not yet been implemented. It serves as an informational message rather than an input property.

Note: The provided properties JSON only contains notices stating that the feature is not built yet, so no actionable input properties are currently defined for the Retrieve Group operation.

Output

The node outputs JSON data representing the retrieved group details from the CompanyCam API. This typically includes fields such as group ID, name, description, members, creation date, and other metadata related to the group.

If binary data were involved (e.g., images or files), it would be included in a separate binary output field, but for the Retrieve Group operation, the output is purely JSON.

Dependencies

  • Requires an active connection to the CompanyCam API.
  • Needs an API authentication token configured in n8n credentials to authorize requests.
  • The base URL used for API calls is https://api.companycam.com/v2.

Troubleshooting

  • Common Issues:

    • Missing or invalid API credentials will cause authentication errors.
    • Attempting to retrieve a group that does not exist or to which the user lacks access will result in a "not found" or permission error.
    • Since the operation is marked as "not built yet," attempting to use it may lead to incomplete or missing functionality.
  • Error Messages:

    • Authentication failures: Check that the API key credential is correctly set up.
    • Resource not found: Verify the group ID or parameters used to identify the group.
    • Feature not implemented: The current node code indicates this operation is not yet implemented; watch for updates or contribute to development.

Links and References


Note: The source code and properties indicate that the Retrieve Group operation is not yet implemented in this node version. The above summary is based on typical expected behavior for such an operation when fully developed.

Discussion