0

Through whatsapp both text and link (in the form of https://www.google.co.in) can be shared programmatically using python and cloud api tokens. Is it possible to send text as hyperlink through whatsapp?

I tried sending a link but couldn't.

ayato
  • 1
  • 1
  • Are you looking for the documentation? https://developers.facebook.com/docs/whatsapp/api/messages/text#urls – tevemadar Jan 10 '23 at 10:52
  • >from heyoo import WhatsApp>messenger = WhatsApp('YOUR-ACCESS-TOKEN',phone_number_id='YOUR-PHONE-ID') # For sending text message >messenger.send_message('Hello world!', '91**********'). this is the python program. I want to send a hyperlink as a text. The text here is Hello world! which contains the hyperlink when user clicks the text it will be redirected to the page.@D.L – ayato Jan 12 '23 at 07:10

0 Answers0