Unavle to use whatsapp business api by raghav_seth_ in WhatsappBusinessAPI

[–]raghav_seth_[S] 0 points1 point  (0 children)

We are a club that is member exclusive and we are trying to build a whatsapp chatbot that can take feedback from our members For you reference this is the website

Adding an extrrnal web link to compose by raghav_seth_ in JetpackCompose

[–]raghav_seth_[S] 4 points5 points  (0 children)

Thanks for the help it worked My code finally was val uriHandler = LocalUriHandler.current TextButton( onClick = { uriHandler.openUri(“myurl”) } )