Skip to main content

Jump from MiniApp to Other Service Types

With the KOBIL SuperApp Deeplink feature, you have the capability to direct your users from MiniApp to different services within the SuperApp. This functionality allows you to design custom flows as illustrated below:

  1. You can switch from MiniApp to MiniApp.
  2. You can switch to the chat section from the MiniApp.

To do this you need two things:

  1. Client id value of the service you want to redirect to.
Example `Client id` of a Service => fc6478a7-320f-40ca-9f90-4e3d2443f293
To learn how to obtain the client ID of your Service created on

Portal, please refer to HERE


  1. Share address of the SuperApp you are using.
Test env address:
https://share.cloud.test.kobil.com/kobilservice?sID={SERVICE_CLIENT_ID}

Combining this two information, you can prepare your service address then you can redirect to it like below.

window.location.replace(
'https://share.cloud.test.kobil.com/kobilservice?sID=fc6478a7-320f-40ca-9f90-4e3d2443f293'
);


Switch from MiniApp to MiniApp Service

Switch from MiniApp to Chat Service