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

Karkium talks to everything you already use.

Web forms, ad platforms, automations, email, 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}

Zapier

No-code

Connect Karkium with more than 6,000 apps without writing code. Use the webhook or the REST API. If your ad campaigns live on another platform, link them through here.

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 and form in a single piece you paste into your site with one line of code.

Chat + form

JS SDK

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

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

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.

CRM Copilot

Conversational assistant

Talk to the CRM in natural English from the copilot. It runs several tools: search leads, move stages, assign and create tasks. Includes an 8:00 AM morning brief.

Configure in Settings · your own API key

Email SMTP

Outbound

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

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.