Web forms, ad platforms, automations, calendars, Telegram, and any REST API. Nothing to retrain, nothing to migrate. It just connects.
Leads flow into the CRM from any source. One endpoint, one token, done.
Single endpoint per workspace with a bearer token. Compatible with any system that can POST JSON.
POST /api/v1/webhooks/leads/{workspace}Meta Lead forms land directly in your pipeline. Configure the webhook once and every new lead appears instantly.
Connect Karkium with more than 6,000 apps without writing code. Use the webhook or the REST API.
Visual workflows that send leads into the CRM and run actions in response.
Any HTML form that can fetch an endpoint. No plugin, no middle service.
Chat, form, and appointment booking in a single piece you paste into your site with one line of code.
A single widget for conversation, data capture, and appointment booking. Adapts to your site's design.
POST /api/v1/widget/{init,message,booking}Every client's site has its own key. Revocable in seconds from your panel.
The CRM that pings you where you already are, when you need it.
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 keyAn 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 · SanctumSend emails to your leads from the CRM. Your own SMTP, templates, and open tracking.
Appointments, follow-ups, and tasks with reminders. No dependency on external calendars.
Lead addresses geolocated automatically. Optimal routing for field technicians.
60+ endpoints with Sanctum authentication. If it's in the UI, it has an endpoint.
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."}
Almost anything you can imagine is doable with the REST API or a webhook. If you get stuck, write.
Talk to the team →No demo. No sales reps. No contract. You pay, you log in, you get to work. If it does not fit, you cancel. Done.