Description

The Javascript API lets you customize various aspects of the Acquire Live Chat Widget.

You can use a different color scheme on a special marketing page, set the widget language based on the user’s preferences and much more.

Sample Code

<script>
    window.acquire = window.acquire || [];
    window.acquire.push(function(app){
      ...
   });
</script>

Note: Some API calls are unavailable for accounts using the Lite package.

Last updated