{"id":11549,"date":"2022-01-04T04:52:23","date_gmt":"2022-01-04T09:52:23","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=11549"},"modified":"2022-01-05T16:50:12","modified_gmt":"2022-01-05T21:50:12","slug":"send-whatsapp-message-through-html-link","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/send-whatsapp-message-through-html-link\/","title":{"rendered":"Create a Link to Send WhatsApp Message Through HTML"},"content":{"rendered":"\n
Every month at least two billion users use WhatsApp to send and receive text, audio, rich media, or video messages for personal or business purposes. To send WhatsApp message is pretty straightforward using the provided mobile app.<\/p>\n\n\n\n
If you are a business then you might want to have a more convenient way to have your customers or users interact with you through WhatsApp. That is why businesses are adopting WhatsApp for their business use and why WhatsApp Business with some more features was released.<\/p>\n\n\n\n
Back to the guide. Just like we showed you how to send an SMS text message<\/a> through an HTML<\/a> link, you can do the same with WhatsApp.<\/p>\n\n\n\n What you Should Have<\/p>\n\n\n\n In this example we will be sending a WhatsApp message with the following details:<\/p>\n\n\n\n This is what our link looks like:<\/p>\n\n\n\n Let’s Break it Down:<\/p>\n\n\n\n Though the above is the short and most user-friendly way to craft the WhatsApp link, you can even opt to use the long-form access point to the API in the following format:<\/p>\n\n\n\n Whichever format you choose, the result will be the same. You will be able to let your users click to send you a WhatsApp message on your website, web application, or even mobile app<\/a>.<\/p>\n\n\n\n This is a custom way to craft a link that will send WhatsApp message through HTML. It is simple and straightforward and follows HTML standards.<\/p>\n","protected":false},"excerpt":{"rendered":" Every month at least two billion users use WhatsApp to send and receive text, audio, rich media, or video messages for personal or business purposes. To send WhatsApp message is…<\/p>\n","protected":false},"author":1,"featured_media":11551,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,9,27,16],"tags":[170,303,320,376,382,433,471,635,636,643],"yoast_head":"\nHow to Send WhatsApp Message Through HTML Link<\/h2>\n\n\n\n
<a href="https:\/\/wa.me\/254777123456?text=Hello">Send WhatsApp Message<\/a><\/code><\/pre>\n\n\n\n
https:\/\/wa.me\/<\/code> – This is the short form API endpoint to send the link to.<\/li>
254<\/code> – country code with the ‘+’ omitted<\/li>
777123456<\/code> – phone number<\/li>
Hello<\/code> – initial text to post as your message<\/li><\/ul>\n\n\n\n
<a href="https:\/\/api.whatsapp.com\/send?phone=254777225366&text=Hello">Send WhatsApp Message<\/a><\/code><\/pre>\n\n\n\n
Conclusion<\/h2>\n\n\n\n