SalesCal Docs
Integrations

Zapier Integration

Send SalesCal lead and meeting events to 6,000+ apps with no-code Zapier automations.

Benefits

  • 7 triggers covering the full lead → meeting → outcome lifecycle
  • 6,000+ downstream apps — connect SalesCal to anything Zapier supports
  • No code — build automations in Zapier's visual editor, not in SalesCal
  • OAuth 2.0 — secure, revocable access from inside Zapier or SalesCal

What's Supported

The SalesCal Zapier app currently provides triggers only (v1). You can send SalesCal events out to other apps, but you can't yet trigger SalesCal actions from Zapier. Incoming actions (e.g. "Create a lead in SalesCal") are planned for v2.

Available Triggers

TriggerWhen it firesKey fields passed
New LeadProspect enters name + contact info on the booking formlead ID, email, name, phone, country, event name
Lead QualifiedForm submitted and passes qualification ruleslead ID, email, name, phone, custom fields
Lead DisqualifiedForm submitted but fails qualification ruleslead ID, email, name, disqualification_reason
Meeting BookedProspect picks a time and confirmsmeeting ID, scheduled time, duration, host info, meeting link
Meeting RescheduledAn existing booking moves to a new timemeeting ID, new scheduled time, previous time
Meeting CancelledA booking is cancelledmeeting ID, cancelled_at, cancellation_reason
Meeting Outcome RecordedYou mark the meeting completed, no-show, won, or lostmeeting ID, outcome

Every trigger also passes: event, event_id, occurred_at, team__id, team__name, plus all custom form fields and tracking parameters on the lead.

Connecting Zapier

Right now the SalesCal Zapier app is invite-only while we wait for public Zapier directory approval. To connect:

  1. In SalesCal, go to Settings > Integrations > Zapier
  2. Click Get your SalesCal Invite in Zapier
  3. Zapier opens with the SalesCal app pre-loaded — sign in to your Zapier account if prompted
  4. Zapier walks you through authorizing SalesCal (the SalesCal authorize page asks you to confirm)
  5. Once authorized, your SalesCal team appears as a connected account in Zapier
  6. Build your first Zap by choosing SalesCal as the trigger app and picking one of the 7 events

Back in the SalesCal dashboard, the integration card shows Connected to Zapier with your active connection count.

Building a Zap

In Zapier:

  1. Choose a trigger app: SalesCal
  2. Choose a trigger event: one of the 7 listed above
  3. Choose your account: pick the SalesCal account you connected
  4. Test the trigger: Zapier pulls recent matching events from SalesCal so you can preview the field data
  5. Add an action: Slack, Gmail, Notion, Airtable, your CRM — whatever you want to do with the lead/meeting data
  6. Turn the Zap on

Common Zaps people build:

  • New Lead → Slack DM: get pinged the second a high-intent lead enters the form
  • Meeting Booked → Notion DB row: log every booking to your team's CRM-like Notion board
  • Meeting Outcome (no-show) → email follow-up sequence: automate reschedule prompts
  • Lead Qualified → Gmail draft: pre-draft a welcome email for personal review before sending

Authentication

The integration uses OAuth 2.0:

  • Access tokens expire after 1 hour
  • Refresh tokens expire after 30 days; Zapier auto-refreshes on its own
  • Tokens are scoped to the SalesCal team you authorized

If your team's owner removes Zapier access in SalesCal, all Zaps using that connection stop firing — Zapier will mark them as failing and email the Zap owner.

Workspace-Wide Connection

The Zapier connection is per team. All of your SalesCal events fire all the triggers — you can't disable individual events from inside SalesCal. Filtering happens in Zapier: use Zapier's built-in filters or paths to act only on the leads/meetings you care about (e.g. by event name, lead score, or custom field value).

Troubleshooting

"Can't find SalesCal in Zapier's app directory"

The app is currently invite-only. Use the Get your SalesCal Invite in Zapier button in your SalesCal dashboard — that's the only way to install it until the app is publicly listed.

"Trigger isn't firing"

  • Confirm the Zap is turned on in Zapier
  • Test the trigger in Zapier with Test trigger — this pulls the most recent matching events directly from SalesCal
  • Check the connection status in Settings > Integrations > Zapier in SalesCal — re-authorize if it shows disconnected

"Got triggered twice for the same event"

SalesCal includes an event_id on every payload — set Zapier's deduplication to use that field. By default Zapier dedupes by the trigger's primary record ID, which is usually correct.

"Missing field in the payload"

The trigger pulls a snapshot of the lead/meeting at the moment the event fired. Fields populated later (e.g. outcome, host assignment for round-robin) won't be in earlier triggers — chain multiple triggers if you need the full lifecycle.

Disconnecting Zapier

From SalesCal:

  1. Go to Settings > Integrations > Zapier
  2. Click Disconnect

From Zapier:

  1. In Zapier, open My Apps
  2. Find SalesCal and click Disconnect

Disconnecting from either side invalidates the OAuth token. Any Zaps using that connection will stop firing and show errors in Zapier.

Privacy & Security

  • Access and refresh tokens are stored as SHA-256 hashes (we can't read the raw tokens back)
  • Each Zapier action call from your account is logged in SalesCal's audit log
  • Token scopes are limited to the SalesCal team you authorized — Zapier can't read data from other teams

Roadmap

  • Public Zapier listing (waiting for Zapier review; typically 1–2 weeks)
  • Inbound actions (v2) — create leads, send notifications, mark outcomes from Zapier into SalesCal
  • Per-event toggles — control which SalesCal events fire which triggers without using Zapier filters