This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To use the LiveChat connector, add the <livechat.init> element in your configuration before carrying out any other LiveChat operations. 

The LiveChat API uses an access token for authentication. For more information on authentication, see http://developers.livechatinc.com/rest-api/#authentication.

init
<livechat.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <login>{$ctx:login}</login>
	<apiKey>{$ctx:apiKey}</apiKey>
</livechat.init>
Properties 
  • apiUrlThe URL of the API.
  • login: The login name for the API.
  • apiKey: The API key.

Now that you have connected to LiveChat, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the LiveChat Integration.

 

  • No labels