Universal Code Scanner with Webhook Integration

Scan QR codes, barcodes, or NFC tags and relay the data to your configured webhook endpoints. Perfect for inventory management, event check-ins, access control, and more.

AllCodeRelay App

Key Features

QR Code & Barcode Scanning

Quickly scan all standard QR codes and barcodes with high accuracy and speed.

NFC Tag Reading

Read NFC tags and relay their data to your systems instantly.

Webhook Integration

Send scanned data directly to your configured webhook endpoints via HTTP POST requests.

Secure Storage

All webhook URLs and credentials are securely stored on your device.

Customizable Settings

Configure the app to match your specific workflow and requirements.

Enterprise Ready

Built for scale with enterprise integration options available.

Powerful Webhook Integration

AllCodeRelay sends scanned data to your configured webhook endpoint via HTTP POST requests. This allows for seamless integration with your existing systems.

POST Request Format

{
  "code": "SCANNED_CODE_VALUE"
}

Expected Response

{
  "code": "SCANNED_CODE_TYPE",
  "codevalue": "PROCESSED_VALUE"
}

Use our webhook configuration tool to easily generate QR codes for app configuration.

Webhook Integration Diagram