Skip to main content
Solved

Button with link

  • March 26, 2026
  • 5 replies
  • 56 views

rajeev.saraf
Forum|alt.badge.img+3

Hi ,

 

I have a use case where I am using compound action to create buttons, i would like to give links to these button.

or

Are there any way to display the buttons with link using html tags. 

Best answer by rgeroulo

Hi ​@rajeev.saraf!

If wanting to provide buttons, you would use the Notify expression to send the user a static card with buttons, where each button is tied to a Content Activity, System Action, or Conversational Process.

In your case,  configure an action button as a Content Activity and set its message to your target URL.

Compound Action
Button in-chat that links to a URL

Best,

Ryan

5 replies

rgeroulo
Forum|alt.badge.img+1
  • Community Manager
  • Answer
  • March 26, 2026

Hi ​@rajeev.saraf!

If wanting to provide buttons, you would use the Notify expression to send the user a static card with buttons, where each button is tied to a Content Activity, System Action, or Conversational Process.

In your case,  configure an action button as a Content Activity and set its message to your target URL.

Compound Action
Button in-chat that links to a URL

Best,

Ryan


rajeev.saraf
Forum|alt.badge.img+3
  • Author
  • Known Participant
  • March 27, 2026

@rgeroulo Thanks for the response, If I understood you correctly →  the link can be dynamic, with definite set of button?


rgeroulo
Forum|alt.badge.img+1
  • Community Manager
  • March 27, 2026

@rajeev.saraf yes, the link can be dynamic as seen below. This link can be served from a string slot, as seen in this example where

  • data.my_variable = “https://www.google.com”

 


rajeev.saraf
Forum|alt.badge.img+3
  • Author
  • Known Participant
  • March 28, 2026

@rgeroulo - Thank you for you help, I am going to try it now.


rajeev.saraf
Forum|alt.badge.img+3
  • Author
  • Known Participant
  • April 1, 2026

@rgeroulo - I found the link is not always working, sometime it ask user to click on a generated link.