WhatsApp QR Codes
Manage WhatsApp QR codes. QR codes provide deep-link entry points to start WhatsApp conversations with pre-filled text.
WhatsApp QR Codes
QR codes provide deep-link entry points to start WhatsApp conversations. Route prefix: /api/v1/WhatsappQrCode
| Method | Route | Permission | Description |
|---|---|---|---|
| POST | /api/v1/WhatsappQrCode/create | Dashboard:QRCodeChange | Create new QR code |
| GET | /api/v1/WhatsappQrCode/getall | Dashboard:View | List all QR codes for firm |
| PUT | /api/v1/WhatsappQrCode/update/{code} | Dashboard:QRCodeChange | Update QR code label/config |
| DEL | /api/v1/WhatsappQrCode/delete/{code} | Dashboard:QRCodeChange | Delete 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."
}