A built Cal.com connector is a later roadmap item. What works today is a generic webhook into the inbound endpoint, which you configure yourself.

Cal.com + SalesCrew

No connector yet. Cal.com can post its booking webhook to the same inbound endpoint Calendly uses, and you map the fields yourself.

An admin approves every new account by hand. Nothing is created until then. We reply by email; no newsletter, no sequence.

  • Generic webhook today
  • No built connector
  • Calendly is the tested path
app.salescrew.io/settings
Settings: MCP tokens, integrations and the audit log

The short answer

  • SalesCrew has a built connector for Calendly and not for Cal.com. Cal.com is a later roadmap item, so anything working today is your own webhook rather than a supported feature.
  • The workable path: point a Cal.com webhook at your instance's inbound endpoint, or route it through Zapier, Make or n8n and call meeting_create with the fields you want on the record.
  • The tested path is Calendly, including a reconcile job that re-reads bookings when a webhook fails to deliver. Cal.com has no equivalent safety net here yet.

Mechanism

What you can build today, and what is not built for you.

WhatMechanismDirectionObjectsStatus
Built Cal.com connectorDoes not existNoneNoneLater on the roadmap
Booking into SalesCrewCal.com webhook to the inbound endpoint, fields mapped by youInboundMeetings, contacts, leadsYou configure it
Booking via an automation toolCal.com to Zapier, Make or n8n, then meeting_create over MCPInboundMeetings, contactsAvailable
Reconcile job for missed webhooksBuilt for Calendly onlyNoneNoneNot available for Cal.com
Writing availability backNot built for any schedulerNoneNoneNot available
Reminders that sendNot built for any schedulerNoneMeetingsOn the roadmap

Mechanisms read from the SalesCrew integration table, September 2026. Cal.com's own documentation is the authority on its webhook payloads.

Setup you would do yourself

Roughly half an hour, most of it spent mapping fields.

  1. 1

    Decide the route

    Straight to the inbound endpoint if the payload maps cleanly, or through an automation tool if you want to reshape it first.

  2. 2

    Create the Cal.com webhook

    Subscribe to booking created, cancelled and rescheduled events and point it at the URL you chose.

  3. 3

    Map to a meeting and a contact

    You need at least the invitee email, the start time and the event type. The email is what matches or creates the contact.

  4. 4

    Record the source

    Put the booking source in the payload. Without it you lose the join between spend and booked meetings, which is the main reason bookings live in the CRM at all.

  5. 5

    Test with a real booking

    Book through the public link with a spare address. A synthetic payload proves the plumbing but not the matching.

  6. 6

    Add your own retry

    There is no reconcile job for Cal.com. If you route through an automation tool, give it an error path so a failed delivery is visible rather than lost.

Questions

Should I use Calendly instead?
If bookings matter and you want a path that is built and tested, yes. Calendly has a connector plus a reconcile job. Cal.com is a webhook you wire yourself.
When will a Cal.com connector ship?
There is no date. It sits in the later group on the roadmap, and roadmap items are stated as intentions without dates.
Can I self-host Cal.com and still connect?
Yes, since the mechanism is an outgoing HTTP POST from your Cal.com to your SalesCrew instance. Both ends are yours, which suits teams that self-host on principle.
Do bookings trigger reminders?
Not yet. Meetings and reminder records exist, but reminders and no-show recovery that actually send are on the roadmap.
Is the meeting visible to an agent?
Yes. meeting_list and booking_list read the same rows any screen shows, under a token you scope and can revoke.

Wire the webhook, or use the path that is built

Cal.com works if you build it; Calendly works because it was built and tested.

An admin approves every new account by hand. Nothing is created until then. We reply by email; no newsletter, no sequence.