How do you connect Salesforce to Zapier?

Quick Answer: Connecting Salesforce to Zapier requires a Zapier paid plan (from $19.99/month) since Salesforce is a premium app. As of March 2026, setup involves: (1) Create a Zap with Salesforce as trigger or action, (2) authenticate with Salesforce credentials (admin or API-enabled user), (3) select the Salesforce object (Lead, Contact, Opportunity, Custom Object), (4) map fields between Salesforce and the connected app, and (5) test with a sample record. Common workflows include syncing new Salesforce leads to HubSpot, creating Slack notifications for closed deals, and logging form submissions as Salesforce leads. API call limits apply: Salesforce enforces per-24-hour limits based on edition (Enterprise: 1,000 calls per user licence per 24 hours, with a 15,000-call org minimum).

Before You Start: Salesforce Edition Requirements

Salesforce API access is required for any automation platform connection. API access availability depends on your Salesforce edition:

Salesforce Edition API Access Notes
Enterprise Included Full REST and SOAP API access
Unlimited Included Full API access with higher limits
Performance Included Full API access
Professional Add-on ($25/user/month) Must purchase API access separately
Essentials Not available Cannot connect to Zapier

Verify your edition and API access before starting the integration. Without API access, the OAuth connection will fail silently or return authentication errors.

Step 1: Understand the Zapier Salesforce Connector

Zapier's Salesforce connector supports:

Triggers (events that start a Zap):

  • New Record: triggers when any record type is created
  • Updated Record: triggers when a record is modified
  • New Outbound Message: triggered by Salesforce workflow rules
  • New/Updated Record (SOQL): uses custom SOQL queries for advanced filtering

Actions (steps Zapier performs):

  • Create Record: creates contacts, leads, opportunities, or custom objects
  • Update Record: modifies existing records by ID
  • Find Record: searches for existing records using SOQL
  • Find or Create Record: searches first, creates if not found

Step 2: Connect Salesforce via OAuth

  1. In the Zapier editor, select "Salesforce" as your app
  2. Click "Sign in to Salesforce"
  3. Zapier redirects to Salesforce's OAuth consent screen
  4. Log in with a Salesforce user that has API permissions and the "Modify All Data" or "API Enabled" profile permission
  5. Approve access
  6. Zapier stores the OAuth token securely

Use a dedicated integration user (not a personal account) for production Zaps. This prevents Zaps from breaking when an employee changes their password or leaves the organization.

Step 3: Configure Triggers

Basic Trigger: New Lead

Select "New Record" trigger, choose "Lead" as the object type. Zapier polls Salesforce every 1-15 minutes depending on your plan (1 minute on Professional+). Each new lead creates a Zap run.

Advanced Trigger: SOQL Query

For filtered triggers, use "New/Updated Record (SOQL)":

SELECT Id, Name, Email, LeadSource
FROM Lead
WHERE CreatedDate > LAST_N_HOURS:1
AND LeadSource = 'Web'
ORDER BY CreatedDate DESC

SOQL triggers provide fine-grained control over which records fire the Zap, reducing unnecessary task consumption.

Step 4: Configure Actions

Create a Contact from a Form Submission

Map fields from your trigger (e.g., Typeform, Gravity Forms) to Salesforce Contact fields:

  • First Name → FirstName
  • Last Name → LastName
  • Email → Email
  • Company → Account (use a Find step first to match by company name)

Update an Opportunity Stage

Use "Update Record" with the Opportunity ID from a previous step. Map the new stage value to the StageName field.

Step 5: Handle Salesforce API Rate Limits

Salesforce enforces API call limits based on your edition and license count:

  • Enterprise: 1,000 calls per user license per 24 hours (minimum 15,000)
  • Unlimited: 5,000 calls per user license per 24 hours (minimum 25,000)

Each Zap trigger poll consumes 1 API call. Each action step (create, update, find) consumes 1-3 API calls. High-volume Zaps can exhaust API limits quickly.

Monitor API usage in Salesforce: Setup → Company Information → API Usage (Last 24 Hours).

Step 6: Test and Activate

  1. Run a test with sample data to verify field mapping
  2. Check the created/updated record in Salesforce
  3. Verify no duplicate records were created
  4. Turn on the Zap
  5. Monitor the first 24 hours in Zapier's Task History

Common Patterns

Use Case Trigger Actions
Web lead capture Typeform/Gravity Forms submission Find or Create Lead in Salesforce
Deal alerts Opportunity stage change (SOQL) Slack notification to sales channel
Contact enrichment New Contact in Salesforce Clearbit/Apollo lookup → Update Contact
Invoice sync Opportunity Closed Won Create invoice in QuickBooks/Xero

Editor's Note: The most common mistake we encounter in client projects: Professional edition users without the API add-on ($25/user/month extra). Clients discover this only after hitting authentication failures during Zap setup — the error message from Salesforce does not clearly indicate the issue is a missing API license. We now include "Verify Salesforce API access" as the first step in every integration engagement. For high-volume integrations (1,000+ records/day), also verify that the Salesforce API call limit is sufficient. One client exceeded their daily API limit by 2pm because a misconfigured Zap was polling every minute with SOQL queries that each consumed 3 API calls.

Related Questions

Written & reviewed by Rafal Fila · Last updated:

Related Tools

Related Rankings

Best Automation Platforms for AI Orchestration 2026

This ranking answers one question: how many real business applications can an AI agent act on out of the box? It evaluates nine platforms as of August 2026 on the reach they give an agent, not on the workflow logic they can express. That boundary is deliberate, because two neighbouring pages on this site answer different questions. Best Process Orchestration Platforms 2026 scores multi-step process control, error handling and state management. Best AI Agent Platforms 2026 scores building and hosting the agent itself. This page scores the layer between them: the connective tissue that lets an agent already built elsewhere reach the applications a business actually runs on. A platform that leads one of those pages can place low here, and two of them do. Scores derive from application and action catalogue counts, the exposure model each platform uses to publish those catalogues to an agent, setup effort, failure handling and cost per agent action. Every figure was retrieved from a vendor-owned surface on 11 August 2026 unless an earlier date is stated against it.

Best Durable Workflow Engines for Production in 2026

A ranked list of the best durable workflow engines for production deployments in 2026. Durable workflow engines persist execution state to a database so that long-running workflows survive process restarts, deployments, and infrastructure failures. The ranking covers Temporal, Prefect, Apache Airflow, Camunda, Windmill, and n8n. Tools were evaluated on production reliability, developer experience, scalability, open-source health, and documentation quality. The shortlist intentionally mixes code-first engines (Temporal, Prefect, Airflow) with hybrid visual platforms (Camunda, Windmill, n8n) to reflect how production teams actually choose workflow engines in 2026.

Dive Deeper

guide

Client Portals vs Workflow Orchestration Platforms: What Changes When External Parties Act Inside a Process

What changes when a client or supplier has to act inside your process, not just watch it? This guide compares four client portals with four orchestration platforms on how outsiders get in, whether you pay for them and what the audit log records, from vendor sources read 14 and 15 September 2026.

comparison

Moxo vs Zapier in 2026: Human Approval Steps, External Participants and Pricing

Moxo and Zapier both put a person in front of an automated decision, from opposite ends: Moxo builds the process out of human steps and attaches AI, while Zapier pauses an automation for a reviewer through its Human in the Loop app. This guide compares approvers, rejection, AI approval, audit logs, governance and pricing, verified 14 and 15 September 2026.

comparison

Keystroke vs n8n in 2026: Agent-Built TypeScript vs the Visual Canvas

Keystroke, launched in July 2026 by Y Combinator W24 company Sprint Labs, is a code-first automation platform where AI coding agents write workflows as TypeScript in the user's repository. n8n, founded in 2019, is the most widely deployed source-available visual workflow platform, with 200,000+ users and a $2.5 billion valuation. This comparison covers the agent-authored versus canvas building models, durable execution, licensing (Elastic License 2.0 vs the Sustainable Use License), verified July 2026 pricing including Keystroke's usage metering, and the maturity gap between a days-old platform and an established ecosystem.