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.
Code Block | ||||
---|---|---|---|---|
| ||||
<livechat.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <login>{$ctx:login}</login> <apiKey>{$ctx:apiKey}</apiKey> </livechat.init> |
Properties
apiUrl:
The 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.
...