Valerio Lopes
Valerio Lopes

Reputation: 79

How to send link with labels in whatsapp business API

I'm using WhatsApp Business API and can't find a way to put links with labels in messages.

Like Click here, in HTML. Couldn't find any reference about it in the docs: https://developers.facebook.com/docs/whatsapp/on-premises/guides/messages

How can I do that?

Upvotes: 1

Views: 3898

Answers (1)

turivishal
turivishal

Reputation: 36134

You can put the direct link in the body of the message, there is no option to format the link,

There are other options, you can create a button, there you can set a label and redirect link on click in the template and interactive message type.

Upvotes: 1

Related Questions