K
Komilfo

Connect everything.

15 live integrations across payments, communication, accounting, and automation. Plus a REST API and webhooks to connect anything else.

15
Live integrations
26
Total on roadmap
API
Full REST API
6,000+
Apps via Zapier
πŸ’³

Payments

πŸ’šPaystack
Live

Accept card payments, bank transfers, and USSD. Full webhook support for subscriptions and once-off payments.

πŸ‘Peach Payments
Coming Soon

African payment gateway with card, EFT, and mobile money support.

πŸ¦‹Flutterwave
Coming Soon

Pan-African payments across 30+ countries β€” cards, bank transfer, and mobile money.

πŸ“¨

Communication

πŸ“§SendGrid
Live

Transactional email delivery for quotes, invoices, notifications, and campaigns.

βœ‰οΈSMTP / Custom
Live

Send emails from your own domain using any SMTP provider.

πŸ’¬Twilio SMS
Live

Bulk and individual SMS to leads, clients, and contacts.

πŸ“±WhatsApp Business
Live

Share documents and send messages via WhatsApp from within Komilfo.

πŸ’ΌSlack
Coming Soon

Get Komilfo notifications and deal alerts in your Slack channels.

πŸ“’

Accounting

πŸ”΅Xero
Coming Soon

Sync invoices, contacts, and payments between Komilfo and Xero.

🟒QuickBooks
Coming Soon

Bi-directional sync of accounts, invoices, and transactions.

🟩Sage
Coming Soon

Connect to Sage accounting for South African businesses.

πŸ“—Built-in Accounting
Live

Full double-entry accounting is built directly into Komilfo β€” no external tool needed.

⚑

Automation

⚑Zapier
Live

Connect Komilfo to 6,000+ apps via Zapier triggers and actions.

πŸ”—Make (Integromat)
Live

Advanced automation scenarios with Make.com and Komilfo webhooks.

πŸ”„n8n
Live

Self-hosted workflow automation with Komilfo API integration.

πŸ”ŒREST API
Live

Full REST API with OAuth2 for custom integrations and partner apps.

πŸͺWebhooks
Live

Real-time event webhooks on records, payments, and workflow completions.

πŸ“

Storage & Documents

πŸ—‚οΈGoogle Drive
Coming Soon

Attach Drive files to records and sync document exports automatically.

πŸ“¦Dropbox
Coming Soon

Link Dropbox folders to client records and projects.

πŸ’ΎBuilt-in Storage
Live

Every plan includes secure document storage with version history and access control.

πŸ”

Authentication & Security

πŸ”΅Google OAuth
Live

Sign in with Google for all users in your workspace.

🏒SAML / SSO
Enterprise

Enterprise SSO via SAML 2.0. Compatible with Okta, Azure AD, and more.

πŸ”‘2FA / TOTP
Live

Two-factor authentication with authenticator app support for all users.

πŸ“…

Calendar & Productivity

πŸ“†Google Calendar
Live

Sync Komilfo appointments and tasks with Google Calendar bi-directionally.

🟦Microsoft Teams
Coming Soon

Get notifications and join video calls directly from deal and contact records.

πŸŽ₯Zoom
Coming Soon

Schedule Zoom calls from Komilfo and log meeting recordings against records.

REST API

Build your own integrations.

Full REST API with OAuth2, comprehensive Swagger docs, webhook events for every record type, and rate limits designed for real business workloads.

  • OAuth 2.0 authentication
  • Webhooks on all record events
  • Swagger/OpenAPI docs
  • SDKs for Node.js, Python, PHP
  • Sandbox environment for testing
// Create a lead via API
POST /api/leads
{
"firstName": "Sarah",
"lastName": "Johnson",
"email": "sarah@example.com",
"source": "website"
}
// Response 201 Created
{
"id": "lead_a1b2c3",
"status": "NEW"
}

Can't find your integration?

We add new integrations every month. Tell us what you need and we'll prioritise it.