CompanyCam icon

CompanyCam

Node for connecting CompanyCam

Overview

This node connects to the CompanyCam API, enabling users to interact with various CompanyCam resources such as projects, photos, collaborators, documents, users, labels, checklists, tags, groups, and others. Specifically, for the "Other" resource with the "Retrieve Company" operation, the node is intended to fetch company-related information from the CompanyCam service.

However, based on the provided properties and notices, this particular part of the node ("Other" resource operations) has not been fully implemented yet. The node includes notices indicating that this functionality is either incomplete or pending development.

Common scenarios where this node would be beneficial:

  • Automating retrieval and management of project data within CompanyCam.
  • Integrating CompanyCam data into workflows for construction, inspection, or field service teams.
  • Synchronizing company-wide information across different platforms using the CompanyCam API.

Practical example:

  • A user might want to retrieve detailed company information to display in a dashboard or use it to configure permissions and settings programmatically. However, since this feature is not built yet, users will need to wait for future updates or contribute to its development.

Properties

Name Meaning
Sorry, we haven't built this part yet. Notice informing users that this section of the node is not implemented.
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.
liam@mcgarrigle.co Contact email provided as a notice, likely for support or contributions.

Note: No actionable input properties are available for the "Other" resource and "Retrieve Company" operation at this time.

Output

Since the "Retrieve Company" operation under the "Other" resource is not implemented, there is no defined output structure or data returned by this node for this operation currently.

In general, for other CompanyCam operations, the output typically contains JSON data representing the requested resource (e.g., project details, photo metadata). Binary data output is not indicated in the provided code.

Dependencies

  • Requires an API key credential for authenticating with the CompanyCam API.
  • Connects to the base URL https://api.companycam.com/v2.
  • No additional external dependencies or environment variables are specified.

Troubleshooting

  • Issue: Attempting to use the "Retrieve Company" operation under the "Other" resource results in no data or errors.

    • Cause: This part of the node is not implemented yet.
    • Resolution: Wait for future updates or consider contributing to the node’s development via the GitHub repository.
  • Issue: Authentication errors.

    • Cause: Missing or invalid API key credential.
    • Resolution: Ensure a valid API key is configured in the node credentials.
  • Issue: Unexpected errors or empty responses.

    • Cause: Network issues or API changes.
    • Resolution: Verify network connectivity and check for any updates in the CompanyCam API documentation.

Links and References

Discussion