Supabase - Make.com/Zapier integration
# help-and-questions
w
Hello, I would like to ask if there is any way to connect Supabase with automation tools like Make.com or Zapier. I use a Supabase as a DB for my project in Flutterflow. Integration with Make could open a whole new world of ideas :)) Especially when it can be daone on a no-code level. I have found that there are Supabase integrations in n8n but Make seems more widely used and more powerful. Does anyone knows something about it?

https://cdn.discordapp.com/attachments/1111603430591582239/1111603430994219008/image.png

g
The Supabase DB is a standard Postgres database and you have a database port to access. So at a minimum if those systems work with a Postgres database they would work with Supabase.
k
wonsky, Can you explain more about the intergration, for example, what behavior do you want to trigger when there is a new record in the database? An example would be great.
w
I do not have an exact idea yet however it is not any complex behavior. It would be something like integration with Spotify and getting the lists of tracks, the playlist, track info, so simple API GET requests or watching the new added tracks, as an automation. I managed to connect to Spotify API through rapidApi and than I can use the data somehow but it would be much easier to get them to database directly. In make , those are the basic examples of integration:

https://cdn.discordapp.com/attachments/1111603430591582239/1112013377502457887/image.png

But then you can do whatever comes to your mind using Make, therefore I asked about it in general for various applications.
Hmm.. Does it mean I could be using all those in the image as the actual Supabase integrations?

https://cdn.discordapp.com/attachments/1111603430591582239/1112021603207884911/image.png

g
Yes with the database port. If there is a generic API caller you can also use all of the Supabase REST APIs with http requests directly. You don't need the client code.
w
WOW. I think it will work. For other noobs like me, please use the instruction below:

https://cdn.discordapp.com/attachments/1111603430591582239/1112040157516943370/image.png