awalias / my_airtable_backend

a collection of endpoints that process stuff in my airtable

Repository from Github https://github.comawalias/my_airtable_backendRepository from Github https://github.comawalias/my_airtable_backend

my_airtable_backend

a collection of endpoints that process stuff in my airtable

deployment

brew install supabase/tap/supabase

supabase login

supabase deploy functions run_on_insert batch_process --project-ref <your-supabase-project-ref>

run_on_insert.ts

grabs each new row in the table and sends me it in an email

batch_process.ts

runs every night, and sends me an email of the total revenue each day

About

a collection of endpoints that process stuff in my airtable


Languages

Language:TypeScript 100.0%