This will hide the icon of ChipBot.
chipBotApi.open();
This will show the icon of ChipBot.
chipBotApi.close();
This opens ChipBot to a specific article ID. Article IDs begin with “ins_”
chipBotApi.kbOpenArticle('{articleId}');
You can also open the article in a larger window using the following function:
chipBotApi.kbOpenArticleModal('{articleId}');
chipBotApi.kbOpenCategory('{nodeId}');
chipBotApi.getArticles();
chipBotApi.openContactForm('prepopulated.email@gmail.com', 'Name', 'Prefilled Content');