Scan or enter a value
Capture the barcode or QR value in the browser using the input method that fits the job.
Use Scan2Flow to capture barcode or QR values and send them to an n8n webhook workflow.
Webhook example, not an official native connector
Capture the barcode or QR value in the browser using the input method that fits the job.
Use an n8n webhook URL as the workflow endpoint that receives the scan value.
n8n handles the downstream logic, such as lookup, update, notification, or handoff.
This is a webhook handoff from Scan2Flow into an n8n workflow you control.
The n8n webhook can receive a simple scan payload and pass it to later workflow nodes.
{
"scan_value": "{{data}}",
"source": "scan2flow",
"workflow": "n8n-webhook-example",
"captured_at": "2026-06-05T00:00:00.000Z"
}No. This page describes using an n8n webhook as the HTTP destination for scan data.
Yes, if your n8n workflow is built to validate or look up the received value after the webhook trigger.
Yes. Scan2Flow includes API-call workflow actions that can display returned data or render configured results.
Yes. Scan2Flow is browser-based and can use supported device cameras, scanner input, or manual entry.
Use the scanner to capture a code, then route the value to your n8n webhook workflow.