01 Workspace
First steps
Register in Supportix with your business email. The first account becomes the workspace owner and can configure channels, teammates, and routing rules.
- 1
Create your accountOpen the registration page, enter your business email, and confirm the address.
- 2
Set up your workspaceAdd your company name and select the basic support settings.
- 3
Invite your teamAdd coworkers or employees and assign the access they need to handle requests.
Start with one channel and a small group. Add routing rules after your team has handled its first real requests.
02 Website chat
Install the widget
Create a website channel in Supportix and copy the generated JavaScript snippet. The widget is loaded asynchronously and does not block the rest of your page.
Install directly in HTML
- 1
Open the channel settingsIn Supportix, choose Channels → Website chat → Add channel.
- 2
Copy the widget codeUse the snippet generated for your workspace. It contains your unique channel key.
- 3
Paste it before the closing body tagAdd the code on every page where the chat button should appear.
HTML
<script src="https://cdn.supportix.net/widgets.js"
data-key="YOUR_CHANNEL_KEY" async></script>
Install with Google Tag Manager
Create a new Custom HTML tag, paste the same widget code, choose the All Pages trigger, and publish the container. Open your website in a private window to confirm that the chat button appears.
03 Messenger
Add a Telegram channel
- 1
Create a bot with BotFatherOpen @BotFather in Telegram, send /newbot, and follow the prompts to choose a name and username.
- 2
Copy the bot tokenBotFather returns an API token after the bot is created. Treat it as a password and do not publish it.
- 3
Connect the bot in SupportixChoose Channels → Telegram → Add channel, paste the token, select the responsible group, and save.
- 4
Test the connectionSend a message to the bot. A new request should appear in the shared inbox.
04 Messenger
Add a Viber channel
- 1
Create a Viber botUse the official Viber administration tools available for your business account to create a bot or public account.
- 2
Copy the authentication tokenOpen the bot settings and copy its private authentication token.
- 3
Add the channel in SupportixChoose Channels → Viber → Add channel, paste the token, and assign the channel to a support group.
- 4
Send a test messageOpen the public bot link from another Viber account and verify that the message reaches Supportix.
05 Email
Set up support mail
Connect an existing mailbox through IMAP, or let Supportix receive mail for a dedicated support address through DNS.
Connect through IMAP
Enter the mailbox address, IMAP host and port, username, and app password. Use a dedicated mailbox such as support@yourcompany.com.
Route mail with an MX record
Add the address in Supportix, then configure your domain’s MX record to point to mx.supportix.net. DNS changes can take time to propagate.
Use an app-specific password when your email provider supports it. Never share your main account password.