Instnt Print
Integrations

n8n

Via HTTP

n8n can make an HTTP request, and that is all it takes: one POST to /v1/jobs with a key in the header, a template name and your fields. Then any n8n trigger prints the label or receipt.

How to set it up

  1. 01Create a key in the dashboard under Keys.
  2. 02In n8n, add an HTTP step: POST https://instntprint.com/v1/jobs, header Authorization: Bearer your-key.
  3. 03Body: printer, template and data for the label or receipt. Run it once and read the answer.