Coperniq Support
  • 🆘How to get help?
  • 🏭Clients
    • Creating & working with Clients
    • Client Portfolio
  • 💼Projects
    • Creating & working with Projects
    • Project Portfolio
  • 💲Requests
    • Creating & working with Requests
  • 📆Work Orders & Visits
    • Creating & working with Work Orders
    • Scheduling Work Orders & Mobile App
    • Dispatching Work Orders
  • ⚙️Configure
    • Templates
    • Request & Project Workflows
    • Standard & Custom Properties
    • Smart Views
    • Automations
    • User, Role, & Team Management
    • Notifications
    • Emails and Phones
  • 🛠️Advanced Features
    • Analytics
    • Catalog & Financials
    • Exporting Records from Coperniq
    • Client Portal
  • 🔌Integrations
    • Button Properties
    • Webhooks
    • SalesRabbit
    • QuickBooks (Online & Desktop)
    • Aurora Solar
    • STAKT
    • Enphase
    • Partner API
Powered by GitBook
On this page
  • About STAKT
  • Integration scope
  • Data mapping
  • Coperniq Project -> STAKT Project mapping
  • Sample STAKT Project payload

Was this helpful?

  1. Integrations

STAKT

PreviousAurora SolarNextEnphase

Last updated 1 year ago

Was this helpful?

About STAKT

STAKT is AP/commissions tracking software for Solar Companies.

  • STAKT Website:

  • STAKT API Documentation:

Integration scope

The Coperniq <> STAKT Integration comes in two parts:

  1. [v1 - Live] Create Project in STAKT on Project Stage Updated in Coperniq (usually to "NTP" or something equivalent)

  2. [v2 - Coming soon] Create Project with Adders in STAKT on Project Stage Updated in Coperniq (usually to "NTP" or something equivalent)

Data mapping

Coperniq Project -> STAKT Project mapping

Coperniq Object
Coperniq Field
STAKT Object
STAKT Field

Project

Title

Project

apName

Project

Site Address Street

Project

apAddressLine1

Sample STAKT Project payload

{
  "apName": "Joe Rogan",
  "apAddressLine1": "123 Main St",
  "apCity": "Austin",
  "apState": "TX",
  "apZipCode": "12345",
  "apContractSigned": "2024-05-16",
  "apSystemSize": "20.2", // in kW
  "apNPPU": "NaN", // = Project Value / Project Size * 1,000
  "apProjectID": "123456", // Coperniq Project ID
  "apStatus": "NTP / Perfect Packet",
  "apSupplier": "Simplicity",
  "apSetter": "setter@gmail.com", // Setter email
  "apCloser": "closer@gmail.com", // Closer email
  "apLeadSource": "Self Gen"
}
🔌
https://www.stakt.io/
https://admin.stakt.io/admin/documents/STAKT-Open_API_Documentation-Projects.pdf?version=1715883180