Seamplan
plan gallery · webhook

Shopify → Supabase → Twilio

Order events into your DB, SMS on fulfillment-relevant transitions.

Architecture

  1. 01shopifyorders/create and orders/updated webhooks
  2. 02supabasenormalize order + customer phone
  3. 03twiliosms only after status crosses your threshold

Env-var matrix

env-var matrix
variabledashboardkindper env?
SHOPIFY_API_SECRETShopifysigningyes
SHOPIFY_ACCESS_TOKENShopifysecretyes
SUPABASE_SERVICE_ROLE_KEYSupabasesecretyes
TWILIO_AUTH_TOKENTwiliosecretyes
TWILIO_ACCOUNT_SIDTwiliopublishableyes

Security checklist

Folders

· src/webhooks/shopify.ts
· src/sms/order-status.ts
· src/lib/hmac.ts
plan a different seamall plans