Mock controls + automation status. The real integration happens via a webhook POST endpoint.
Automation
Mock status card to demonstrate backend capability to the client.
Planned POST endpoint: /api/whatsapp/webhook (not live on Firebase Hosting static deploy).
Next steps
Webhook endpoint (placeholder)
This Firebase Hosting deploy is static, so the webhook isn’t deployed yet. The stub logic lives in src/server/whatsapp-webhook.stub.ts. Later, deploy it via Cloud Functions/Cloud Run, then verify signatures, store images in Supabase Storage, and create products in the database.