Sync Webflow & Postgres

Quick walk-through to connect Webflow and Postgres

Step-by-Step Guide

1. Create a new base

2. Select Postgres

3. Copy your connection string from your Postgres database

Here's an example connection string from Supabase. Getting the connection string for your Postgres database might be slightly different depending on which database provider you use.

4. Click on Authorize

Don't forget to replace the connection string password placeholder with your actual database password

5. Save Connection

6. Select Webflow

7. Click on Authorize

8. Authorize your Webflow base

9. Click on Save Connection

10. Continue to Map Tables

11. Map the tables you want to sync

12. Click on Map Fields

13. Map the Fields you want to sync

14. Save your base

15. Done! You can now start syncing your base

Last updated