Otechie makes a contact widget that can be installed on your website to help convert your visitors into paying clients. From the widget, prospective clients can choose to start the conversation using Otechie or integrate Otechie to their Slack workspace. You can find the code with your team id pre-filled and change the color to match your sites them at https://app.otechie.com/c#widget or by going to Settings > Chat Widget
If you'd like to control when Otechie is loaded, you can use the 'init' method. You can call this method with your account's id.
Otechie('init', { account: 'ACCOUNT_ID' });
This will hide the chat bubble and close the start conversation panel if it is open.
Otechie('hide');
This will show the chat bubble if it is hidden.
Otechie('show');
This will close the start conversation panel if it is open. It will not hide the chat bubble.
Otechie('close');
This will open the start conversation panel if it is closed.
Otechie('open');
Do you have any questions that are not answered here? Let us know. We are here to help you.