ERP-triggered Labeling

Connect your ERP via database polling or webhooks — no middleware required.

ERP-triggered Labeling

The Print Center receiving ERP-triggered jobs. Variables are pre-filled from the source system.

What this means for your operation.

  • New order appears in your ERP → label prints automatically at the right printer
  • No manual data entry: variables come from the ERP record
  • Delivery status is tracked per label: sent vs confirmed
  • Failed rows go to an error path with notification — they never disappear silently

Technical details.

DB-Poll
Poll MSSQL/PostgreSQL/MySQL every N seconds; each new row becomes a job
Webhook
POST /api/v1/hooks/{flow-id} with JSON payload mapped to label variables
Transform
CEL expressions map ERP fields to label variables: ${r.order_id}, int(r.menge)
REST print
POST /api/v1/print-jobs with idempotency_key for exactly-once delivery