For the complete documentation index, see llms.txt. This page is also available as Markdown.

Widget Appearance

You can customize the widget appearance according to your requirements.

Widget Color

Set the widget color

acquireIO.updateSettings({'crm.primary_color':'#fff000'})        

Widget Position

Set the widget position

To set widget position Left side :

acquireIO.updateSettings({'crm.widget_position':'bl'})

To set widget position Right side:

acquireIO.updateSettings({'crm.widget_position':'br'})  

Last updated