eavz
CompanyCam

CompanyCam

Photo documentation platform for contractors and field service teams

6 actions
2 triggers

Actions

Name
list_projects

List projects in CompanyCam

create_project

Create a new project in CompanyCam

upload_photo

Upload a photo to a project in CompanyCam

get_photo

Get a photo by ID from CompanyCam

create_tag

Create a new tag in CompanyCam

custom_api_call

Make a custom API call to the CompanyCam API

Triggers

Name
photo_added

Triggers when a new photo is added to a project in CompanyCam

project_created

Triggers when a new project is created in CompanyCam

Quick Start

TypeScript
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.