Supabase automation
Select/query rows from a table with filtering, ordering, and pagination
8 fields
Insert one or more rows into a table
6 fields
Update rows matching filter conditions
4 fields
Delete rows matching filter conditions
3 fields
Insert rows or update if they already exist (based on primary key or unique constraint)
Call a database function (RPC)
5 fields
Sign up a new user with email and password
Sign in with email and password
2 fields
Send a magic link to user's email for passwordless signin
Sign out the current user (requires user's access token)
1 field
Get current user details (requires user's access token)
Update current user's email, password, or metadata
Send password reset email to user
Verify OTP code sent via email or SMS
Refresh an expired access token using refresh token
List all users (requires service_role API key)
Create a new user (admin operation, requires service_role API key)
Delete a user by ID (admin operation, requires service_role API key)
Update a user by ID (admin operation, requires service_role API key)
Create a new storage bucket
List all storage buckets
Get bucket details
Delete a storage bucket
Empty a storage bucket (delete all files)
Upload a file to storage
Download a file from storage
List files in a storage bucket folder
Delete a file from storage
Move a file within or between buckets
Copy a file within or between buckets
Create a signed URL for temporary file access
Get public URL for a file in a public bucket
Send broadcast messages to a Realtime channel
Invoke a Supabase Edge Function
Start building workflows in minutes with our visual builder. No code required.