לכידת הקוד
סרקו עם מצלמה, השתמשו בקלט סורק, או הקלידו את הערך ידנית כשהתווית פגומה.
לכדו ברקוד או קוד QR בדפדפן, ואז שלחו את הערך ל-webhook או ל-endpoint של HTTP שבשליטתכם.
קלט סריקה בדפדפן לתהליכי webhook
סרקו עם מצלמה, השתמשו בקלט סורק, או הקלידו את הערך ידנית כשהתווית פגומה.
השתמשו בכללים פעילים, פורמטי ברקוד או תבניות כדי לקבוע מה יקרה אחרי הסריקה.
נתבו את הערך שנסרק ל-endpoint של HTTP, מקבל webhook או URL של כלי אוטומציה.
Workflow פשוט של webhook יכול לתעד כל אירוע סריקה במערכת אחרת בלי לבנות אפליקציית סורק מקורית.
מבנה הבקשה המדויק תלוי בהגדרות ה-Workflow וה-endpoint. מקבל webhook טיפוסי יכול לשמור את הערך שנסרק ואת חותמת הזמן.
{
"scan_value": "{{data}}",
"source": "scan2flow",
"workflow": "webhook-example",
"captured_at": "2026-06-05T00:00:00.000Z"
}No. This page describes sending scan data to a webhook or HTTP endpoint. The receiving service decides what to do next.
Scan2Flow matches the scan to a workflow, then runs the configured action - typically an HTTP POST to your URL with the decoded value in the body or query string you define.
You control the schema. A common starting point is the scanned value, a workflow name or ID, and any static fields you add in the workflow editor. Your receiver adds timestamps, user IDs, and inventory context.
Point the workflow at a request inspector such as webhook.site, or expose a local server with a tunnel (for example npx localtunnel --port 3000). Scan a test barcode in the browser, confirm the POST payload, then switch to your production URL and auth.
Use HTTPS on the receiving URL. Add authentication headers or query tokens in your workflow configuration and validate them on your server. Scan2Flow sends what you configure; your endpoint enforces access control.
Yes, when your middleware maps the POST into WMS, ERP, or Shopify inventory APIs. Scan2Flow captures and sends; it does not adjust stock levels itself.
Orca Scan sends sheet row events from its hosted app. Scan2Flow sends scan-triggered workflow actions from the browser with no sheet lock-in. See /compare/orca-scan for a positioning comparison.
Yes, when you use a webhook URL from those platforms as the workflow destination. Scan2Flow does not ship native connectors - see the barcode-to-zapier, barcode-to-make, and barcode-to-n8n pages for example patterns.
Yes. Scan2Flow also supports scanner input and manual entry, so a camera is not the only input path.
Your configured workflow sends the value to the destination you choose. Your webhook, API, CRM, ERP, or automation platform remains the system of record.
פתחו את הסורק ובדקו קוד, ואז עיינו בתיעוד ה-Workflow עבור פעולות קריאת API.