How do you connect Postgre SQL to Make.com?

Is there a way to retrieve a PostgreSQL table data to Make.com?

I tried with my host 192.168.0.1 + port 5432 + database name + admin + password but i get an error: IP address is not valid.

What are the step to a good connection?

Thanks!

1 Like

Hi @Mathieu_Simard

Maybe the below articles will help you.

Exploring PostgreSQL Port: What it is and How to Configure it.

Connect psql to a PostgreSQL-dialect database  |  Spanner  |  Google Cloud.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

You can’t get data from localhost to Make. You first need to host your database online then make API request to it from Make

This is correct.

For more information on online hosting providers for PSQL, see

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.