WhatsApp QR Codes
Create a seamless entry point for your customers. Use QR codes to drop users directly into a WhatsApp conversation with a pre-written message.
WhatsApp QR Codes
QR codes are the easiest way to bridge the physical and digital worlds. When a customer scans your code, their WhatsApp app opens immediately with a message ready to send. Base route: /api/v1/WhatsappQrCode
| Method | Route | Permission | Description |
|---|---|---|---|
| POST | /api/v1/WhatsappQrCode/create | Dashboard:QRCodeChange | Generate a brand new QR code |
| GET | /api/v1/WhatsappQrCode/getall | Dashboard:View | View all your active QR codes |
| PUT | /api/v1/WhatsappQrCode/update/{code} | Dashboard:QRCodeChange | Modify an existing QR code's settings |
| DEL | /api/v1/WhatsappQrCode/delete/{code} | Dashboard:QRCodeChange | Permanently remove a QR code |
POST
/api/v1/WhatsappQrCode/create
JSON Request
{
"label": "Main Store Entrance",
"prefillMessage": "Hi, I scanned your QR code and would like to know more."
}