Gifts

Culture

Reviews

Local Spots

How to Connect Make with Salesforce (2026)

Make

★★★★ 4.5
Project Management Ops Workflow Automation

Visual automation platform (formerly Integromat) for connecting apps and designing complex workflows with branching logic.

Full Review

Salesforce

★★★★ 4.5
Crm Enterprise Crm

The world's leading cloud-based CRM platform powering sales, service, and marketing for businesses of all sizes.

Full Review

How to Connect Make with Salesforce

Make (formerly Integromat) and Salesforce together provide a powerful visual automation layer for your CRM operations. Make's drag-and-drop scenario builder lets you create sophisticated workflows that move data in and out of Salesforce, complete with conditional branching, error handling, and data transformation capabilities that surpass simpler automation tools.

Salesforce's own automation tools like Flow Builder are powerful for internal processes, but Make excels at connecting Salesforce to the rest of your tech stack. The Make Salesforce module supports all standard and custom objects, SOQL queries, bulk operations, and real-time triggers via webhooks.

This integration is particularly valuable for Salesforce admins who need to automate cross-platform workflows without writing Apex code or investing in MuleSoft.

Integration Methods

MethodDifficultyFeatures
Make (Direct Module)EasyFull CRUD, SOQL queries, bulk operations on all Salesforce objects
Make + Salesforce Outbound MessagesMediumReal-time triggers using Salesforce workflow outbound messages
Make HTTP ModuleMediumCustom Salesforce REST/SOAP API calls for advanced operations

Native Integration Setup

Step 1: Create a New Scenario in Make

Log in to Make, click Create a new scenario, and add a module by searching for "Salesforce."

Step 2: Connect Your Salesforce Org

Click Add to create a new Salesforce connection. Choose your environment (Production or Sandbox). Make redirects to Salesforce's OAuth page. Sign in and authorize access.

Step 3: Select a Module Type

Choose from trigger modules like Watch Records or Watch Outbound Messages, or action modules like Create a Record, Update a Record, Read a Record, Delete a Record, or Execute SOQL Query.

Step 4: Configure Object and Fields

Select the Salesforce object (Lead, Contact, Account, Opportunity, Case, or any custom object). Make dynamically loads all available fields including custom fields and picklist values.

Step 5: Build Your Workflow

Add additional modules for your target applications. Use Make's Router for parallel paths, Aggregator for batch processing, and Iterator for handling related records. Test the scenario with sample data.

What Data Syncs

Data TypeDirectionFrequency
Standard objectsBidirectionalScheduled polling (1-15 min)
Custom objectsBidirectionalScheduled polling
SOQL query resultsSalesforce → MakeOn demand
Files and attachmentsBidirectionalOn trigger/action
Outbound messagesSalesforce → MakeReal-time

Use Cases

Multi-System Onboarding Pipeline

When a Salesforce opportunity closes, Make triggers a complex onboarding workflow: creating a project in Monday.com, provisioning a customer account in your SaaS platform, generating a contract in DocuSign, and updating the Salesforce account record with the new customer details.

Data Quality Automation

Schedule a Make scenario to run nightly SOQL queries against Salesforce, identify records with missing or invalid data, enrich them using third-party data providers, and update the records automatically.

Automation Recipes

  • When: a Salesforce lead is converted → Then: create a welcome project, send an onboarding email, and notify the account team
  • When: a Salesforce case is created with "Critical" priority → Then: page the on-call engineer via PagerDuty and create a Jira ticket
  • When: a new record appears in a Google Sheet → Then: upsert a Salesforce lead using external ID to prevent duplicates
  • When: a Salesforce report runs daily → Then: export results to a data warehouse and send a summary via email

Troubleshooting

Salesforce API rate limit errors

Make operations count against your Salesforce API call limits. Check your usage in Salesforce Setup → System Overview. Add delay modules between Salesforce operations in high-volume scenarios. Consider using the Bulk API module for large data sets.

Custom fields not appearing

Click the Refresh button on the Salesforce module to reload the schema. Ensure the connected Salesforce user's profile has field-level security access to the custom fields you need.

Limitations

Polling-based triggers introduce a delay; for real-time processing, you must configure Salesforce outbound messages to Make webhooks. Salesforce API limits are shared across all integrations and tools, so Make operations compete with other connected apps. Complex related-record operations require multiple sequential modules, increasing operation consumption. Make's free plan is limited to 1,000 operations per month, which can be consumed quickly with Salesforce workflows.

Compare Make vs Salesforce side by side »