Skip to main content

Integrations

Connect Your Existing Tools

StudAI BOS does not ask you to rip and replace. It connects to the tools your teams already use — and replaces the duct tape between them with a governed, AI-native layer.

Available now

Current integrations

WhatsApp Business API

Live

Send and receive approvals, alerts, and commands through WhatsApp. Full two-tier approval support with template-governed messaging.

Email (SMTP / IMAP)

Live

Send approval requests, notifications, and daily digests via email. Receive approval replies directly to your inbox.

Azure Active Directory

Live

SAML 2.0 SSO federation. Import users and groups, enforce MFA policies, and sync organizational structure automatically.

Google Workspace

Live

SAML 2.0 SSO with Google as identity provider. User provisioning and group sync for seamless onboarding.

On the roadmap

Coming soon

We are actively building connectors for the tools Indian businesses rely on. Want to see something specific? Let us know.

Tally

Coming Soon

Sync invoices, ledger entries, and payment data with Tally ERP for real-time financial reconciliation.

Zoho

Coming Soon

Bi-directional sync with Zoho CRM, Zoho Books, and Zoho People. Migrate existing workflows without disruption.

Razorpay

Coming Soon

Automated payment tracking, invoice-to-payment matching, and refund management directly from the Finance module.

Slack

Coming Soon

Receive notifications, approve actions, and query data through Slack commands and interactive messages.

Microsoft Teams

Coming Soon

Approval cards, notification feeds, and AI assistant access embedded natively in your Teams workspace.

QuickBooks

Coming Soon

Sync chart of accounts, invoices, expenses, and bank transactions for unified financial reporting.

Jira

Coming Soon

Link operational workflows to Jira issues. Auto-create tickets from escalations and sync status bi-directionally.

API-first architecture

Build anything on top of StudAI BOS

Every feature in StudAI BOS is accessible through our REST API. The web app and WhatsApp execution layer are both consumers of the same API — your custom integrations get first-class treatment.

RESTful API

JSON-based REST API with comprehensive documentation. Token-based authentication with scoped API keys for service-to-service communication.

Webhook support

Subscribe to events like deal closures, expense approvals, contract signings, or employee onboarding. We deliver signed webhook payloads to your endpoints in real time.

Custom integrations

Build custom connectors using our API. Whether it is a proprietary ERP, a government portal, or an internal tool — if it has an API, StudAI BOS can talk to it.

api-example.sh
# Create an expense via API
curl -X POST https://api.studai.co/v1/expenses \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 45000,
    "currency": "INR",
    "category": "client_travel",
    "description": "Mumbai site visit"
  }'

# Subscribe to approval events
curl -X POST https://api.studai.co/v1/webhooks \
  -d '{
    "url": "https://your-app.com/hooks",
    "events": ["expense.approved"]
  }'

Data migration

Bring your data with you

Moving to a new platform should not mean starting from scratch. We provide multiple paths to bring your existing data into StudAI BOS.

CSV Import

Upload CSV files for contacts, deals, invoices, employees, and more. Our import wizard maps columns, validates data, and handles duplicates. Supports bulk imports up to 100K rows.

API Migration Tools

Use our migration API to programmatically transfer data from your existing CRM, HRMS, or ERP. We provide migration scripts for popular platforms and a detailed migration guide.

Need a custom integration?

If you need a connector we have not built yet, talk to our integrations team. We prioritize based on customer demand and can build custom connectors for Enterprise plans.