create_qrcode
Create QR codes for restaurant tables or locations. Customers scan them to access the online food ordering page directly.
Instructions
Create a new QR code for a table or location. The QR encodes a URL that customers scan to open the food ordering page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Descriptive name for this QR code (e.g. 'Table 5', 'Counter 1') | |
| table_id | No | Table identifier (e.g. 'T5', 'BAR-2') | |
| location_id | No | Link to a specific restaurant location ID | |
| redirect_url | No | Custom URL the QR code should point to (defaults to site food order page) |