Integrations
Connect with the tools you already use
Kaliun integrates with 17+ popular tools so you can keep your existing workflows while gaining the power of an all-in-one construction platform.
Accounting
QuickBooks Online
LiveSync invoices, payments, and expenses automatically. Two-way sync keeps your books up to date without double entry.
QuickBooks Desktop
LiveExport invoices and financial data to QuickBooks Desktop for tax reporting and legacy workflows.
Xero
LiveAutomatic sync of invoices, bills, and payments. Map Kaliun cost codes to Xero chart of accounts.
FreshBooks
Coming SoonSync client invoices and payment records for seamless bookkeeping.
Calendar & Scheduling
Google Calendar
LiveTwo-way sync between Kaliun scheduling and Google Calendar. Team members see job schedules on their personal calendars.
Outlook Calendar
LiveSync Kaliun schedules with Microsoft Outlook for seamless calendar management.
Apple Calendar (iCal)
LiveSubscribe to Kaliun schedules from any Apple device with iCal feed support.
Communication
Gmail
LiveTrack email conversations with leads and clients directly in Kaliun. Auto-log emails to the right contact record.
Outlook Email
LiveLog email conversations and attachments to Kaliun contact and project records.
Twilio (SMS)
LiveSend automated text reminders for appointments, invoice due dates, and project updates.
Slack
Coming SoonGet Kaliun notifications in your Slack channels — new leads, approved proposals, completed milestones.
Payments
Stripe
LiveAccept credit card and ACH payments online. Automatic payment matching and receipt generation.
Square
Coming SoonProcess in-person and online payments with Square POS integration.
Lead Generation
Website Forms
LiveEmbed Kaliun lead capture forms on your website. Leads flow directly into your CRM pipeline.
Google Ads
LiveTrack which ads generate leads and which leads convert. Calculate true ROI per campaign.
Facebook Lead Ads
LiveCapture leads from Facebook ad campaigns directly into your Kaliun pipeline.
Angi (HomeAdvisor)
Coming SoonImport leads from Angi/HomeAdvisor directly into your Kaliun CRM.
Automation
Zapier
LiveConnect Kaliun with 5,000+ apps. Automate workflows between Kaliun and your favorite tools.
Make (Integromat)
Coming SoonBuild advanced automation workflows with visual drag-and-drop scenarios.
Kaliun API
LiveBuild custom integrations with our RESTful API. Full documentation and sandbox environment included.
Cloud Storage
Google Drive
LiveAttach Google Drive files to projects, proposals, and client records. Access documents from anywhere.
Dropbox
LiveLink Dropbox files and folders to Kaliun projects for centralized document management.
OneDrive
Coming SoonConnect Microsoft OneDrive for seamless file sharing and document storage.
Developer API
Build custom integrations
Our RESTful API gives you full access to Kaliun data — contacts, projects, invoices, schedules, and more. Build custom integrations, sync with proprietary systems, or create automated workflows tailored to your business.
- RESTful API with JSON responses
- Webhook support for real-time events
- OAuth 2.0 authentication
- Sandbox environment for development
- Comprehensive API documentation
# Get all projects
curl -X GET \
https://api.kaliun.com/v1/projects \
-H "Authorization: Bearer YOUR_TOKEN"
# Response
{
"data": [{
"id": "proj_abc123",
"name": "Kitchen Remodel",
"status": "active"
}, ...]
}
Don't see your tool?
We're adding new integrations all the time. Let us know what you need and we'll prioritize it on our roadmap.
Request an Integration