WhatsApp QR Codes: 대화를 즉시 시작하세요
A WhatsApp code encodes a wa.me deep link, which opens a conversation with a specific number and can arrive with a message already drafted. The number follows the wa.me convention, international format with no plus sign, spaces or hyphens: 15550123456 for the United States, 447700900123 for the United Kingdom, 919876543210 for India. The optional text parameter carries a URL-encoded default message that appears in the chat input and remains editable before sending. Only the number is required; everything after the question mark is optional, which is why malformed numbers rather than malformed parameters cause most failures.
WhatsApp QR Codes: Start Conversations Instantly
WhatsApp QR codes encode a wa.me deep link that opens a WhatsApp conversation with a specific phone number, optionally with a pre-filled message.
The wa.me Deep Link Format
https://wa.me/15550123456?text=Hello%20I%20need%20help
| Parameter | Description | Required |
|---|---|---|
| Phone number | International format without + or spaces | Yes |
text |
Pre-filled message (URL-encoded) | No |
Phone Number Format
The phone number follows the wa.me convention — international format without the + prefix, spaces, or hyphens:
- US:
15550123456(country code 1 + number) - UK:
447700900123 - India:
919876543210
Pre-filled Message
The text parameter allows you to set a default message that appears in the chat input. The user can edit or send it as-is:
https://wa.me/15550123456?text=Hi%2C%20I%27m%20interested%20in%20your%20product
Keep the message concise and action-oriented. URL-encode special characters.
WhatsApp Business Integration
For businesses using WhatsApp Business, the wa.me link connects to your business profile. Combined with WhatsApp Business API, this enables:
- Automated greeting messages
- Quick replies and chatbot integration
- Order and booking confirmations
- Customer support ticket creation
Use Cases
- Customer support: "Scan to chat with us on WhatsApp"
- Restaurant ordering: "Message us to place an order"
- Service businesses: "Scan to book an appointment"
- E-commerce: "Ask about this product" on product packaging
- Real estate: "Message the agent" on property listings
Platform Considerations
| Platform | Behaviour |
|---|---|
| iOS (WhatsApp installed) | Opens WhatsApp chat directly |
| Android (WhatsApp installed) | Opens WhatsApp chat directly |
| No WhatsApp installed | Opens web.whatsapp.com or app store |
The wa.me link gracefully falls back to WhatsApp Web if the app is not installed, though the mobile experience is significantly better.
Key Takeaways
- WhatsApp QR codes use
https://wa.me/{phone}deep links - Phone numbers use international format without the + prefix
- Pre-filled messages via
?text=improve user experience - WhatsApp Business integration enables automated workflows
- Falls back to WhatsApp Web when the app is not installed