Integrations
The shortlist of tools that talk to CarbonTrace out of the box. Anything not on this list usually plugs in via the REST API or a webhook.
Blancco
For ITAD operators using Blancco for data erasure: import erasure reports directly into CarbonTrace and turn each erased device into a carbon-trace-able asset in one step. Configure under Integrations → Blancco with your Management Console URL and credentials.
Icecat
Identification by serial number or product code. When the calculator can’t resolve a brand+model directly, the Icecat integration provides product identification so the parametric engine has the right starting specs. Enabled by default; optional credentials in Settings → Integrations unlock higher rate limits.
Webhooks
Subscribe to events: new calculation, new certificate, batch completed, threshold breached. Webhooks fire to your endpoint with a signed payload — verify the signature with your shared secret to confirm it came from us. Setup at Settings → Webhooks.
Currently dispatched events:
calculation.completedcertificate.issuedbatch.completedquota.threshold
BI tools (Power BI / Tableau / Excel)
One OData v4 endpoint, four persona dashboards. Connect once, re-authenticate never (basic auth supports session tokens). Full setup instructions in /docs/bi-export.
Anything else
Most ITAM, CMDB, and ERP tools can talk to the REST API directly — Servicenow, Jira Assets, Snipe-IT, Lansweeper, the lot. The pattern is always the same: read your asset list, POST it to /api/v1/footprint/batch, store the result. See the REST API reference for full schemas.
Missing an integration you need? Tell us at /contact — we prioritise based on demand.