1000+ apps. Connect AI for your agents.
23 native connections (CRM, calendar, telephony) sit inside Famulor. 1000+ more apps attach through the automation layer. Connect AI exposes agents, calls, and knowledge as MCP tools.
Cal.comΒ·Books the appointment
1000+ apps, 23 native connections, Connect AI
Native links run inside Famulor. 1000+ more apps attach through automations. Connect AI hands the same primitives to your own assistants.
1000+ connected apps
Attach the apps your team already runs through the automation layer β CRM, support, billing, and more. Marketing copy stays at 1000+; the live catalog is larger.
23 native connections
First-party CRM, calendar, and messaging links sit inside Famulor β HubSpot, Salesforce, Slack, Stripe, and the rest of the native set. Deeper than a generic connector.
Connect AI (MCP)
Expose your agents, calls and knowledge bases as tools any MCP-compatible assistant can call β Connect AI, not a separate product to buy.
Webhooks on every call event
Fire a webhook the moment a call starts, ends, or hits a specific outcome, and forward it anywhere you like.
A REST API for everything
Trigger calls, read transcripts and manage agents programmatically from your own backend.
Knowledge + booking in the same stack
Website crawl, auto-sync, and the native booking engine sit next to the API β not as a side integration you have to glue yourself.
Real availability, booked in real time, synced back out
The agent reads busy times from every connected calendar before offering a slot, then creates, moves or cancels the appointment in your scheduling tool the moment a caller decides β no double-booked slots.
- Reads live availability before ever offering a time slot
- Books into the native engine, Cal.com, Calendly or eTermin; Google Calendar and Outlook stay in sync
- Every booking is tied back to the call it came from
A REST API and MCP server for whatever you build next
Trigger calls, pull transcripts, or let your own AI agents operate the platform as a tool β the same primitives that power the dashboard are available to your code.
- REST endpoints for calls, transcripts, agents and knowledge bases
- An MCP server so AI assistants can place calls or check outcomes
- A web call widget you can drop into any page in a few lines
POST /v1/calls
{
"agent_id": "front-desk-agent",
"to": "+1555010148",
"metadata": { "lead_id": "L-2291" }
}
β 202 Accepted
{ "call_id": "call_9f2ac1", "status": "queued" }A webhook for every call event
Outcomes land in your CRM when a call ends.
{
"event": "call.completed",
"call_id": "call_9f2ac1",
"agent": "front-desk-agent",
"outcome": "appointment_booked",
"duration_seconds": 96,
"summary": "Caller booked a Tuesday 10:30 consultation."
}Common questions about integrations
Native connections are the 23 first-party CRM, calendar, and messaging links inside Famulor. 1000+ connected apps attach through the automation layer β same workspace, different depth.
Connect the stack you already use
1000+ apps, 23 native connections, REST API and Connect AI β one agent wired into your tools.


