One more node in your n8n workflow: printing
n8n orchestrates your data but stops at the screen. This thermal printer adds a physical output to your workflows. A simple HTTP Request node to the ExpedyPRINT API is enough for an event to trigger a ticket, picking slip, or label. It operates independently over 4G, so it can be placed at a remote site without configuring a local network.
Installation, clearly explained
You plug the printer into a power outlet, scan the QR code displayed on its screen, and it is linked to your Expedy account. No network configuration is required, and it operates completely independently: we have access neither to your accounts nor to your infrastructure. See the installation details.
How it works with n8n
- You retrieve your API key from the Expedy console.
- You add an HTTP Request node at the end of the workflow.
- POST method, header
Authorization: API_SID:API_TOKEN, JSON body containing printer_msg.
- You run the workflow, and the ticket prints.
Endpoint reference: create a print job. Also see the Expedy integrations page and the REST API.
A few use cases
- Print a picking slip as soon as an order enters your database
- Print a use-by-date label from production batch data
- Print a service ticket when a monitoring webhook is triggered
- Print a daily summary at a set time with a Cron node
- Route orders to multiple printers based on a condition
What the printer can produce
The essentials at a glance
- 80 mm thermal paper, rolls up to Ø 80 mm
- 4G SIM card included, active in France, Europe, Switzerland, the United Kingdom, and Israel
- RJ45 Ethernet, USB, Android Bluetooth, RJ12 cash drawer
- Automatic cutter, more than one million cuts
- LCD screen for activation, language, volume, contrast, and IP settings
- 195 × 145 × 143 mm, 1.455 kg, 24V / 2.5A power supply
Complete technical specifications for the 4G and Ethernet cloud receipt printer. Step-by-step setup: 80 mm cloud printer QuickStart.
In the box
- ExpedyPRINT connected thermal printer
- Pre-activated 4G SIM card, provided free of charge
- Mains power supply
- Starter paper roll
- Quick installation guide
Pricing
- Printer: €229 excluding VAT, one-time payment
- Free trial: 50 requests per month, no bank card required
- Beyond that: Cloud Print API subscription, one subscription per printer
The subscription is not billed with this order. You subscribe to it after receiving the hardware by scanning the QR code displayed on the printer's screen. See Cloud Print API pricing.
Frequently asked questions
Do I need a dedicated n8n node?
No. The standard HTTP Request node is sufficient; the API uses a simple JSON POST request.
Does the API response confirm that the document was printed?
No. A 200 response with a request_uid confirms that the API received the request, not that it was physically printed. Plan for deduplication in your workflow.
How can I retrieve my printers' IDs?
Using the list all your printers endpoint.
My n8n instance is self-hosted. Is it compatible?
Yes, as long as it can send outbound HTTPS requests.
Are you an integrator or an agency?
Join the Expedy partner program to offer this solution to your customers.