Home How it works Platform AI Agent API Pricing Contact Sign in Sign up

Karkium talks to everything you already use.

Web forms, ad platforms, automations, calendars, Telegram, and any REST API. Nothing to retrain, nothing to migrate. It just connects.

Lead ingestion

Leads flow into the CRM from any source. One endpoint, one token, done.

Lead webhook

Native

Single endpoint per workspace with a bearer token. Compatible with any system that can POST JSON.

POST /api/v1/webhooks/leads/{workspace}

Meta Ads (Facebook & Instagram)

Lead Ads

Meta Lead forms land directly in your pipeline. Configure the webhook once and every new lead appears instantly.

Zapier

No-code

Connect Karkium with more than 6,000 apps without writing code. Use the webhook or the REST API.

Make (Integromat)

No-code

Visual workflows that send leads into the CRM and run actions in response.

Web forms

Plain HTML

Any HTML form that can fetch an endpoint. No plugin, no middle service.

Embeddable widget

Chat, form, and appointment booking in a single piece you paste into your site with one line of code.

Chat + form + booking

JS SDK

A single widget for conversation, data capture, and appointment booking. Adapts to your site's design.

POST /api/v1/widget/{init,message,booking}

API key per site

Multi-tenant

Every client's site has its own key. Revocable in seconds from your panel.

Communication and productivity

The CRM that pings you where you already are, when you need it.

Telegram Bot · AI Agent

Conversational agent

Connect your own bot once, then talk to the CRM in natural English. Claude runs 11 tools: search leads, move stages, assign, create tasks and calendar events. Includes an 8:00 AM morning brief.

Configure in Settings · your own API key

Apple Shortcuts · Siri

iPhone

An iPhone Shortcut wires Siri to the same agent. Say "Hey Siri, Karkium, how many leads today?" and Siri reads the answer out loud. Built for managing between visits.

POST /api/v1/siri/chat · Sanctum

Email SMTP

Outbound

Send emails to your leads from the CRM. Your own SMTP, templates, and open tracking.

Internal calendar

Native

Appointments, follow-ups, and tasks with reminders. No dependency on external calendars.

Google Maps

Geocoding

Lead addresses geolocated automatically. Optimal routing for field technicians.

Public REST API

60+ endpoints with Sanctum authentication. If it's in the UI, it has an endpoint.

Example — create a lead with curl

curl -X POST https://karkium.com/api/v1/webhooks/leads/1 \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name":  "Maria Lopez",
    "email": "maria@example.com",
    "phone": "+34 600 123 456",
    "source":"landing-web",
    "utm_source": "google-ads"
  }'

Response: {"data":{"lead_id":12}, "message":"Lead ingested."}

Need an integration not listed here?

Almost anything you can imagine is doable with the REST API or a webhook. If you get stuck, write.

Talk to the team →

From $150/month. All included. No excuses.

No demo. No sales reps. No contract. You pay, you log in, you get to work. If it does not fit, you cancel. Done.