Creates 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 dif…
enableGPSintegerEnable GPS location tracking for scans. 0 = disabled, 1 = enabled. Default is 0.
database_idstringRequired when validation_method is 'database' or 'ondevicedatabase'. The ID of the database to validate scans against.
descriptionstringService description. For 'webview' validation_method, this should be the URL or HTML content to display after a scan.
symbologiesstringComma-separated list of barcode type IDs to accept. If omitted, all barcode types are accepted.
postback_urlstringRequired when validation_method is 'postback'. The URL to forward scan data to in real-time.
service_namestringHuman-readable name for the service. If omitted, defaults to 'Service N'.
duplicate_valueintegerFor database services: controls duplicate scan behavior. 0 = reject duplicates, 1 = allow duplicates. Default is 1.
validation_methodRequiredstringThe 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 cont…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.