Skip to content
Per-pair page

Google Sheets + Salesforce: spreadsheet-driven CRM ops.

Sync Salesforce records into Sheets for finance reporting, or push Sheet rows into Salesforce as new Leads/Contacts. Removes manual data entry busywork.

Trigger app
Salesforce as the trigger

Workflows fire when something happens in Salesforce.

  • Salesforce has no triggers yet. Use the catalog's universal Webhook trigger as the upstream.
Action app
Google Sheets as the action

Workflows do something in Google Sheets, instantly.

See all 9 actions →
Both directions

Pick the way that fits your stack.

Pair pages are mirrored. Each direction gets its own dedicated page.

SalesforceGoogle Sheets

When something happens in Salesforce, do it in Google Sheets.

0 Salesforce triggers wired to 9 Google Sheets actions.

    Google SheetsSalesforce

    Or fire it the other way around.

    2 Google Sheets triggers wired to 13 Salesforce actions downstream.

    See Google SheetsSalesforce
    Popular pairings

    Common Salesforce → Google Sheets workflows.

    Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.

    Showing 0 of 0 combinations
    How it works

    Connect Salesforce and Google Sheets in five steps.

    No code, no glue, no half-day setup. Each step is one click.

    1. 1
      Connect
      Authorize Salesforce and Google Sheets

      Open Tiny Command, authorize Salesforce and Google Sheets once each. Both connections are available to every workflow on your account.

    2. 2
      Trigger
      Pick a Salesforce trigger

      Drop the Salesforce → New event trigger onto the canvas. Tiny Command auto-registers the webhook.

      POST /v1/webhooks/salesforce.event
    3. 3
      Transform
      Add a filter or AI step

      Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.

    4. 4
      Action
      Add the Google Sheets action

      Drop the Google Sheets → Add Sheet Tab action below it. Map fields from the Salesforce payload into the Google Sheets inputs.

      google-sheets.add-sheet
    5. 5
      Publish
      Publish and forget

      Hit Publish. Tiny Command runs it in production from second one. Watch the run-log fill up.

    FAQ

    Questions about Salesforce + Google Sheets.

    How do I sync Salesforce Opportunities to a Sheet?
    Scheduled: Salesforce Run Query (SOQL) for filtered opportunities → Sheets Update Values with row per record. Use Salesforce Id as upsert key. Useful for finance forecasting outside SFDC.
    Can I push Sheet rows into Salesforce as Leads?
    Yes. Sheets New Row → Salesforce Find or Create Lead by email. Use external_id custom field on Lead for idempotent upsert from the Sheet.
    How do I avoid Salesforce API daily limits when syncing?
    Use Bulk API or Composite API for batched updates. Filter Sheets rows to only those changed since last sync. Most teams stay well under SFDC's 15K-150K daily call limit.
    Can I sync Salesforce custom objects to Sheets?
    Yes. Custom object API names end in __c (Project__c). Use Run Query with FROM Project__c. Map the returned fields to Sheet columns.
    How do I report on Salesforce pipeline in Sheets?
    Sheets gives you pivots, charts, and Looker Studio. Mirror the opportunity records, build forecasting and pacing analysis in Sheets, share with finance/exec teams.
    Can I bulk-update Salesforce custom fields from a Sheet?
    Yes. Sheets row edit → Salesforce Update Record with the changed fields. Useful for ops teams that bulk-edit segment classifications or assignment fields outside SFDC UI.
    Related

    Other apps that pair well with Salesforce.


    Wire Salesforce to Google Sheets in 2 minutes.

    Free tier available. No credit card. No onboarding call.