Actions52
- Project Actions
- Project Photo Actions
- Project Collaborator Actions
- Project Document Actions
- Project User Actions
- Project Label Actions
- Project Checklist Actions
- User Actions
- Photo Actions
- Tag Actions
- Group Actions
- Other Actions
Overview
The node connects to the CompanyCam API, enabling interaction with various resources such as projects, photos, users, tags, and more. Specifically, for the "Tag" resource and the "Update Tag" operation, it allows updating details of an existing tag within the CompanyCam system. This is useful for managing and organizing tags dynamically, for example, renaming a tag or changing its properties to better categorize photos or projects.
Common scenarios include:
- Renaming a tag to reflect updated project terminology.
- Modifying tag attributes to improve searchability or filtering.
- Keeping tag metadata consistent across projects.
Properties
| Name | Meaning |
|---|---|
| Sorry, we haven't built this part yet. | Notice indicating that the UI or functionality for this part is not yet 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 development background and encouragement to contribute. |
| liam@mcgarrigle.co | Contact information presumably for support or inquiries related to the node. |
Note: The provided properties JSON contains only notices and no actual input fields for the "Update Tag" operation, indicating that the implementation for this operation's inputs is incomplete or pending.
Output
The node outputs data in JSON format representing the result of the update operation on a tag. Typically, this would include the updated tag's details such as its ID, name, and any other relevant metadata returned by the CompanyCam API.
If binary data were involved (e.g., images), it would be included in a separate binary output field, but for tag updates, the output is expected to be purely JSON.
Dependencies
- Requires an API key credential for authenticating requests to the CompanyCam API.
- The base URL for API requests is
https://api.companycam.com/v2. - No additional external dependencies are indicated in the source code.
Troubleshooting
- Incomplete Implementation: Since the input properties for the "Update Tag" operation are not defined, users will not be able to configure this operation fully. This may cause confusion or errors when attempting to use it.
- Authentication Errors: Ensure that a valid API key credential is configured; otherwise, API calls will fail with authentication errors.
- API Limitations: The node relies on the CompanyCam API; any downtime or changes in the API could affect functionality.
- Error Messages: Common errors might include HTTP 401 Unauthorized (invalid credentials) or 404 Not Found (tag ID does not exist). Verify credentials and tag identifiers accordingly.
Links and References
- CompanyCam API Documentation — Official API docs for detailed endpoint information.
- n8n Community Forum — For community support and sharing custom node implementations.
- GitHub repository for the node (not provided here) may contain further documentation or issue tracking.