Kaliun

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

Q

QuickBooks Online

Live

Sync invoices, payments, and expenses automatically. Two-way sync keeps your books up to date without double entry.

Q

QuickBooks Desktop

Live

Export invoices and financial data to QuickBooks Desktop for tax reporting and legacy workflows.

X

Xero

Live

Automatic sync of invoices, bills, and payments. Map Kaliun cost codes to Xero chart of accounts.

F

FreshBooks

Coming Soon

Sync client invoices and payment records for seamless bookkeeping.

Calendar & Scheduling

G

Google Calendar

Live

Two-way sync between Kaliun scheduling and Google Calendar. Team members see job schedules on their personal calendars.

O

Outlook Calendar

Live

Sync Kaliun schedules with Microsoft Outlook for seamless calendar management.

A

Apple Calendar (iCal)

Live

Subscribe to Kaliun schedules from any Apple device with iCal feed support.

Communication

G

Gmail

Live

Track email conversations with leads and clients directly in Kaliun. Auto-log emails to the right contact record.

O

Outlook Email

Live

Log email conversations and attachments to Kaliun contact and project records.

T

Twilio (SMS)

Live

Send automated text reminders for appointments, invoice due dates, and project updates.

S

Slack

Coming Soon

Get Kaliun notifications in your Slack channels — new leads, approved proposals, completed milestones.

Payments

S

Stripe

Live

Accept credit card and ACH payments online. Automatic payment matching and receipt generation.

S

Square

Coming Soon

Process in-person and online payments with Square POS integration.

Lead Generation

W

Website Forms

Live

Embed Kaliun lead capture forms on your website. Leads flow directly into your CRM pipeline.

G

Google Ads

Live

Track which ads generate leads and which leads convert. Calculate true ROI per campaign.

F

Facebook Lead Ads

Live

Capture leads from Facebook ad campaigns directly into your Kaliun pipeline.

A

Angi (HomeAdvisor)

Coming Soon

Import leads from Angi/HomeAdvisor directly into your Kaliun CRM.

Automation

Z

Zapier

Live

Connect Kaliun with 5,000+ apps. Automate workflows between Kaliun and your favorite tools.

M

Make (Integromat)

Coming Soon

Build advanced automation workflows with visual drag-and-drop scenarios.

K

Kaliun API

Live

Build custom integrations with our RESTful API. Full documentation and sandbox environment included.

Cloud Storage

G

Google Drive

Live

Attach Google Drive files to projects, proposals, and client records. Access documents from anywhere.

D

Dropbox

Live

Link Dropbox files and folders to Kaliun projects for centralized document management.

O

OneDrive

Coming Soon

Connect 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
Request API Access

# 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