How do you connect Salesforce to Zapier?

Quick Answer: Connect Salesforce to Zapier via OAuth by ensuring your Salesforce edition includes API access (Enterprise+ included, Professional requires $25/user/month add-on). In the Zapier editor, select Salesforce, authenticate via OAuth with an API-enabled user, configure triggers (New Record, SOQL-based), and map fields to actions. Use a dedicated integration user and monitor API rate limits.

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

Last updated: | By Rafal Fila

Related Tools

Related Rankings

Best Automation Tools for Marketing Teams in 2026

A ranked evaluation of automation tools used by marketing teams for campaign operations, data management, lead workflows, and cross-platform coordination. Unlike dedicated marketing automation platforms (email tools), this ranking evaluates general-purpose automation tools through the lens of marketing team utility. As of March 2026, marketing teams increasingly rely on a combination of workflow automation platforms and specialized marketing tools. This ranking covers the broader marketing operations (MarOps) stack -- the tools that marketing teams use day-to-day for operations, not just email campaigns. Tools were scored across five criteria specific to marketing team needs: workflow coverage, marketer accessibility, integration breadth with marketing platforms, cost efficiency, and data handling capabilities.

Best Process Orchestration Platforms 2026

Process orchestration platforms coordinate complex, multi-step workflows with dependency management, failure handling, and execution monitoring. Unlike simple automation tools that chain triggers and actions, orchestration platforms handle saga patterns, parallel execution, conditional branching, and durable execution that survives infrastructure failures. This ranking evaluates 7 orchestration platforms as of March 2026, covering both enterprise-grade BPMN engines and developer-focused open-source frameworks. The evaluation spans orchestration depth (workflow complexity support), scalability (concurrent execution capacity), developer experience (SDK quality and debugging tools), monitoring (observability and failure recovery), and community (GitHub activity and commercial support). Scores reflect production deployments managing workflows from 50 to 15,000 daily runs.

Dive Deeper

guide

Automation for Real Estate: Lead Routing, Document Management, and CRM Workflows

Real estate businesses use automation to route leads from listing portals, manage document workflows for transactions, send automated follow-ups, and synchronize property data across platforms. As of 2026, the average mid-size brokerage automates 8 to 15 workflows spanning lead capture, nurture sequences, and transaction coordination. This guide details the automation patterns that deliver measurable ROI in residential and commercial real estate operations.

guide

Automation for SaaS Companies: Operations, Billing, and Growth

SaaS companies rely on automation for trial-to-paid conversion, usage-based billing reconciliation, customer onboarding sequences, and internal operations. As of 2026, the typical mid-market SaaS company automates between 15 and 40 internal workflows using a combination of iPaaS tools and custom integrations. This guide covers the most common automation patterns in SaaS operations, the tools best suited for each, and the implementation considerations that distinguish successful deployments from failed ones.

guide

Automation for Digital Agencies: Client Onboarding, Reporting, and Project Management

Digital and marketing agencies automate client onboarding, project setup, time tracking aggregation, reporting pipelines, and internal communications. As of 2026, agencies with 10 or more employees typically maintain 12 to 25 automated workflows to reduce administrative overhead and ensure consistent service delivery. This guide covers the automation patterns that scale with agency growth, from freelancer-to-team transitions through multi-office operations.