STAKT
About STAKT
STAKT is AP/commissions tracking software for Solar Companies.
STAKT Website: https://www.stakt.io/
STAKT API Documentation: https://admin.stakt.io/admin/documents/STAKT-Open_API_Documentation-Projects.pdf?version=1715883180
Integration scope
The Coperniq <> STAKT Integration comes in two parts:
[v1 - Live] Create Project in STAKT on Project Stage Updated in Coperniq (usually to "NTP" or something equivalent)
[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": "[email protected]", // Setter email
"apCloser": "[email protected]", // Closer email
"apLeadSource": "Self Gen"
}
Last updated
Was this helpful?