CompanyCam

The photo app every contractor needs

Integrate the CompanyCam API with the Schedule API

Setup the CompanyCam API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate CompanyCam and Schedule remarkably fast. Free for developers.

Add Photo with CompanyCam API on Custom Interval from Schedule API
Schedule + CompanyCam
 
Try it
Add Photo with CompanyCam API on Daily schedule from Schedule API
Schedule + CompanyCam
 
Try it
Add Photo with CompanyCam API on Monthly Schedule from Schedule API
Schedule + CompanyCam
 
Try it
Add Photo with CompanyCam API on Weekly schedule from Schedule API
Schedule + CompanyCam
 
Try it
Add Project with CompanyCam API on Custom Interval from Schedule API
Schedule + CompanyCam
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it
New Document Created (Instant) from the CompanyCam API

Emit new event when a new document is created. See the docs.

 
Try it
Add Photo with the CompanyCam API

Add a photo to a project. See the docs.

 
Try it
Add Project with the CompanyCam API

Add a new project. See the docs.

 
Try it
Find or Create a Project with the CompanyCam API

Find a project by name or create it if it doesn't exist. See the docs.

 
Try it
Find Project with the CompanyCam API

Find a project by name. See the docs.

 
Try it

Overview of CompanyCam

The CompanyCam API provides programmatic access to CompanyCam’s project-based photo solution, allowing for the management of photos, users, and projects within their ecosystem. With Pipedream, you can harness this API to create powerful automations and integrations that streamline photo management workflows, sync project details, and enhance reporting capabilities for teams in construction, roofing, and similar industries.

Connect CompanyCam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    companycam: {
      type: "app",
      app: "companycam",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.companycam.com/v2/users/current`,
      headers: {
        Authorization: `Bearer ${this.companycam.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.