Discussions

Ask a Question

No "send" option for assigned work order

I assigned a WO to an outside service pro but it did not give me the usual option to "send". Now it is assigned to them but it is not sent, and in my upper right corner drop box, "SEND" is not an option. Why cant I send this work order?

Message board

Does Corrigo have some kind of message board so that customers and techs can check messages in a centralized location?

Can Corrigo ingest specialty assignments by work zone from a third party lease abstraction software? If so what, if any, structural data limitations exist?


Is there a direct image upload API endpoint (multipart/form-data) for work order attachments?

Hello,

Access Denied on /api/v1/base/Document when uploading base64 image >100KB (URL upload not allowed)

Body:

Do Customers, Spaces, Assets,etc support multiple language?

Can a Customer's name be "BELL" in English, “贝尔” in Chinese?

Does the Corrigo Enterprise API's Blob.Body (or the overall API request) have a payload size limit enforced by the WAF/CDN layer?

We're sending document attachments via WoCreateCommand with a Blob containing a
Base64-encoded Body. Small images (~10KB) succeed, but images above ~100KB fail with an
"Access Denied" HTML response from errors.edgesuite.net (Akamai CDN, reference
18.d2b42e17.1786495595.1ea5f912).

POST /api/v1/base/Blob returns "Access Denied" — how to grant permissions for the API client?

I'm calling the Corrigo POST /api/v1/base/Blob endpoint to create a Blob (file upload), but I keep getting an "Access
Denied" response from the CDN edge server.