WhatsApp click to chat links explained
2 min read
Click-to-chat is the official way to let anyone start a WhatsApp conversation with you from a link. No contact saving, no number dictation, one tap. This guide covers how the links are built and the details that trip people up.
The format
A click-to-chat link looks like this:
https://wa.me/919876543210
The number is your full international number with the country code, and nothing else. No plus sign, no spaces, no dashes, no leading zeros. A British number written locally as 07911 123456 becomes wa.me/447911123456: the trunk zero goes away and the country code takes its place.
That transformation is exactly what our link generator does for you, with validation, so a typo does not end up on a thousand printed flyers.
Pre-filled messages
You can attach a message that appears in the sender’s chat box when the link opens:
https://wa.me/919876543210?text=Hi%2C%20I%20saw%20your%20listing
Two things matter here. First, the text must be URL encoded, which is why spaces become %20 and commas become %2C. Second, the message does not send automatically. It only fills the box; the other person still presses send. That makes pre-filled messages good for context (“Hi, I am interested in the blue one”) and useless for anything sneaky, which is how it should be.
Where the links work
Anywhere a URL works: an Instagram bio, an email signature, a “Contact us” button on a website, a YouTube description, an invoice footer, or a QR code on packaging and posters. For a business, the combination of a QR code at the counter and a pre-filled message like “Hi, I would like to place an order” removes every step between seeing and messaging.
QR codes that actually scan
A QR code is just the link in scannable form, but print introduces failure modes that screens do not have:
- Keep printed codes at least 2 cm wide. Small codes fail on older cameras.
- Keep the contrast high. Dark modules on a white background scan reliably; decorative recoloring is where scanning goes to die.
- Use a vector format for print. An SVG scales to a poster without blurring, while an upscaled PNG turns soft.
- Scan the final artwork with a real phone before mass printing. A wrong digit survives every proofing round that does not include an actual scan.
The link generator produces both formats: a 512 pixel PNG for screens and an SVG for print.
One honest caveat
A link is only as correct as the number in it. No tool can verify that a number is registered on WhatsApp, ours included. The generator validates the format and the country code, and the rest is a ten second test scan away.
Common questions
Does a wa.me link work if the person does not have my contact saved?
Yes, that is the point. The link opens a chat with your number directly, no contact saving needed on either side.
Can I use click-to-chat links with WhatsApp Business?
Yes. The format is identical for personal and business numbers, and business accounts can pair them with catalog and quick replies.
Do wa.me links expire?
No. The link encodes your phone number and nothing else. It works for as long as that number is active on WhatsApp.
Is api.whatsapp.com the same as wa.me?
Functionally yes. wa.me is the short official domain and the one worth using. Both open the same chat.