Discussions

Ask a Question
ANSWERED

Delete company webhook.

Hello, I am reaching out to inquire about the availability of a webhook when a company is deleted on CompanyCam. I recently encountered a situation where I connected my ConstructionClock company to CompanyCam. After deleting my account on CompanyCam I still sent webhooks as accounts were synced and received errors. However, when attempting to disconnect the account, I encountered a 401 error, specifically an "Unauthorized" issue. Unfortunately, this prevents me from deleting webhooks. Could you please provide information on whether CompanyCam has a webhook feature for company deletions? Additionally, if there are any suggestions or solutions to address the 401 error during the account disconnection process, I would greatly appreciate your guidance. Thank you for your time and assistance.

Deeplink with tag parameter?

Is it possible to utilize the camera deeplink while passing in a tag? For example, something like: ccam://camera/PROJECT_ID/DEEPLINK_URI?tag=TAG_ID The idea being we want the photos taken to all be taken with a specific tag.

Retrieve answers submitted to a checklist

Hello. I am able to get what looks like the meta data for a checklist from the API "Retrieve Project Checklist". How can I get the answers a user submitted? Thank you.
ANSWERED

Is it possible to get a checklist doc (pdf) via the API?

Is it possible to get a checklist doc (pdf) via the API by referencing the company cam project ID?

Reports via API

Been poking around for a bit, but I'm not seeing anything to do with Reports in the API docs. Will this be added at some point?

Can the ability to update a contact on an existing project be added?

I've noticed I can create a new contact when creating a project but there seems to be no way (based on the OAS file, web docs, and personal experimentation) to update the contact once the project is created.

Deep Links Not Opening Project All The Time

We have started implementing deep links (eg: ccam://projects/12345678) in our Jobber notes to let our crews jump directly to that project in the CompanyCam app on their Android phones. Initially this seemed to work, however we are discovering that there are times when the link simply takes the user to the CompanyCam app main screen, but not directly in to the project. We are using Zapier to pre-create the projects when a Request is created in Jobber, so the links are always valid. It appears that is CompanyCam is closed and the link is tapped, it works fine. If CompanyCam is already open, that's when we seem to have issues. PowerApps have this issue as well, and it is apparently a result of the way Android handles open apps. They implemented a URL modifier to force the app to restart. Has anyone else encountered this with CompanyCam?

Keep getting "Internal server error, try again shortly"

In post requests to create a new project in zoho crm's deluge i keep getting a "Internal server error, try again shortly" error. This has worked for other scenarios so I don't know what the issue is. Please help if you know the issue. header = Map(); header.put("accept", "application/json"); header.put("authorization", "Bearer -------------------------------------------"); header.put("content-type", "application/json"); address = Map(); address.put("street_address_1", street); address.put("city", city); address.put("state", state); address.put("postal_code", zip); projectDetails = Map(); projectDetails.put("name", fName + " " + lName); projectDetails.put("address", address); response = invokeurl [ url: "https://api.companycam.com/v2/projects" type: POST parameters: projectDetails headers: header ]; info response; I know there is now a company cam integration with zoho but i would prefer to do it this way

GET Projects Retrieves Deleted Projects

Is it expected behavior for a GET request on the list projects route would return projects that have been deleted and if so is there a way to filter them out in the query?
ANSWERED

Possible scope values for webhook endpoints

I can't find the possible scope values for the webhook create/update endpoints. Spent about 15 minutes - can someone tell me what they are? This stuff should 100% be easy to find in the documentation