Handling particular behaviour for SDK to open URL inside webview inside mobile app

Hi @Rafif_Elrienanto

This can be achieved by following steps.

  1. On click of CTA button send an event with the URL as the data of the event
  2. Client App will receive the Bot Event
  3. Client App can perform the suitable action(like opening the URL inside the app)