Can Viksa integrate with Slack?
Yes. Through Volt, Viksa has native Slack integration via HTTPS Event Subscriptions (no Socket Mode). Operators trigger runs, approve actions, receive alerts, and manage on-call workflows directly in Slack channels. Setup: /docs/volt/slack
Can Viksa integrate with Microsoft Teams?
Yes. Volt Channel Hub connects Azure Bot (Bot Framework) to ViksaAI. Register an Azure Bot, point the messaging endpoint at Viksa, enable the Teams channel, and configure access grants by email or Azure AD ID. Same agent pipeline as Slack. Setup: /docs/volt/teams
Can Viksa integrate with WhatsApp?
Yes. Volt Channel Hub supports WhatsApp Business Cloud API. Configure Meta webhooks, connect phone number ID and tokens in Channel Hub, and grant access by E.164 phone number. Approved users message your business number to run deployed agents. Setup: /docs/volt/whatsapp
Can Viksa integrate with Telegram?
Yes. Volt Channel Hub connects Telegram bots via secure webhooks. Create a bot with @BotFather, paste the token in Channel Hub, and grant access by numeric Telegram user ID. Plain-text DMs run your project agent catalog. Setup: /docs/volt/telegram
Can Viksa integrate with Instagram?
Yes. Volt Channel Hub supports Instagram Messaging (DMs) through Meta Business apps. Configure Instagram webhooks, connect page token and account ID, and grant access by scoped sender ID. Setup: /docs/volt/instagram
What is Viksa Channel Hub?
Channel Hub is Volt's connector UI for Tier 1 channels — Slack, WhatsApp, Telegram, Microsoft Teams, Instagram DM, Discord, Facebook Messenger, SMS, Email, LINE, Viber, Google Chat, and Web Chat. Most channels use shared HTTPS webhooks in volt-engine-service with a global routing index and channel_grants_v1 access control. Web Chat is first-party: visitors call the widget API directly from the browser (no webhook on your site). Overview: /docs/volt/channel-hub
Can Viksa integrate with Discord?
Yes. Volt Channel Hub connects Discord bots via secure webhooks. Register your Discord bot, set up a webhook endpoint, and grant channel access to approved Discord users or roles to execute agents from channels or DMs. Setup: /docs/volt/discord
Can Viksa integrate with Facebook Messenger?
Yes. Volt Channel Hub supports Facebook Messenger through Meta Business apps. Configure Messenger webhooks, connect your page access token, and grant access by scoped sender ID to allow users to DM your page to run agents. Setup: /docs/volt/messenger
Can Viksa integrate with SMS (Twilio)?
Yes. Volt Channel Hub integrates with Twilio SMS. Set up webhooks in Twilio, paste your API credentials in Channel Hub, and grant access by E.164 phone numbers. Authorized users text goals to your Twilio number to run agents. Setup: /docs/volt/sms
Can Viksa integrate with Email?
Yes. Volt Channel Hub supports Email integration using SMTP/IMAP or cloud email providers. Configure mail settings, set up a dedicated mailbox, and grant access by sender email addresses. Deployed agents process inbound email instructions and reply with formatted text and files. Setup: /docs/volt/email
Can Viksa integrate with LINE?
Yes. Volt Channel Hub connects LINE Messaging API bots. Paste the channel access token and channel secret in Channel Hub, register the webhook, and grant access by LINE user ID. Setup: /docs/volt/line
Can Viksa integrate with Viber?
Yes. Volt Channel Hub connects Viber bots using secure webhooks. Register your bot on the Viber Admin Panel, configure the token, and grant access by Viber user ID to enable messaging ops. Setup: /docs/volt/viber
Can Viksa integrate with Google Chat?
Yes. Volt Channel Hub supports Google Chat app integration. Configure the Google Cloud project, register your Google Chat app, set up the webhook URL, and grant access by work email or Google workspace ID. Setup: /docs/volt/google-chat
Can Viksa integrate with Web Chat Widget?
Yes. Volt Channel Hub provides an embeddable Web Chat Widget for portals and customer sites. Add an HTTPS origin allowlist, embed the script, and configure channel_grants_v1 by email or session. For logged-in users, your backend mints a short-lived visitor JWT via POST /v1/widget/{widget_id}/visitor-token using your widget secret, then the browser passes it as X-Visitor-Token. Setup: /docs/volt/web-chat