Secure Webchat

Setup on Bot Platform

  1. Login to Bot platform

  2. Select channel menu

  3. Create webchat channel with enabled secure webchat

Setup on Client BE code

  1. Generate authToken with API, /token/auth and it will return authToken (one time use).

  1. Use authToken to generate accessToken with API, /token/access and it will return accessToken.

  1. Insert the accessToken into the SDK configuration to initiate the chat. Steps 1 and 2 will be handled by the customer's backend. For example, Website A has its own authentication system. Their customers log in to their website, and the backend needs to execute Steps 1 and 2 to obtain an access token, then initiate the Webchat session using this access token.

Last updated

Was this helpful?