This usecase describes the integration of the Live Chat or Co-Browsing UI into your own platform.
Steps
This step is optional.
You can either generate the users via the API or manage it manually via the backend.
For integrating the User Interface into your own platform you have to generate a public login link for the user via the API. With the public login link it is possible to integrate the existing part of the backend user interface into your own platform.
This view contains only the Live Chat.
This view contains a single Co-Browsing session. If you want your own UI or logic to get the session ID (i.e. via Chat) then you can directly generate a public link for the specific session. This endpoint will return 404
if the session does not exist.
This view contains the interface for entering a code to join the specific session. If you simply want to let the agent enter the session ID, this is the right endpoint for you.
As a result of step 2 you get a URL that you can directly set as src
attribute for an iframe.
<iframe src="<PUBLICLINK>" />
Currently, it is not possible to configure the CORS/X-Frame-Origin headers for your domain via the UI. Please contact us to configure CORS headers for your tenant.