Mobile website “WhatsApp” button to send message to a specific number

后端 未结 9 1708
小鲜肉
小鲜肉 2020-12-01 02:16

A mobile website can be customized to allow users to share a pre-filled message in WhatsApp to a manually chosen contact. As given here it is done using Custom URL Scheme. A

9条回答
  •  一整个雨季
    2020-12-01 02:35

    Official WhatsApp doc Says-:

    https://api.whatsapp.com/send?phone=countrycode+phonenumber&text=urlencodedtext

    Use: https://api.whatsapp.com/send?phone=15551234567&text=urlencodedtext

    Don't use: https://api.whatsapp.com/send?phone=+001-(555)1234567

    https://faq.whatsapp.com/en/general/26000030

提交回复
热议问题