Add HyperLink in Message Flow

I am trying to add Hyperlink in Send Response block of Message Block.

Requirement is to send a response to customer like Callback-form(https://test.com/callback), I want to only display callback-form to customer as a link.

What should be the syntax to achieve above requirement.

Hello,

If your end user (i.e. customer) is using Messenger as the interface for Web Messaging, note that Messenger supports markdown syntax.

To send an hyperlink like you are describing, the text would be: [Callback-form](https://test.com/callback)
This will show up as an Hyperlink in the Messenger's interface.

Regards,

Thanks, It worked.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.