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!
Last updated
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!
Last updated
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 😉.
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.
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.