About This WhatsApp Link Generator
This WhatsApp link generator creates direct click-to-chat URLs that open a WhatsApp conversation with any phone number — no contact saving required. Enter a phone number with its country code, optionally write a pre-filled message, and the tool produces a ready-to-share link. You can also send the message directly, copy the link to your clipboard, or display it as a scannable QR code.
All processing happens in your browser. No phone numbers or messages pass through any server.
How WhatsApp Click-to-Chat Links Work
WhatsApp provides two URL schemes for opening conversations programmatically. Both bypass the requirement to save a contact before messaging.
The wa.me format follows the pattern https://wa.me/15551234567, where the number includes the country code without any plus sign, dashes, or spaces. Appending ?text=Hello%20there pre-fills the message input so the recipient sees your intended text before either party presses send.
The api.whatsapp.com format uses https://api.whatsapp.com/send?phone=15551234567&text=Hello%20there. This endpoint behaves identically but works more reliably inside some embedded webviews and older browsers. This tool generates links using the API format for maximum compatibility, and uses the wa.me format for QR codes to keep them compact.
URL Parameter Reference
Both URL schemes accept the same two parameters:
- phone — The full phone number in international format with only digits. Include the country code (1 for the US, 44 for the UK, 91 for India) followed by the local number. Omit the leading plus sign, spaces, dashes, and parentheses. Example:
14155551234for a US number. - text — The pre-filled message, URL-encoded. Spaces become
%20, line breaks become%0A, and special characters follow standard percent-encoding rules. The recipient sees this text in the message input field but must press send manually — the link does not send messages automatically.
You can omit the phone parameter entirely and include only text. This creates a link that lets the user choose which contact to message, with the text already filled in — useful for share buttons where the recipient varies.
Business Use Cases for a WhatsApp Link Generator
Direct WhatsApp links remove friction between seeing a call-to-action and starting a conversation. Businesses use them in several ways:
- Customer support buttons. Embed a click-to-chat link on your website or in email signatures. Customers reach your support team in one tap without searching for your number or saving it first.
- Marketing campaigns. Include WhatsApp links in social media posts, paid ads, or newsletters. A pre-filled message like “I am interested in your summer offer” identifies which campaign drove the inquiry.
- Appointment confirmations. Send patients, clients, or guests a link with a pre-filled confirmation message. They tap the link, the message appears, and they press send — no typing required.
- Order updates. E-commerce sellers can generate per-order links with tracking details pre-filled, giving buyers a one-tap path to ask questions about their shipment.
- Event coordination. Share a group-specific link with a pre-filled RSVP message. Attendees confirm with a single tap.
Frequently Asked Questions
Does the link work on both mobile and desktop?
Yes. On mobile devices, the link opens the WhatsApp app directly. On desktop, it opens WhatsApp Web or the desktop application if installed. The browser detects which client to launch automatically.
Does the recipient need to have my number saved?
No. Click-to-chat links open a conversation regardless of whether either party has saved the other’s number. However, the recipient’s privacy settings may affect whether they see your profile photo or status.
Can I use this with WhatsApp Business?
Yes. The link format works identically for both standard WhatsApp and WhatsApp Business accounts. Many businesses embed these links on their websites, Google Business profiles, and social media pages.
Why does my link not work for some numbers?
The most common cause is an incorrect country code or extra formatting characters. The phone parameter must contain only digits — no plus sign, spaces, or dashes. Verify that the number is active on WhatsApp, since the link cannot reach landlines or numbers without a WhatsApp account.
Does the pre-filled message send automatically?
No. WhatsApp displays the message in the text input field, but the user must press send manually. This is a WhatsApp platform restriction that prevents abuse.
Related Tools
You might also find these tools useful:
- QR Code Generator — create QR codes for URLs, text, Wi-Fi credentials, and more.
- WhatsApp QR Code Generator — generate a scannable QR code that opens a WhatsApp conversation directly.
- Export Contacts — export phone contacts to vCard, CSV, or JSON format.