Horrible docs reference: #1 Connect Retool database with Zapier/Make
Horrible docs reference #2: Cannot connect Retool Database to Zapier
Since I spent 3 hours trying to figure this out, I'm going to list it out EXACTLY how you're supposed to do it
Okay, so for all you people trying to connect your Retool database to Zapier, here's how to do it:
Grab your connection URL from your Retool database in Zapier:
Connection URL: postgresql://retool:this-is-my-password@this-is-my-endpoint.us-west-2.retooldb.com/retool?sslmode=require
Then go setup a PostGre SQL database app connection in Zapier using the following. use the exact things from your retool database's connection string to fill in the spots below.
Host: this-is-my-endpoint.us-west-2.retooldb.com
Port: 5432
Database: retool
Schema: public
Username: retool
Password: endpoint=this-is-my-endpoint$this-is-my-password
Enforce Encryption: True
The parts you need to replace are:
- Host <-- this is the whole thing "this-is-my-endpoint.us-west-2.retooldb.com"
- this-is-my-endpoint <-- this is the 'this-is-my-endpoint' part of your host.
- this-is-my-password <-- this is the 'this-is-my-password' that comes before the @ . Don't include the 'retool' bit. It's just the 'this-is-my-password' piece.
- For the password field in Zapier, enter in the ENTIRE string 'endpoint=this-is-my-endpoint$this-is-my-password' and replace the both pieces with your parts from your connection URL.
You can please thank me for saving you by referring your people to https://tropicflare.com for Retool consulting!