CodeREADr is a mobile data collection and barcode scanning platform that enables businesses to create and manage services for data capture, validation, and reporting.
Create and attach custom questions to a CodeREADr service for data collection after scans. Use this to configure forms that collect additional information from users after each barcode scan. Requires a valid service ID from CODEREADR_RETRIEVE_SERVICES or CODEREADR_CREATE_SERVICE.
Helper to guide configuring the CodeREADr Connector for Google Sheets. There is no public API to programmatically create connector configurations. This tool validates your API connectivity (optional) and returns clear steps to proceed via the Google Sheets Add-on UI: https://www.codereadr.com/knowledgebase/codereadr-connector-add-on/
Configure Direct Scan URL (DSU) for a CodeREADr service to enable device-to-server scan posting. Use this action to set up or update the DSU postback URL for a service. When configured, scans are posted directly from the scanning device to your specified URL, bypassing CodeREADr servers (useful for compliance or local network scanning). Prerequisites: - A valid service_id (use CODEREADR_RETRIEVE_SERVICES to list available services) - A publicly accessible HTTPS endpoint to receive scan data Note: This action updates the postback_url for the service. For services with validation_method='postback', this is the primary scan destination. For other validation methods, this configures DSU as a secondary feature.
Tool to enable and configure Kiosk Mode (Locked Mode) on a CodeREADr service. Kiosk Mode locks the scanning app to a specific service for unattended use. Use this after creating a service to set up dedicated scanning kiosks.
Configure a CodeREADr service for picking, delivery, and receiving workflows. This action updates an existing service with postback URL configuration and optionally creates custom questions for data collection during scans. Use this when you need to: - Set up real-time scan notifications to your server - Add custom data collection questions to a scanning workflow - Configure delivery/receiving verification workflows
Configure a real-time postback URL for a CodeREADr service. Use this action to set up or modify where scan data is forwarded in real-time. When configured, each barcode scan will trigger an HTTP POST to your specified URL with the scan data. This is ideal for integrating CodeREADr with external systems that need immediate notification of scan events. Prerequisites: - The service must already exist (use CODEREADR_RETRIEVE_SERVICES to list available services) - The postback URL must be accessible and able to receive POST requests Note: This action uses the CodeREADr services/update API endpoint.