Stacksync Documentation
  • What is Stacksync?
  • 🚀 Start here
    • Quick start
    • Community
  • 💡Guides
    • Modify Salesforce Data in Postgres
    • 🔄Two-way sync Salesforce and Postgres
      • Create a Postgres Database with Supabase (free forever)
      • Create a Salesforce Developer instance (free forever)
      • Create a Sync between Supabase Postgres and Salesforce
    • ⚡Event Triggers
    • 🔣Add a new custom field to an existing sync
  • 🔗 Connectors
    • Salesforce
      • Authorize Salesforce
        • ⚙️Enable API Access in Salesforce
    • Postgres
      • Authorize Postgres
        • Supabase
        • Cloud SQL
        • Digital Ocean
        • Heroku
        • Amazon Lightsail
        • Amazon RDS
          • Ensuring Secure RDS Connections with SSL Certificate
        • Basedash
        • Render
        • Retool
      • Snippets
      • Required Permissions
    • BigQuery
      • Authorize BigQuery
    • HubSpot
      • Authorize HubSpot
      • Associations
      • HubDB
      • Attachments
    • MotherDuck
    • Supabase
      • Authorize Supabase
    • Snowflake
      • Authorize Snowflake
    • Attio
      • Authorize Attio
    • Pipedrive
      • Authorize Pipedrive
    • Front
      • Authorize Front
    • Zoho
      • Authorize Zoho
    • MySQL
      • Authorize MySQL
        • Ensure Secure RDS connection with SSL Certificate
        • Access Private RDS database through SSH Tunnel
    • MariaDB
      • Authorize Mariadb
        • Ensure Secure RDS connection with SSL Certificate
        • Access Private RDS database through SSH Tunnel
    • Netsuite
      • Authorize Netsuite
    • MongoDB
    • Shopify
      • Authorize Shopify
    • Zendesk
      • Authorize Zendesk
    • 🤖Setup options
      • 🏳️IP Whitelisting
      • 🚰Manage API rate limits
      • 🌍Choose data processing region
      • SSH Tunneling
        • Access private ASW RDS instance through Jumpbox
        • Azure Jumpbox
        • Windows Server 2022 Jumpbox
        • Windows Server 2025 Jumpbox
        • GCP Jumpbox
  • 📦 API Proxy
    • Salesforce
    • HubSpot
    • Attio
    • Pipedrive
  • Features
    • Two-way sync
    • Event triggers
      • Webhook (HTTP call)
      • Database Query
    • Update Sync configuration
    • Associations support
    • Manage workspace users
    • Manage API rate limits
    • Delete Record Protection
    • Issues dashboard
    • Custom sync frequencies
    • Other features
      • Sync statistics
      • Monitoring
    • 🔐Security
      • SSO & SCIM
        • Azure Entra ID
        • OKTA
      • MFA
  • Workflows
    • Workflows Quick Start
    • Connectors
      • Stripe
        • Authorize Stripe
    • Features
      • Variables and Secrets
        • Variable replacement
  • Developers
    • Get started with the Connector Development Kit
    • Build a Custom Connector
    • Create a Module Schema
    • Module Schema Reference
  • Legal
    • Terms of Service and Conditions (TC)
    • Privacy Notice
    • Service Consumption Tables
    • Global Employee and Applicant Privacy Notice
    • Acceptable Use Policy (AUP)
    • Data Processing Addendum (DPA)
    • Referral Programme Policy
    • Terms and Conditions for Stacksync Content Creator Programme
    • Stacksync Certified Partner Program Terms and Conditions
  • Security
    • Overview - Security
    • Subprocessors
    • EU Data Protection
  • Others
    • Content Creator Guidelines
Powered by GitBook
On this page
  1. Guides
  2. Two-way sync Salesforce and Postgres

Create a Sync between Supabase Postgres and Salesforce

You are 5 minutes away from your real-time and two-way sync between Salesforce and Postgres. This guide walks you trough the 3 simple steps to get up and running!

PreviousCreate a Salesforce Developer instance (free forever)NextEvent Triggers

Last updated 5 months ago

Go to

1. Sign in or Create your account

3. Click "Create New Sync"

4. Select "Postgres" to connect this App

5. Paste your Database "Connection String" or fill in manually the connection credentials

6. Click "Authorize App"

7. Click on the Salesforce icon to connect this App

8. Fill in your Credentials and Click "Log In"

9. Click " Allow "

10. Click "Link Tables"

11. Click "Create New Table Recommended" or map existing tables as you want

Stacksync lets you map existing tables if both of the apps you want to connect already contain a table with the data you want to keep in sync (there is no need to have any of them empty at first). Alternatively, Stacksync can automatically create new tables for you if only one of your apps contain a table/schema with the data that you want to sync.

In most cases, people will let Stacksync create tables as the new schemas created will always be pixel-perfect 😉.

12. Click "Map Fields"

13. Click "Show More Columns" to review all field to be synced or select/unselect them

Now that you've mapped the tables, let's do the same for each of the fields you want to sync.

Stacksync will cleverly auto-map your columns. Some of the columns might be left to you to be mapped manually as they name and semantics cannot be mapped automatically.

Feel free to map, select and unselect columns as you please.

14. Click "Create Sync"

15. Switch on the sync

16. Your data is syncing!

After turning sync on, you can check the issues page to see any sync errors from your connected apps. This might help you troubleshot why some data is not appearing in one of your apps.

Yay! Your data is syncing! 🥳

2. Switch to

app.stacksync.cloud
💡
🔄
www.stacksync.cloud
Page cover image