PrintFactory Cloud provides real-time event notifications via a WebSocket connection. After opening a connection, you receive status updates for jobs, devices, cloud automation events, and more.
Connect to: wss://notification.aurelon.com:27489
This endpoint is a standard WebSocket server. A plain WebSocket client is sufficient to establish the connection.
To authenticate, include the MisKey header on the WebSocket handshake request.
You can find your MisKey at https://app.printfactory.cloud/settings/external-api
Requests without a valid MisKey will fail the connection.
WebSocket connections should remain open as long as you want real-time updates. Handle disconnection and reconnect logic as typical for WebSocket clients.
