What a click-to-chat link is
A WhatsApp click-to-chat link is a normal web link that, when tapped, opens a WhatsApp conversation with a specific number — optionally with a message already typed into the box. It is the technology behind every “Message us on WhatsApp” button you have ever tapped. The format is simple:
https://wa.me/<number>?text=<url-encoded message>
You can build one in seconds with the WhatsApp Link Generator, which handles the two parts that trip people up: the number format and the message encoding.
The phone-number format is the whole game
If your WhatsApp link “doesn’t work,” the number is almost certainly formatted wrong. WhatsApp requires the number in full international format using digits only:
- Include the country code. A US number starts with
1, an Indian number with91, a UK number with44. - No plus sign. Write
14155552671, not+1 415 555 2671. - No spaces, dashes, or brackets. Strip all formatting.
- No leading zero. Many countries write local numbers with a leading
0(the trunk prefix). Drop it when you add the country code —0 98765 43210in India becomes919876543210.
The WhatsApp Link Generator cleans your input automatically and warns you if it spots a leading zero, a stray plus sign, or a number that is too short or too long to be valid. Behind the scenes this is the same international-format rule that phone validators and the mailto link generator family of contact tools rely on.
Pre-filling a message
The optional text parameter is what makes click-to-chat links convert. Instead of opening an empty chat, you can have the box pre-filled with something like “Hi! I’d like a quote for the 2-bedroom apartment.” The customer just taps send.
Two rules:
- The message must be URL-encoded. Spaces become
%20, line breaks become%0A, an ampersand becomes%26. If you hand-build the link and skip encoding, the message will be cut off at the first space or special character. The generator encodes everything for you, including emoji. - Keep it short and editable. The pre-filled text is a suggestion — the person can change or delete it. Treat it as a helpful starting point, not a script.
Where to use click-to-chat links
A few high-converting placements:
- Website chat button. Drop the generated HTML anchor into your site for a floating “Chat on WhatsApp” button. Pair it with a pre-filled greeting that mentions the page the visitor is on.
- Ads and landing pages. Let prospects start a conversation in one tap instead of filling out a form. Add UTM parameters to the destination so you can attribute the chats to the campaign that drove them.
- Link-in-bio and social profiles. Put a click-to-chat link in your Instagram bio or link-in-bio page. If you write your bio with the Instagram bio generator, reserve a line for “DM us on WhatsApp.”
- QR codes. Turn the wa.me link into a QR code for packaging, posters, or table tents so people can scan to chat. (QR generation is a planned Pro feature; for now you can pass the link to a QR from URL tool.)
wa.me vs api.whatsapp.com
You will see two link formats in the wild. wa.me/<number> is the short, friendly form WhatsApp recommends for sharing. api.whatsapp.com/send?phone=<number>&text=... is the older, longer form that does exactly the same thing. The WhatsApp Link Generator gives you both — use wa.me unless a specific platform insists on the longer one.
Privacy and tracking
A raw wa.me link has no tracking — you cannot tell how many people clicked it. That is fine for a personal link, but businesses often want analytics. Third-party services add branded short links and click tracking on top of the wa.me link (Walink’s Premium tier, for example, charges per link per year for analytics and branding). The free WhatsApp Link Generator keeps everything in your browser with no tracking; analytics and branded short links are on its planned Pro roadmap.
Summary
A WhatsApp click-to-chat link is one of the simplest, highest-converting contact tools you can add to a site or profile — but only if the number is in full international format and the message is URL-encoded. Get those two right (or let the WhatsApp Link Generator handle them) and you have a one-tap “message us” link that works everywhere WhatsApp does.