Capture scan input
Use camera scanning, scanner input, or manual entry on the same browser scanner screen.
Send barcode or QR scans from Scan2Flow to a Make webhook URL for automation scenarios.
Webhook example, not an official native connector
Use camera scanning, scanner input, or manual entry on the same browser scanner screen.
Configure the workflow destination as the webhook URL from your Make scenario.
Make receives the scan value and can run the scenario you configured in Make.
This pattern uses Make webhook receiving. The scenario logic stays inside Make.
Keep the payload simple first, then add fields your Make scenario needs.
{
"scan_value": "{{data}}",
"source": "scan2flow",
"workflow": "make-webhook-example",
"captured_at": "2026-06-05T00:00:00.000Z"
}No. This page describes sending scan data to a Make webhook URL that you configure.
Yes, if your Make scenario is configured to receive the scanned value and update the chosen inventory destination.
No. Scan2Flow captures and routes scan input. Make runs the automation scenario you build there.
Yes. Manual entry can be used to test workflow routing before scanning physical barcode or QR labels.
Start with a sample scan value, then connect the workflow to a Make webhook when ready.