Intercom logo + CompanyCam logo

Automate Intercom & CompanyCam

Stop paying for mismatched spreadsheets. Sync data between Intercom and CompanyCam in real-time, so you can manage your operations without the busywork.

Custom API Integration
Secure Data Transfer
Done-For-You Setup

How the Data Flows

graph LR
    subgraph Source ["Intercom"]
        T1(["Contact Replied"])
    end
    
    subgraph Middleware ["Enterprise Integration Core"]
        W[CRON API
Poller] --> V{Validation
& Auth} V -->|Fail| DLQ[Dead Letter
Queue] V -->|Pass| Map[Data Mapping
& Transformation] Map --> Retry[Rate Limiting
& Retries] end subgraph Target ["CompanyCam"] A1(["Add Photo"]) end T1 -->|JSON Payload| W Retry -->|Authenticated API POST| A1 style Source fill:transparent,stroke:#cbd5e1,stroke-dasharray: 5 5 style Target fill:transparent,stroke:#cbd5e1,stroke-dasharray: 5 5 style Middleware fill:#f8fafc,stroke:#94a3b8,stroke-width:2px style T1 fill:#3b82f6,stroke:#fff,stroke-width:2px,color:#fff style W fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff style V fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff style Map fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff style Retry fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff style DLQ fill:#ef4444,stroke:#fff,stroke-width:1px,color:#fff style A1 fill:#e11d48,stroke:#fff,stroke-width:2px,color:#fff
When Intercom and CompanyCam operate independently, support teams often face significant delays in resolving customer issues. For instance, when a customer submits a photo request via Intercom, the support team must manually log into CompanyCam to upload the photo, leading to potential data loss and miscommunication. This manual entry not only wastes valuable time but also increases the likelihood of errors, as team members might forget to associate the photo with the correct customer inquiry, resulting in lost documentation and frustrated customers.

Top Ways to Automate Intercom & CompanyCam

  • Automated Ticket Creation: Instantly convert customer inquiries from Intercom into actionable tasks in CompanyCam, ensuring that no request goes unanswered and documentation is always up-to-date.
  • Real-Time Updates: Automatically sync project updates and photo documentation from CompanyCam to Intercom, keeping your team and clients informed with the latest information without manual intervention.
  • Centralized Communication: Enable seamless communication between your support and field teams by automatically sharing customer feedback and documentation, fostering collaboration and enhancing service delivery.

How to Build the Intercom → CompanyCam Sync

  1. In Intercom, navigate to the 'Settings' section and locate the 'Webhooks' configuration. Create a new webhook that listens for the 'New Conversation' event.
  2. Set the webhook URL to your server endpoint that will handle incoming data, e.g., https://yourserver.com/intercom-webhook.
  3. In your server code, extract the relevant payload data from the webhook, specifically the conversation ID and any attached photo URLs.
  4. Format the extracted data to match CompanyCam's API requirements, ensuring to include the correct project ID and any necessary metadata.
  5. Make a POST request to CompanyCam's REST API endpoint: https://api.companycam.com/v1/photos. Include the formatted data in the request body.
  6. Handle the response from CompanyCam to confirm successful uploads and log any errors for further investigation.

Developer Warnings & API Gotchas

  • Ensure that the photo URLs from Intercom are publicly accessible; otherwise, CompanyCam will reject the upload due to inaccessible resources.
  • When mapping conversation IDs to CompanyCam projects, verify that the project ID exists in CompanyCam to avoid failed API requests.
  • Be cautious with data types; ensure that the payload structure matches CompanyCam's expected JSON format to prevent parsing errors during the API call.

Supported API Operations

We leverage official, stable endpoints to ensure secure data transfer. No deprecated legacy routes.

  • When this happens in Intercom... Contact Replied
    Do this in CompanyCam Add Photo
  • When this happens in Intercom... Fetch Custom Actions
    Do this in CompanyCam Add Project
  • When this happens in Intercom... Lead Added Email
    Do this in CompanyCam Add Project Label
  • When this happens in Intercom... Lead Added Email (Legacy)
    Do this in CompanyCam Create Checklist From Template
  • When this happens in Intercom... Lead Converted to User
    Do this in CompanyCam Create Project

SyncMatrix Experts

Available for Hire

We are an AI-powered automation team. We build custom, reliable API workflows that eliminate manual data entry.

Speak with an Integration Architect

We build custom API workflows that don't hit rate limits.

I can see you're looking at mapping Intercom to CompanyCam. Tell me about your current setup—what's the specific bottleneck you're trying to automate right now?