Web forms, ad platforms, automations, email, 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}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.
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 and form in a single piece you paste into your site with one line of code.
A single widget for conversation and data capture. Adapts to your site's design.
POST /api/v1/widget/{init,message}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.
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 keySend emails to your leads from the CRM. Your own SMTP, templates, and open tracking.
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.