Supabase integrations
Supabase is an open-source Firebase alternative that provides a real-time database and authentication services for developers. It offers features such as RESTful APIs, real-time subscriptions, and user management, enabling developers to build scalable and secure applications with ease.
Automate your Supabase workflow with premade actions
Quickly integrate Supabase with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.Select Row
Selects row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/select)
Update Row
Updates row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/update)
New Webhook Event (Instant)
Emit new event for every insert, update, or delete operation in a table. This source requires user configuration using the Supabase website. More information in the README. [Also see documentation here](https://supabase.com/docs/guides/database/webhookscreating-a-webhook)
Delete Row
Deletes row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/delete)
Upsert Row
Updates a row in a database or inserts new row if not found. [See the docs here](https://supabase.com/docs/reference/javascript/upsert)
Insert Row
Inserts a new row into a database. [See the docs here](https://supabase.com/docs/reference/javascript/insert)
Remote Procedure Call
Call a Postgres function in a database. [See the docs here](https://supabase.com/docs/reference/javascript/rpc)
New Row Added
Emit new event for every new row added in a table. [See documentation here](https://supabase.com/docs/reference/javascript/select)