CompanyCam
Photo documentation platform for contractors and field service teams
Actions
| Name | Description |
|---|---|
list_projectsList projects in CompanyCam | List projects in CompanyCam |
create_projectCreate a new project in CompanyCam | Create a new project in CompanyCam |
upload_photoUpload a photo to a project in CompanyCam | Upload a photo to a project in CompanyCam |
get_photoGet a photo by ID from CompanyCam | Get a photo by ID from CompanyCam |
create_tagCreate a new tag in CompanyCam | Create a new tag in CompanyCam |
custom_api_callMake a custom API call to the CompanyCam API | Make a custom API call to the CompanyCam API |
Triggers
| Name | Description |
|---|---|
photo_addedTriggers when a new photo is added to a project in CompanyCam | Triggers when a new photo is added to a project in CompanyCam |
project_createdTriggers when a new project is created in CompanyCam | Triggers when a new project is created in CompanyCam |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'companycam',
actionName: 'list_projects',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect CompanyCam to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does CompanyCam support?
CompanyCam supports 6 actions including List Projects, Create Project, Upload Photo, Get Photo, Create Tag, and more.
Can I use CompanyCam with AI agents?
Yes. Add CompanyCam to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does CompanyCam use?
CompanyCam uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the CompanyCam integration cost?
The CompanyCam integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does CompanyCam support?
CompanyCam supports 2 triggers including Photo Added, Project Created.
Connect CompanyCam in 2 minutes
Get 1,000 free actions every month. No credit card required.