Choose data points
List what the machine should report: status, fault, usage, meter, result, or session.
Machine data upload guide
Use QuLink when machines need to report status, telemetry, usage, faults, vend results, meter values, or session events to your backend.
Project fit
Integration model
QuLink maps signals, serial data, RS485 frames, sensors, or controller status into callbacks your server can process.
Workflow
List what the machine should report: status, fault, usage, meter, result, or session.
Confirm sensor, serial, RS485, MDB, or controller output.
Define callback fields and retry/online behavior.
Test real fault, offline, and recovery cases.
API example
The exact command fields depend on machine interface, firmware profile, and whether payment or your own app triggers the action.
POST /webhooks/qulink
{
"event": "telemetry.updated",
"device_id": "CABINET-31",
"telemetry": {
"online": true,
"door_open": false,
"fault_code": null
}
}
Start the project
Send machine type, data points, photos or protocol notes, connectivity requirement, and target server format.
FAQ
Yes. Some projects use QuLink only for machine data upload.
Yes. QuLink is designed to connect machine-side hardware to your backend workflow.
Yes. Many projects combine telemetry with relay, pulse, MDB, or API command control.
Related use cases