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 with the Retrieve Tag operation, it allows fetching details about a specific tag within the CompanyCam system.
This node is beneficial when you want to programmatically access tag information from your CompanyCam account, for example:
- Retrieving metadata or properties of a tag to use in automation workflows.
- Integrating tag data into other systems or reports.
- Using tag details to filter or organize project photos or documents.
Properties
| Name | Meaning |
|---|---|
| Resource | The type of entity to interact with; here, "Tag" is selected to work with tags. |
| Operation | The action to perform on the resource; here, "Retrieve Tag" fetches details of a tag. |
Note: The provided properties JSON contains only notices indicating that some parts are not yet built and does not define input fields specific to the Retrieve Tag operation. Typically, this operation would require an identifier (e.g., tag ID) to specify which tag to retrieve, but this is not explicitly defined in the given source or properties.
Output
The output will be JSON data representing the retrieved tag's details from CompanyCam. This typically includes fields such as tag ID, name, description, creation date, and any other metadata associated with the tag.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the CompanyCam API.
- Needs an API key credential configured in n8n to authenticate requests.
- The base URL for API requests is
https://api.companycam.com/v2.
Troubleshooting
- Missing or invalid API credentials: Ensure the API key is correctly set up in n8n credentials.
- Tag not found error: Verify the tag ID used exists in your CompanyCam account.
- Network issues: Check internet connectivity and CompanyCam API status.
- Incomplete implementation notice: The provided code and properties include notices stating some parts are not yet built, so certain operations might not function fully or may lack input fields.