CodeREADr is a mobile data collection and barcode scanning platform that enables businesses to create and manage services for data capture, validation, and reporting.
CodeREADr is a mobile data collection and barcode scanning platform that enables businesses to create and manage services for data capture, validation, and reporting. On Nagent, Codereadr is exposed as a fully-configurable developer tools integration that any agent can call — 16 actions, and API key authentication. No code is required to wire Codereadr into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Codereadr to automate the kinds of tasks developer tools teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Codereadr into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Codereadr, with input parameters and output schema. Drop these into any step of an agent built in Helix.
CODEREADR_COLLECT_DATA_WITH_QUESTIONSCreate 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.
Input parameters
List of questions to create and/or link to the service. Minimum 1 question required.
Numeric ID of the service to attach questions to. Get this from CODEREADR_RETRIEVE_SERVICES.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_CONFIGURE_CONNECTORHelper 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/
Input parameters
Optional note to include in the resulting guidance message (for testing/logging).
If true, also attempt a legacy section/action probe as a secondary check.
If true, perform a lightweight API call to validate connectivity and API key.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_CREATE_SERVICECreates a new CodeREADr service (barcode scanning workflow configuration). A service defines how barcode scans are processed - whether they're simply recorded, validated against a database, forwarded to an external URL, or display web content. Each validation_method type has different required parameters: 'database'/'ondevicedatabase' require database_id, 'postback' requires postback_url, 'webview' requires description (URL/HTML).
Input parameters
Enable GPS location tracking for scans. 0 = disabled, 1 = enabled. Default is 0.
Required when validation_method is 'database' or 'ondevicedatabase'. The ID of the database to validate scans against.
Service description. For 'webview' validation_method, this should be the URL or HTML content to display after a scan.
Comma-separated list of barcode type IDs to accept. If omitted, all barcode types are accepted.
Required when validation_method is 'postback'. The URL to forward scan data to in real-time.
Human-readable name for the service. If omitted, defaults to 'Service N'.
For database services: controls duplicate scan behavior. 0 = reject duplicates, 1 = allow duplicates. Default is 1.
The type of service to create. Options: 'record' - Simple scan recording to cloud, 'ondevicerecord' - Scan recording stored on device, 'database' - Validate scans against cloud database, 'ondevicedatabase' - Validate scans against on-device database, 'webview' - Display web content after scan, 'postback' - Forward scans to external URL in real-time.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_DELETE_DATABASEDelete a CodeREADr validation database by its ID. This permanently removes the database and all its barcode values. Use with caution. Note: A database cannot be deleted if it is currently linked to one or more services. You must unlink those services from the database first. Example: "Delete database with ID 1340798"
Input parameters
The numeric ID of the database to delete. Use CODEREADR_RETRIEVE_DATABASES to find available database IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_DELETE_DEVICETool to delete a device from CodeREADr. Uses the CodeREADr legacy API with section=devices and action=delete parameters. Note: Device deletion may have limited support in the CodeREADr API - only 'retrieve' and 'update' actions are officially documented for devices.
Input parameters
The numeric ID of the device to delete (integer format, e.g. '123')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_DELETE_QUESTIONPermanently deletes one or more custom questions from your CodeREADr account. Questions are used to collect additional data after scans. Once deleted, the question and all associated answer options are removed. This action cannot be undone.
Input parameters
The numeric ID of the custom question to delete. Can be a single ID or comma-separated list of IDs to delete multiple questions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_DELETE_SERVICEDelete a CodeREADr service by its numeric ID. Use this to permanently remove a service/workflow configuration from your account. Note: This is a destructive action and cannot be undone. You can delete a single service, multiple services (comma-separated IDs), or all services. Example: "Delete service with ID 12345"
Input parameters
The numeric ID of the service to delete. Can be a single ID (e.g., '12345') or comma-separated list (e.g., '12345,12346,12347'). Use 'all' to delete all services.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_DELETE_USERDeletes an existing user account from CodeREADr. Uses the CodeREADr legacy API endpoint (POST /api/ with section=users, action=delete). The user_id parameter can be a single ID, comma-separated list of IDs, or 'all'. Note: You cannot delete the account owner's app-user. The API will return an error if an invalid user_id is provided.
Input parameters
The unique numeric identifier of the user to delete. Can be a single ID, comma-separated list of IDs, or 'all' to delete all users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_GENERATE_SCAN_LINKGenerates a CodeREADr scan link URI that opens the CodeREADr mobile app with a pre-filled scan value. Use this tool when you need to create clickable links that launch the CodeREADr scanner with a specific barcode, QR code, or identifier already entered.
Input parameters
The scan value (barcode, QR code, or identifier) to embed in the URI. When the generated link is clicked, the CodeREADr app will open with this value pre-filled in the scanner input field.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_LIST_SUPPORTED_BARCODE_TYPESLists barcode symbologies supported by CodeREADr for scanning. Returns 1D barcodes (Code 39, Code 128, EAN, UPC, Codabar, etc.), 2D barcodes (QR Code, Data Matrix, PDF-417, Aztec, etc.), and specialized formats. Use this to verify if a specific barcode type is supported before scanning.
Input parameters
Maximum number of barcode types to return. Must be a positive integer if provided. Useful for limiting response size.
If True (default), filter results to only recognized barcode symbologies (e.g., QR Code, Code 128, EAN-13). If False, returns all list items from the source page including non-barcode content.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_RETRIEVE_DATABASESRetrieves all validation databases configured in your CodeREADr account. Use this to list databases for barcode validation, see their IDs, names, item counts, and which services they're linked to.
Input parameters
Controls response detail level. Options: 'names' (excludes services and item counts) or 'services' (excludes slower item counts). Leave empty for full details.
Single database ID or comma-separated list of IDs to retrieve. Leave empty to retrieve all databases.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_RETRIEVE_DEVICESRetrieve a list of devices registered to your CodeREADr account. This tool fetches information about devices linked to your account, including device IDs, UDIDs, names, and creation timestamps. Use this to monitor which devices have access to your CodeREADr services.
Input parameters
Filter by device ID(s). Can be a single ID (e.g., '1005'), comma-separated IDs (e.g., '1005,1010,1254'), or 'all' for all devices. Defaults to 'all' if not specified.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_RETRIEVE_SCANSRetrieve scan records from your CodeREADr account. Scans are the core data collected by CodeREADr when users scan barcodes using the mobile app. Each scan record includes the barcode value, timestamp, device info, validation status, and any collected responses. Use filters to narrow down results by service, user, device, date range, or status. Returns scan records in batches. Use limit and offset parameters for pagination.
Input parameters
Maximum number of scan records to return. If not specified, returns all matching scans.
Number of records to skip (for pagination). Use with 'limit' to paginate results.
Filter by scan status: '1' for valid, '0' for invalid, or '-1' for all scans.
Retrieve a specific scan by its ID.
Filter by user ID. Use comma-separated values for multiple users.
End date/time for filtering scans in 'YYYY-MM-DD HH:MM:SS' format. Example: '2024-12-31 23:59:59'
Filter by device ID. Use comma-separated values for multiple devices.
Filter by service ID. Use comma-separated values for multiple services (e.g., '12345,67890').
Start date/time for filtering scans in 'YYYY-MM-DD HH:MM:SS' format. Example: '2024-01-01 00:00:00'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_RETRIEVE_SERVICESRetrieve configured services from your CodeREADr account. Services are the core organizational units in CodeREADr that define how barcode scans are validated and processed. Use this action to list all services or retrieve specific services by ID.
Input parameters
Optional service ID or comma-separated list of IDs to retrieve specific services. Use 'all' or leave empty to retrieve all services.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_UPDATE_QUESTIONAdd answer options to an existing CodeREADr question. Use this to add selectable answers for checkbox, dropdown, or option-type questions. The CodeREADr API does not support updating question text - to change text, delete and recreate the question.
Input parameters
List of answer options to add to the question. At least one option is required.
Unique identifier of the question to update. Get this from the retrieve questions action or after creating a question.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CODEREADR_UPDATE_SERVICEUpdate an existing CodeREADr service configuration. Use this action to modify settings of a service by its ID. Only specified fields will be updated - omitted fields retain their current values. Common use cases: - Renaming a service - Changing postback/webhook URL - Enabling/disabling GPS tracking - Modifying duplicate scan handling - Setting time restrictions for service availability
Input parameters
1=enable automatic sync of on-device scans and database updates.
1=include GPS coordinates with each scan, 0=disabled.
The unique ID of the service to update. Obtain from retrieve services action.
ID of the database to associate (for database or ondevicedatabase validation methods).
New description for the service. Leave empty to keep current.
Comma-separated list of symbology IDs to enable. Omit to use defaults.
URL where scan data will be forwarded via HTTP POST. Must be a valid HTTPS URL.
New name for the service. Leave empty to keep current name.
Email address to receive CSV report after each scan upload.
Auto-next scan mode: 0=disabled, 1-3=various auto-advance modes.
0=users see only their own scans, 1=users see all authorized users' scans.
1=disable database search/lookup, 0=allow database search.
Duplicate scan behavior: 1=valid (allow duplicates), 0=invalid (reject duplicates).
Service end date in MM/DD/YYYY or YYYY-MM-DD format.
Service end time in hh:mm:ss or hh:mma format.
URL to sync scans directly when auto_sync is enabled.
1=disable camera scanning, 0=allow camera scanning.
1=disable manual barcode entry, 0=allow manual entry.
URL to open when user taps Lookup button in the app. Empty string disables the button.
Service start date in MM/DD/YYYY or YYYY-MM-DD format.
Service start time in hh:mm:ss or hh:mma format.
0=disable automatic database downloads, 1=enable.
Delay in seconds between scan upload attempts.
URL to open when user taps History button in the app. Empty string disables the button.
Regex pattern to match against scan values before processing.
CSV format for email reports: 'regular' or 'properties'.
Delay in seconds before auto-next triggers.
Delay in seconds between database update checks.
On-device duplicate behavior: 1=valid, 0=invalid. Ignored if duplicate_value=0.
Set to 1 if postback URL only receives data, 0 if it can also respond with scan results.
Regex pattern to match against scan response before displaying.
Replacement string for regex_scan_pattern matches.
Set to 1 to enable postback when on-device scans are uploaded. Requires postback_url.
Set to 1 to enable real-time postback for each online scan. Requires postback_url.
Replacement string for regex_response_pattern matches.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 35 agents privately built on Nagent that already use Codereadr.
Build on Nagent
Connect Codereadr to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Codereadr, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Codereadr is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Codereadr is connected, you configure its 16 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Codereadr steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Codereadr event fires, the agent kicks off automatically.
Every Codereadr action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Codereadr ships with 16 pre-built developer tools actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Codereadr together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Codereadr-based workflows tailored to your business.