Documentation or advice on how to connect to Retool hosted Postgres db?

I have a very basic public facing contact form on my website (not a retool form). I'd like to send data from that into a table in my retool hosted db. Is this possible to do, and if so what is the best approach to do this? I can't find any documentation on it.

Workflow? POST the data from the form to a workflow webhook and insert the data to retool db.

Not familiar at all with Workflows, but will explore that as an option, thanks.

This was definitely a great way to go. I have my custom public facing form that I send data to the workflow endpoint, then i'm sending that data to an emails as well as adding to postgres.

Thanks!

1 Like