We will see how to build a Windmill workflow that can be triggered by the Supabase Database Webhooks.
6 posts tagged with "v2"
View All Tags · 4 min read
How to Connect MongoDB Atlas with Windmill
· 4 min read
This guide aims to show you how to create a connection from your Windmill instance to an external MongoDB Atlas database, then use it to make queries.
How to Connect PostgreSQL with Windmill
· 3 min read
We will see how to connect your Windmill instance to an external PostgreSQL service and then send queries to the database using Windmill Scripts.
How to Connect Slack with Windmill
· 4 min read
Learn how to integrate Slack with Windmill. There are two ways to build interactions between the two: run code on Windmill by a Slack command or use the Slack API directly from Windmill. In this guide, we'll cover both approaches, so you can find the one that suits you best.
Create an Issue Tracker App with Supabase - Part 2 Customize Your App
· 5 min read
This article aims to further customize you existing Issue Tracker application described in "Create an Issue Tracker App with Supabase in 15 Minutes".
Create an Issue Tracker App with Supabase in 15 Minutes
· 14 min read