Websocket Notifications

Websocket Notifications

Job notifications

Job created or updated

on Job created
  1. {
  2.     "JobGUID": "[job guid]",
  3.     "Status": "Created"
  4. }
on Job updated
  1. {
  2.     "JobGUID": "[job guid]"
  3. }


Job status changed notification

on Job status change
  1. {
  2.     "JobGUID": "[job guid]"
  3. }


Job copy added

on Job copy added on Manual Job Completion (HUB -> Tracking -> Manual Job Completion)

When Job has no Journal entries
  1. {
  2.     "JobGUID": "[job guid]",
  3.     "StatusRIP": "Ready",
  4.     "StatusPrint": "string", // empty string
  5. }

When Job has Journal entries - a notification send per each Journal entry
  1. {
  2.     "JobGUID": "[job guid]",
  3.     "StatusRIP": "Ready"
  4. }


Job Re-Print notification

  1. {
  2.     "JobGUID": "[job guid]",
  3.     "Event": "Reprint",
  4.     "EventDate": "ISO8601 date string"
  5. }

Job Re-Route notification

on Job Re-Route
  1. {
  2.     "JobGUID": "[job guid]",
  3.     "Event": "ReRoute",
  4.     "EventDate": "ISO8601 date string",
  5.     "Status": "ReRoute"
  6. }

Job Re-Submit notification

on Job Re-Submit
  1. {
  2.     "JobGUID": "[job guid]",
  3.     "Event": "ReSubmit",
  4.     "EventDate": "ISO8601 date string"
  5. }

Job Re-Send notification

on Job Re-Send
  1. {
  2.     "JobGUID": "[job guid]",
  3.     "Status": "Created"
  4. }

Job Device is set

on Job Device set and sent to RIP
  1. {
  2.     "JobGUID": "[job guid]"
  3. }




Cloud Automation notifications

Cloud Nester Automation Job added

on Autonmation Job added to the Cloud Nester /api/v2/nester. The JobGUID here is not Print/Cut Job
  1. {
  2.     "JobGUID": "[job guid]"
  3. }

Cloud Nester Automation Job documents processed (PES)

on Automation Job documnets processed
  1. {
  2.     "JobGUID": "[job guid]"
  3. }

Cloud Nester Print/Cut Job created

on Nesting Queue submit/trigger and as a result a Print/Cut Job created
  1. {
  2.     "JobGUID": "[job guid]", // Print/Cut Job guid
  3.     "Status": "NestComplete",
  4.     "NestGUID": "[nesting candidate guid]",
  5.     "Event": "Creation",
  6.     "EventDate": "ISO8601 date string"
  7. }

Device notifications

Device status change notification

on Job status change
  1. {
  2.     "DeviceGUID": "[device guid]",
  3.     "Status": "string", // Error, Idle, Offline, Aborting, Printing, Sleeping, Calibrating, Maintenance, Pause, NotUsed, Hold
  4.     "Message": "string", 
  5.     "Temperature": "int?", 
  6.     "ConnectionState": "string", //Unknown, Online, Offline, Unstable
  7.     "ConnectionMessage": "string",
  8.     "RemainingInks": [
  9.         {
  10.             "InkIndex": "int?",
  11.             "InkName": "string",
  12.             "Level": "int?",
  13.             "MaxLevel": "int?"
  14.         }
  15.     ],
  16.     "QueueLength": [
  17.         {
  18.             "Type": "string", // Unknown, Length, Area, Sheet
  19.             "Value": "int"
  20.         }
  21.     ]
  22. }


    • Related Articles

    • Cloud REST API

      The Cloud REST API gives access to your complete production infrastructure, both on-premises as in the cloud, that is linked to your company its account. The API defines an interface to the following elements: Jobs Documents Resources Configuration ...
    • Workflow: email notification for errored jobs

      When jobs error in workflow an email notification is sent. The error check to trigger the email is done every 15 minutes and the log contains all jobs that errored within that time. Where to enable email notifications Workflow -> preferences -> ...
    • HP Job status reporting - settings in IPS

      When enabling the Job Status tracking for HP Latex series, following setting on the IPS need to be enabled. The communication for copy count and ink status is reported back to the RIP via JMF notifications. In case the jobs are removed from queue, it ...
    • Cloud Nester Settings

      The Cloud Nester creates nested proposals which is mentioned as nest. When a nest is submitted, automatically or manually, we mention this as a Job. The preview of the nests only contain thumbnails of the Document. Cutting markers, labels and color ...
    • How to Setup Cloud Nesting from Start to Finish

      How to Set Up a Cloud Nest Queue in PrintFactory This guide walks you through the full setup of a Cloud Nest Queue in PrintFactory, including preparing the RIP , creating nesting presets, and the nest queue, and then connecting everything through the ...