Installation

You need the Manage campaigns permission to get live chat code.

Installations
- Installations Manage
GET livechat/campaigns/{id}/installation
Model
Installation JSON Format

Installation is represented as simple flat JSON objects with the following keys:

Name Type Description
installationCode string The main live chat code.
installationSecondCode string The second live chat code.
campaignId guid Id of the campaign.
installationChatLink string
Endpoint
Installation Code

GET livechat/campaigns/{id}/installation

Parameters:

Name Type In Required Description
id string path yes Id of the Campaign.
Response:
Example

Sample Request:

curl https://api15.comm100.io/v4/LiveChat/campaigns/22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef/installation \
-X 'GET' \
-H 'Authorization: Bearer {access_token}' \

Response:

 HTTP/1.1 200 OK

{"installationCode":"<!--Begin Comm100 Live Chat Code-->\r\n<div id=\"comm100-button-22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef\"></div>\r\n<script type=\"text/javascript\">\r\n var Comm100API=Comm100API||{};(function(t){function e(e){var a=document.createElement(\"script\"),c=document.getElementsByTagName(\"script\")[0];a.type=\"text/javascript\",a.async=!0,a.src=e+t.site_id,c.parentNode.insertBefore(a,c)}t.chat_buttons=t.chat_buttons||[],t.chat_buttons.push({code_plan:\"22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef\",div_id:\"comm100-button-22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef\"}),t.site_id=10000,t.main_code_plan=\"22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef\",e(\"https://autovue.comm100dev.io/livechat.ashx?siteId=\"),setTimeout(function(){t.loaded||e(\"https://autovue2.comm100dev.io/livechat.ashx?siteId=\")},5e3)})(Comm100API||{})\r\n</script>\r\n<!--End Comm100 Live Chat Code-->","installationSecondCode":"<!--Begin Comm100 Live Chat Code-->\r\n<div id=\"comm100-button-22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef\"></div>\r\n<script type=\"text/javascript\">\r\n var Comm100API=Comm100API||{chat_buttons:[]};Comm100API.chat_buttons.push({code_plan:\"22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef\",div_id:\"comm100-button-22f0b296-69e9-4b81-abe4-4bb9ed5ec9ef\"});\r\n</script>\r\n<!--End Comm100 Live Chat Code-->"}